资源列表
c111
- 经典C语言源码,很好的东西啊,大家快来下载-Classic C language source code, good things come Download
2z11
- 很好的c语言程序,大家快来下载,快来,可以借鉴-Good c language program, Come everyone to download, come
Graph
- C++数据结构中的图。实现。包括 图的遍历(递归、非递归)、最小生成树、最短路径。-The data structure C++ FIG. Implementation. Including graph traversal (recursive and non-recursive), minimum spanning tree, shortest path.
Freud-was-proposed
- 用来求图中的最短路径的一个方法:弗洛依德算法。-A method used the figure, find the shortest path: Floyd algorithm.
Dijkstra-algorithm
- 这是求图中的最短路径的一个方法:迪杰斯特拉算法。-This is a method of the figure, find the shortest path: Dijkstra algorithm.
guangyibiao
- 广义表节点替换,将广义表中某节点替换为指定节点-The generalized table node Replacement replace a node in the generalized table for the specified node
classic-and-KMP
- 用朴素的模式匹配和无回溯的KMP两种方式实现某些英文词组在文本中的匹配查找。-Simple pattern matching and no backtracking the KMP are two ways to achieve some English phrases in the text matching to find.
stack
- 栈的入门程序,用栈的方法实现a,b,c...x,y,z变成x,y,z,a,b,c...v,w顺序。-Stack entry procedures, using the method of the stack to achieve a, b, c ... x, y, z becomes x, y, z, a, B, c ... v, w sequence.
bst
- 与次优二叉树相对,二叉排序树是一种动态树表。其特点是:树的结构通常不是一次生成的,而是在查找过程中,当树中不存在关键字等于给定值的节点时再进行插入。新插入的结点一定是一个新添加的叶子节点,并且是查找不成功时查找路径上访问的最后一个结点的左孩子或右孩子结点-Relative to the sub-optimal binary tree, binary sort tree is a dynamic tree table. Its characteristics are: the structure
Data-structurech1
- 在c语言中,数据结构的完美基础学习代码,详细的例子,容易上手。-C language data structure the perfect based learning code, detailed examples, easy to use.
To-solve-the-equation-solution
- 使用二分法不断循环,一直到误差很小。求近似解未知方程的零点-To solve the equation
Data-structurech2
- 在c语言中,数据结构的完美基础学习代码,详细的例子,容易上手。-C language data structure the perfect based learning code, detailed examples, easy to use.
