资源列表
ex3
- 数据结构的实验,帮助理解学习内容,二叉树-Experimental data structures to help understand the learning content, tree
sy1
- 链表的建立,建立以个链表以及完成插入,删除等操作。-List the establishment of the establishment of a linked list and the completion of insertion, deletion and other operations.
SY2
- 栈的建立,为初学者知道建立栈,表达式求值-Stack the establishment, for beginners to know the establishment of the stack, the expression evaluator
jisuan
- 这是一个数据结构里面的计算器程序,可以做为大作业来做.呵呵!-This is a data structure inside the calculator program, you can do as a big operation. Ha ha!
huffmanTree
- 哈夫曼编/译码器:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输入时间, 降低成本,但是,这要求发送端通过一个编码系统对待传输数据先进行编码,在 接收端将传来的数据进行译码。对于双工信道(可双向传输的信道),每端都需 要一个完整的编/译码系统。-Huffman encoder/decoder: the use of Huffman coding can greatly improve the communication channel utilization, infor
moshipipei
- 应用于模式分类中,用模式匹配方法对数据进行分类来获得对手写汉字识别的功能-Applied to pattern classification, the use of pattern-matching methods to classify the data to obtain the function of Handwritten Chinese Character Recognition
zhanduilie
- 栈和队列的基本操作实现及其应用,肯定对你有帮助的!需要的请下载!-Stack and queue and its application to achieve the basic operation is definitely helpful for you! Need to download!
DataStructure
- 展示数据结构的一些实用技巧. 包含: 1.运用kmp算法计算无穷概率 2.矩阵乘法的十种经典运算技巧 3.位运算的实用技巧(1) (2) (3)-Data structure to display a number of practical skills. Includes: 1. The use of KMP algorithm infinite probability 2. 10 kinds of classical matrix multiplication comp
PolyArith
- 数据结构课程设计案例精编一书中,第五章多项式加法和乘法的源代码-Data Structure Course Design Case Short book, chapter V polynomial addition and multiplication of the source code
lianbiao
- 双向链表的基本运算,
DataStructure
- 一本数据结构的经典书籍-数据结构算法程序集里,面涵盖了各类数据结构的实现源码-A data structure of the classic books- data structure assembly algorithm, the face covered by a variety of data structures to achieve source
myString
- 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c