资源列表
paixu
- 这 里 是 用mfc 做的 一些排序 ,各种 排序都有
shujujiegou
- 1.多项式的加减乘运算 2.迷宫创建 3.校园导游 4.表达式运算 5.跳舞搭配 都是基于数据结构-1. Polynomials subtraction multiplication 2. Maze to create 3. Campus tour guide 4. Expression evaluation 5. Dancing is based on the data structure with
prime
- simple prime number find in C++
RBtree
- 红黑树的实现 经过严格测试,保证正确,暂时只实现插入没有删除-Red-black tree implementation of rigorous testing to ensure the right moment not only to achieve insertion deletion
chapter7tree
- c++描述的树及二叉树知识的讲解。包括树的遍历及哈弗曼树的内容。-C++ descr iption of the tree and binary tree of knowledge to explain. Including the contents of the tree traversal and Ha Fuman tree.
Quick_Sort
- 实现快速排序,数据结构课程上的作业,对于想学号C语言的同学很有参考意义哦-Fast sorting, data structures courses on the operation, for No. I wanted to learn C language is very useful for students, oh
HuffmanCoding
- 用哈夫曼编码实现文件压缩。压缩模块是通过构造哈夫曼树,以文件中字符出现的次数作为权值,得到哈夫曼编码对文件进行压缩。首先扫描文件统计字符出现次数,存入链表中。再将链表中的weight依次赋予权值,然后创建对应的哈夫曼树。最后将生成的哈夫曼树的长度写入文件,再将生成的哈夫曼树写入压缩文件。 解压缩模块是要将压缩文件还原为原文件。先读取一个4字节的哈夫曼树长度,根据读取的长度分配对应大小的哈夫曼树存储空间,然后读取哈夫曼树。-File compression with Huffman Codin
myccodes
- 100个典型的C语言基本程序,在学习C语言时是个好的样例。-100 typical C language basic program, learning C language is a good example.
quicksort
- 自己写的数据结构的快速排序的算法,大二的时候写的,写的不好请不要见怪-Write their own data structures of the Quick Sort algorithm, written in his sophomore year when, well written please forgive
The-TSP-problem
- The TSP problem - 旅行商问题,回溯,分支界限法解决-The TSP problem- traveling salesman problem, backtracking, branch-and-bound method to solve
expr
- 逆波兰式的输入及计算,是数据结构的很好代码-Reverse Polish Notation of input and calculation, is a good source data structure
quicksort
- 快速排序完整工程(内含完整源文件与工程文件)-Quick sort integrity project
