资源列表
Untitled2
- 哈希表算法的c-c++实现,里边为可执行文件 -Hash table algorithm c-c++ implementation, an executable file inside
Untitled3
- 折半查找算法的c-c++实现,里边为可执行文件 -Binary search algorithm c-c++ implementation, an executable file inside
Untitled4
- 快速查找算法,使用c来实现的,里面为可执行文件-Fast search algorithm, the use of c to achieve, which is an executable file
cdecl-blocks_cPP_-2.5.tar
- 分析C++中的指针或引用声明,非常有用的程序-Analysis in C++ pointers or references to statements, very useful program. .
splint-3.1.1.win32
- 非常有用的C++练习程序,可以帮助查找C++zhong的错误-Very useful C++ exercise program can help find errors in C++ zhong
books-of-algorithm
- 一些好的算法书的集合,包括《算法导论》《实用算法的分析与程序设计》《算法设计与分析(王晓东)》等-Algorithm is a collection of some good books, including "Introduction to Algorithms", "Practical algorithm analysis and program design," "algorithm design and analysis (Xiaodong)", etc.
hash
- 实现哈希查找的功能实现,具有的实际应用价值-Hash lookup function to achieve realization of a practical value
Cpp1
- 顺序表的基本操作,实现插入、删除、合并等操作-The basic operation of the order of the table to achieve insert, delete, merge and other operations
sort
- 各种排序算法,例如冒泡,快拍,归并,基数排序,交换-Various sorting algorithms, such as bubbling, snapshot, merge, etc.
MatrixChain
- 算法,用动态规划写的矩阵相乘,里面有递归和非递归方式。菜鸟写的,可以直接运行-Algorithm using dynamic programming to write matrix multiplication, there are recursive and non recursive way. Rookie wrote, can be directly run
Prim
- 算法,写的prim算法,用的是贪心法,里面还有用到最小生成树来写的-Algorithm, written in the prim algorithm using a greedy method, there is also used to write the minimum spanning tree
Dijkstra
- 最短路径,从一个顶点到其余各个顶点的最短路径,贪心法-The shortest path from one vertex to every other vertex of the shortest path, greedy method
