搜索资源列表
win32/induc.a病毒清理源码
- win32/induc.a 病毒清理工具
PIC单片机A/D数据采集与LED显示
- 利用PIC单片机实现模拟信号A/D采集,并在LED上显示。
基于A*算法的路径实例
- 这是一个基于A*算法的实例,里面包括其实路径和目标的路径显示。输出图像是一个迷宫。
A星寻路算法例程
- A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
A型教学机实验程序
- A型教学机实验程序
A Survey of Spectrum Sensing Algorithms
- A Survey of Spectrum Sensing Algorithms The spectrum sensing problem has gained new aspects with cognitive radio and opportunistic spectrum access concepts. It is one of the most challenging issues in cognitive radio sys
hx8345-a
- HX8345-A驱动原始化代码
Building a Minimal Linux System from Source Code.r
- 怎样建立一个最小的linux系统-How to build a minimal linux system
How to Create a Full-Colored CListCtrl
- How use VC to Create a Full-Colored CListCtrl
A Port Scanner
- 用Java实现的一个端口扫描器,能扫描出开放的端口-use of a Java port scanners can scan the opening of ports
A Guide to the Project Management Body of Knowledg
- A Guide to the Project Management Body of Knowledge
A star算法类的C++语言实现
- A star算法类的C++语言实现-algorithm category C Language
A算法源代码
- A*算法是,最经典的寻路算法,广泛用于游戏人工智能领域。-A* algorithm is the most classic Routing algorithm, widely used in the field of artificial intelligence game.
A Practical Introduction to Data Structures and Al
- A Practical Introduction to Data Structures and Algorithm Analysis,数据结构和算法,里面包括Java描述、C++描述和C描述三个版本,非常全-A Practical Introduction to Data Structures and Analysis Algorithm, data structures and algorithms, including Java i
A star算法类的实现(接口设计)
- A star 算法类的实现(算法接口,针对迷宫问题设计)-algorithm to achieve the category (algorithm interface design issues against maze)
A算法详细解答
- 这里有人工智能的A*算法看能不能帮到你。。我是在里面得到了不少的经验的-here is the AI A* algorithm can do to help you. . I was there to be a lot of experience
A Star算法源代码
- A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a* arithmetic source code, appointed a map, it can search route from start spot to destination.
A的算法
- A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority si
OMA-SyncML-DS-1_1_2-20040721-A
- 数据同步,用于PIM 的数据同步,包括手持设设备和PC机,移动设备同服务器之间的数据同步-data synchronization, used for PIM, support data synchronization a movable device (eg.handset and PC) between server.
编制迷宫程序(用A算法来实现)
- 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-through the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of