资源列表
資料結構使用C語言
- 資料結構使用C語言 書本源代碼
Wu_Manber
- 模式匹配算法介绍。一种改进的模式匹配算法的介绍!-Pattern matching algorithm introduced. An improved pattern matching algorithm introduced!
Dijistra
- Difistra 算法的 C++实现,简单,快速-Difistra algorithm with C++
Question4-new
- 一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
Queue
- 本源码是数据结构顺序队列的相关操作源码,能够直接运行,帮助那些初学数据结构不知道从何入手的人快速入门-This source code is the data structure of the related operation order queue source code, can be directly run, help the beginners data structure don t know how to start from the people quickstart
xhlb
- 一个比较难的算法问题,希望可以给大家一个启示-Algorithm is a more difficult issues and hopefully, give us all a revelation
Binary-Heap
- 二叉堆的基本介绍,以及相关的简单源码实现-Introduction of binary heap, and a simple implementation
Huffman-coding
- Huffman编码实现压缩算法,带界面。功能较简单。C++编写。-Huffman coding to achieve compression algorithm, with the interface. Function is relatively simple. C++ writing.
zhidao
- 数据结构实验,既有简单容易的验证题,即验证已经给出的源程序,或者扩充已经给出的源程序,也有需独立思考设计的综合实验题。-Data structure experiment, both easy validation problem, namely verification has given the source program, or expansion has given the source program, also have to think independently the com
递归算法快速排序
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
2_8_1a
- 能够直接运行的数据结构顺序表源码,可供初学数据结构的人参考。-Can directly operation data structure sequence list the source code for beginners reference data structure of the people
Answer-of-Data-structure
- 数据结构——使用C++语言描述,课后习题答案,学习练习必备的参考,更利于提升编程能力-Data structure- use C++ languages described Homework answer learning practice must reference, more conducive to enhance the programming ability
