搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
AdHocSimulate
- 该代码用来实现一个基本移动自组网的仿真,各个节点随机移动,通过相互交换数据观察最后运行结果,代码简洁,避免了一些大型仿真软件的复杂使用过程。-The code used to achieve a basic mobile ad hoc network simulation, each node random movement, through mutual exchange of data to observe the final results, the code is simple and
AddressBook
- 查找记录:以姓名为关键字,查找并显示该记录。若查找不到,则姓名显示为NULL。 添加记录:将当前记录按姓名序加入通讯录,然后显示第一条记录。 修改记录:修改当前记录,显示当前记录。想名字段位关键字,不允许被修改。 删除记录:删除当前记录,然后显示第一条记录(假定姓名是关键字,不允许出现相同的名字的记录,即指定姓名就可以唯一确定待删除的记录)。 第一条记录:将当前记录指针移至首节点,若已经是首节点则不动。 前一条记录:将当前记录指针向前移动一个节点,若已经是首节点则不动。
handoff
- 移动终端在两基站之间的切换多个移动节点多个有线节点-handoff between two base station
mobile-node-running-track
- 利用VB软件绘制移动节点的运行的大致轨迹,从而确定移动节点位置-VB software draws substantially trajectory of the run of the mobile node, thereby to determine whether the mobile node position.
gaosi
- 高斯移动热源加热半无限大平板采用Table型数组,定义模型表面各个节点在不同时刻的载荷值-Gaussian moving heat source heating the semi-infinite plate Table array, each node of the defined model surface load values at different times
NS
- NS2 批量处理.tcl文件的bash命令,其中n为节点个数,s为节点移动速度-NS2 batch processing .tcl file bash command, where n is the number of nodes, s node moving speed
mobilenode
- ns2水下节点的移动模型 ,水下锚节点的移动模型。脚本中添加节点后,输入$node archor-start 即开始移动-ns2 underwater anchor node movement model
AssertLinkRing
- 链表的构建,往往会造成链表环,特别是单链表。单链表构成环之后,最低级的方法就是固定一个节点,并遍历所有的节点。若遇到环,则可能无限循环。此代码中,采用一个指针一次移动一个节点,一个指针移动两个节点,判定两个指针是否相等。若存在相等的情况,那么该链表中存在环。- Construction of the list, often cause chain ring, especially single list. After single list form a ring, the lowest l
zTree_v3-master
- 、setting 配置信息说明 此 Demo 仅从功能上演示实现拖拽的基本方法和配置参数 1)、使用 拖拽功能,必须设置 setting.edit 中的各个属性,详细请参见 API 文档中的相关内容 2)、使用 拖拽功能的事件回调函数,必须设置 setting.callback.beforeDrag / onDrag / beforeDrop / onDrop 等属性,详细请参见 API 文档中的相关内容 基本拖拽设置: 允许复制 允许移动 setting.edit.dr
MCL
- 基于蒙特卡洛的的移动传感器节点定位算法仿真代码(Simulation of mobile sensor node localization algorithm based on Monte Carlo)
kalman-doppler
- 在多普勒定位中,利用卡尔曼滤波对移动节点的坐标进行数据处理(In the doppler positioning, the data processing of the coordinates of the moving nodes is processed using kalman filter)
DSLComputePath
- D star 搜索算法,从目标节点向起始点搜索,机器人沿最短路径开始移动,机器人路径规划探路的一种算法(D star search algorithm, from the target node to the starting point search, the robot moves along the shortest path, the robot path planning Pathfinder algorithm)
MLS
- MLS(移动最小二乘) 1.拟合函数的建立不同。这种方法建立拟合函数不是采用传统的多项式或其他函数,而是通过系数向量和基函数来决定在某个x处的值。 2.引入紧支的概念,认为在x处的值y只受到x附近子域内的节点的影响。这个子域称作是x的影响区域,影响区域外的节点对x处的取值没有影响。影响区域内的每个节点对x处的取值的影响是不一样的。所以需要一个权函数来定义每个节点的影响。(MLS (Moving Least Squares) July 25, 2018 15:42:20 blank_downdo