资源列表
bstree
- 二叉查找树的简单实现,插入,删除,算法导论上伪代码的实现-Simple implementation of a binary search tree, insert, delete, Introduction to Algorithms on the realization of the pseudo-code
noise-suppression
- 各种信号噪声抑制算法的全局收敛性、渐近稳定性、计算复杂度以及鲁棒性的研究等等。 -Various signal noise suppression algorithm of global convergence, asymptotic stability, computational complexity and robustness.
CMD5_Class
- MD5算法类的实现过程,完成4轮每轮16次的运算过程,将任意输入的数据进行128位补偿-MD5 algorithm implementation process, completed four round 16 times the computing process any input data 128 compensation
Sequence-table
- 使用VC++实现数据结构中的顺序表,调试通过-Sequence table
Spiral-shape
- vc++实现数据结构中的螺旋数字输出,使用矩阵转置和队列-Spiral shape
Z
- 使用Vc++实现图像处理量化中的Z型输出-output z
Matrix-Quick-transpose
- 使用vc++实现矩阵的快速转置,调试可以使用-Matrix transpose
binary-tree
- 二叉树的模板实现,通过模板实现二叉树的各种遍历-binary tree
TopologicalSort
- 通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。-Typically, such a linear sequence called meet topological order (Topological Order) sequence, referred to topological sequence. Simply put, by a partial order on
ShortestPathDijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
poj2777
- poj2777线段树 统计区间颜色 位运算-poj2777 segment tree statistical range of color bit computing
BKDRHash
- 常用字符串哈希函数有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等。-The common string hash function BKDRHash, APHash, DJBHash, JSHash, RSHash, SDBMHash, PJWHash, ELFHash, etc..
