资源列表
dual_linklist
- 用C语言程序实现双向链表的实例程序,对学习数据结构的朋友非常有帮助!-C language program with two-way linked list of example programs for learning data structures friends very helpful!
HString
- 串的基本应用,插入,查找,拷贝,包括kmp算法-string
tree
- 输入树的前序、中序的字符串,创建二叉树并打印-Enter the first tree order, the order of the string, create and print binary tree
convert
- 输入二叉树的前序表达式,转换为后序表达式,并打印转换步骤和结果-Enter the first order binary tree expression, converted to the order of expression, and print results of conversion steps and
shortestpaths
- 本算法利用单源点的最短路径算法更改而成,输入输出是利用一个额外的数组来储存单源点的结点集。-The algorithm uses a single source shortest path algorithm change is made, input and output is to use an additional array to store a single set of source nodes.
LZW
- LZW算法,提供了LZW算法的压缩和解压,此程序采用链表的数据结构 完成了基本功能-LZW algorithm
sourcecodeofdatastructure
- 数据结构的课件及其源代码,非常值得好好学习-source code of data structure
lcs
- A program to find the LCS(Longest common subsequence ). It contains a source code the .c file input file .txt and the output file
RMDecoder
- 本文为LTE中reed-muller码的译码程序,译码算法用的是FHT(快速哈达玛变换)。-This article LTE in the reed-muller code decoding process, decoding algorithm using a FHT (Fast Hadamard Transform).
LINK_MER
- c++ file for merging of two link list
LCSProblem
- LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string string problem is through the fol
RC
- RC算法的C语言实现。 -RC algorithm of C language. RC algorithm of C language.
