资源列表
School
- 实现景点信息查询和许多景点路线之间最短路径算法。-Implementation of information inquiries and many attractions attractions between the shortest path algorithm routes.
aa
- 这是研究数据结构用C++语言实现最小生成树的算法。-These are the data structures with C++ language minimum spanning tree algorithm.
dfe
- 对数据结构的学习资料,包括很经典的1800道题。-The data structure of learning materials, including the classic 1800 title.
lianchuan
- 数据结构中会用到的,链串的代码,可供大家使用。-explanation of linkstring
acm
- ACM北京赛区网上预赛说明和规则以及最近的比赛试题与解答,还有比赛时的各种细节!-ACM Beijing contest online preliminary instructions and rules and the recent questions and answers game, there are various game details!
Cphonebook
- 简单电话簿采用双向链表,制成的拥有简单功能-Simple Phone Book
GS
- GS匹配算法,是算法设计中比较经典的算法,在VC6下调试通过-GS matching algorithm, algorithm design is the more classical algorithm, in VC6 to debug through
bbb
- 将排序算法中最简单的冒泡排序。所谓冒泡排序就是在每一次排序的过程中总有一个最大的值被移动到后面,值小的就像水泡一样浮到水面。-Will be the most simple sorting algorithm bubble sort. The so-called bubble sort is a sorting process for each total a maximum value is moved to the back, the value of small blisters Yi Y
ClassAstar
- A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
Deepc
- C语言程序,具备画图、十进制数转换、汉诺塔和二叉树编码功能。调试运行都没有问题,代码还可以进一步完善-C language program.It contains drawing graphic, decimal conversion, Tower of Hanoi code and the binary tree encoding. Commissioning are no problems, the code can be further improved.
Insertionsortofchaintoachieve
- 插入排序的链式实现,与传统的以比较为基础的排序算法相比,速度极快。-Insertion sort of chain to achieve, and to compare the traditional-based sorting algorithm, fast.
Bubblesortofchainstore
- 冒泡排序的链式存储,冒泡排序法首先将第一个记录的关键字与第二个记录的关键字进行比较,若逆序则交换,然后比较第二个与第三个,以此类推,直至第n-1个与第n个记录的关键字进行比较。-Bubble sort of chain stores, bubble sort method will be the first record of the first and second records the keywords the keywords are compared, if the reverse w
