资源列表
CLanguageAlgrithem
- 包含了大量的经典算法的C语言实现,是C语言学习者的范例,所有源码都经过测试-Contains a large number of classic algorithms C-language implementation, is an example of C language learners, all the source code are tested
TrianPPS
- 计算平面点集的Delaunay三角剖分。使用DCEL数据结构。右键点击可以实现平面的直线穿刺。-Calculate the Delaunay triangulation of planar point set
VBpdg
- 分形算法与程序设计 VB版 分形算法与程序设计 VB版-The fractal algorithm and program design VB version of the fractal algorithm and program design VB version of
L_A_distance
- Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".
fork
- 在某个家谱中,每人都生两个儿子。这些人之间的关系可以用二叉树来表示。这些二叉树总共有N个节点(3 <= N < 200)。这些二叉树有如下性质: 每一个结点的度是0或2。度是这个结点的儿子的数目。 树的高度等于K(1 < K < 100)。高度是从根到任何叶子的最长的路径上的结点的数目。有多少不同的家谱结构? 如果一个家谱的树结构不同于另一个的, 那么这两个家谱就是不同的。输出家谱树的个数除以9901之后的余数。-In a family tree, the p
strassen
- 矩阵相乘的Strassen 算法及时间复杂性分析-failed to translate
modle1
- 实现图书管理系统功能,查询,删除,插入以及修改会员信息-Library management system functions to achieve, query, delete, insert and modify membership information
homework
- 数据结构 B tree huffman tr-B tree B tree huffman tree
Huffman
- 哈夫曼编码包含代码及运行过程,含有算法的描述。-Huffman coding with code and running, containing algorithm descr iptions.
QS_3star
- 程序利用循环的方式实现了快速排序算法,改变了递归算法无法实现大规模数据处理的缺陷,另外三准星法也提升了算法的效率和稳健性。-Procedures be achieved using the rapid cycle of sorting algorithms, recursive algorithms can not change the large-scale data processing defects in the other three sight law also improves t
vector
- 该算法用不同的方式实现了向量加法,通过给出不同方式的执行时间证明了不同算法的效率高低不同。-The algorithm is implemented in different ways, vector addition, through the different forms of execution time is given to prove the efficiency of different algorithms with high and low.
testpra
- 程序用不同的查找方式实现了在一个数组中找出所有等于某一个数据元素的方法-Program to find different ways to achieve in an array to find all the other data elements to a particular method of
