搜索资源列表
41-60
- vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47 注册系统热键 48 检测光驱软驱是否准备就绪 49 判断驱动器的类型 50 检测磁盘容量 51 MyFormat 52 Win98下热键关机 53 获得当前屏幕的分辨率两种方法 54 在screen上显示文字 55 启动屏幕保护程序 56 开机后程序自动运行 57 Windows
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
WallAvoidExample
- robocode advoid 避墙基础源代码,-robocode advoid avoid Wall source code,
Robot
- 这是一个机器人避障的程序.它模拟的是一个机器人(长方形结构)在马路上沿中线走.同时避开路上障碍的过程.-This is a robot obstacle avoidance procedures. It is a simulated robot (rectangular structure) on the road walking along the midline. At the same time to avoid obstacle
hit
- 二进制树防碰撞算法,使用二叉树算法避免RFID相互干扰-Binary tree anti-collision algorithm, binary tree algorithm to avoid the use of RFID interference
Navigation
- % Function to use Navigation Potential for robot Motion, to avoid % Obstactles % Inputs : User enter number of obstacles % User defines obstacles and start and goal point, by clicking mouse % Output: Obstac
Potential_fn
- % Function to use Potential Field Method for robot Motion, to avoid % Obstactles % Inputs : User enter number of obstacles % User defines obstacles and start and goal point, by clicking mouse % Output: Obst
Bug2
- % Function to use Navigation Potential for robot Motion, to avoid % Obstactles % Inputs : User enter number of obstacles % User defines obstacles and start and goal point, by clicking mouse % Output: Obstac
BugZero
- % Function to use Potential Field Method for robot Motion, to avoid % Obstactles % Inputs : User enter number of obstacles % User defines obstacles and start and goal point, by clicking mouse % Output: Obst
avoid
- 通过该程序机器人可以避开障碍物,主要是通过声纳来测定障碍物的距离来判断是否有障碍物,注意看用的是哪几个声纳。-Through this program the robot can avoid obstacles, mainly through the sonar to measure the distance to determine whether obstacles are obstacles to watch out for is
How-to-avoid-the-ax-reviewers
- 如何避免审稿人的大斧,十分经典,吐血提供,不看别后悔!-How to avoid the ax reviewers
avoid
- obstacle avoidance for robot
1999-Pitfalls-in-Data-fusion-and-How-to-Avoid-The
- the shortcoming of data fusion and how to avoid them
Deadlock-avoid
- 一个操作系统的文档,如何实现死锁避免。共大家作为参考。-An operating system documentation for how to avoid deadlocks. Total as a reference.
Avoid-CListCtrl-flashing
- 避免CListCtrl刷新数据闪烁的问题-To avoid CListCtrl refresh data flashing
self-avoid-walk
- 改程序是用来解决蒙特卡罗模拟中最简单的自回避行走模型的-Change program is used to solve the simplest since avoid walking in monte carlo simulation model
avoid-vehicle-collision
- Avoid vehicle collision
Avoid-process-deadlock-bankers
- 银行家算法避免进程死锁程序,通过安全性检查算法,银行家算法实现,可运行实现-Avoid process deadlock bankers algorithm procedures, algorithms through security checks, bankers algorithm can be run to achieve
Avoid-text-size
- CAD 尺寸文字避让 绘图编辑标注,快速,方便lisp-Avoid text size
多机器人编队控制
- 针对多机器人编队控稍中的队形形成问题进行研究。利用控制算法中的人工势场法解决多机器人队形形成问题,结构简单、易于计算,方便对多机器人实时控制。首先,针对多机器人的队形位置用目标点搜索算法,寻找到正确的队形位置点,防止多机器人在空间内绕路,减少编队时间;然后,通过人工势场算法规划各机器人的路径,在机器人行进过程中,利用优先级蔽障方法避免与其他机器人碰撞;最后,对多机器人的队形形成进行仿真,实验证明队形形成的有效性,算法简单易于实现。(Th