资源列表
Czhizhen
- c指针结构体文件-c pointer structure files
123
- 首先将给定值key与表中中间位置记录的关键字相比较,若二者相等,则查找成功,否则根据比较的结果确定下次查找的范围是在中间记录的前半部分还是后半部分,然后在新的查找范围内进行同样的查找,如此重复下去,直到在表中找到关键字与给定值相等的记录,或者确定表中没有这样的记录。 编写程序构造一个有序表La,从键盘接收一个关键字key,用二分查找法在La 中查找key,若找到则提示查找成功并输出key所在的位置,否则提示没有找到信息。 -Binary search source code
astarr
- 这是一个基于A*算法的搜索算法,可用于路径的查找。-This is an algorithm based on A* search algorithm, can be used for path search.
guangheshenshousuo
- 图形的广度优先搜索及深度优先搜索,是个不错的参考资料-Breadth-first graph search and depth-first search, is a good reference
shujujiegou
- 数据结构的文件代码。 -Data structure file code. Data structure file code.
Problem-of-Combination
- 递归算法:子集合的选取,组合问题。 vs2010平台下win32控制台应用程序-Problem of Combination
maze-solving
- 用C++写的“迷宫求解”。实现对随机迷宫或者是给定的迷宫的自动寻径。-Written in C++, " maze solving." Achieve a given random maze or labyrinth of automated routing.
HuffmanTree
- 霍夫曼编码,c++实现一个对字符串建霍夫曼树并且进行霍夫曼编码。保存到文件里。-Huffman coding, c++ to implement a Huffman tree and build the string for Huffman coding. Saved to the file.
digui
- 递归程序调用分析程序,对输入语法通过递归调用程序分析-Analysis of recursive program calls the procedure, the syntax of the input program analysis by recursive calls
suanfuyouxianfenxisuanfa
- 酸腐有限分析算法,对文法进行分析,分析文法是否正确-Sour limited analysis algorithm, the analysis of grammar analysis grammar is correct
topology-algorithms
- 拓扑排序是有向无环的一种重要的应用,实现了算法和数据结构的关系密切。-Topological sort is a directed acyclic important application, to achieve the algorithms and data structures are closely related.
cpp
- c语言实现任意数阶乘,具体信息请看源码-factorial of any number of c language
