omnet++ 示例13练习题 omnet++ 示例13练习题Exercise: you’ll notice that this simple “routing” is not very efficient: often the packet keeps bouncing between two nodes for a while before it is sent to a different direction. Thi...
使用latex时viso画的图转为eps 首先,用viso画好了图;第二,安装Adobe Illustrator(可百度搜“独木成林”,再此平台上找该软件,有绿色版,建议仅用于科研),安装完成并打开本软件;第三、再打开的Adobe Illustrator软件中新建文件,随便取个名字;第四,把viso中画的可编辑图形复制到第三步中建的文件;第五,另存第四步中的文件为EPS格式,取个合适的名字;第六,找到你保存的文件,并使用之。参考:Visio
通过keil给stm32板下载程序出现cannot load flash programming algorithm 这种情况出现的原因可能有多种,我采取的办法是调整Max clock,一般下载的时候都是“10M”,我调整为1M的时候才发现能够正常下载。
openSCAD 画多边形 三角形 polyhedron(points = [[0, -50, 60], [0, 50, 60], [0, 50, 0], [0, -50, 0], [60, -50, 60], [60, 50, 60],],triangles = [[0,3,2], [0,2,1], [4,0,5], [5,0,1], [5,2,4], [4,2,3],[4,3,0], [5,2,1]