资源列表
QuickSort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. The b
yuanma
- 最小堆优化最短路径算法 用最小堆优化后速度快效率高-Optimal shortest path algorithm minimum heap heap with the minimum efficiency optimized speed
Number-System-Conversion
- 数制转换:实现2,8,10,16进制数制间的相互转换-Number System Conversion: binary number system to achieve 2,8,10,16 conversion between
lnklist
- 用c++实现的不带头结点的单链表 简单实用 是自己写的 尤其对学生适用-simple code written by c++ , it is a singly linked list without the head pointer
PDSE
- This program is a Dynamic Stack-This program is a Dynamic Stack..
hfm.txt
- 赫夫曼数编码的应用实现,做课程设计的同学注意喽-Huffman coding of the application implementation, students do pay attention to myself curriculum design
Huffman
- 霍夫曼编码实验报告,内含源代码,编码原理 -Huffman coding lab report, containing the source code, coding theory
DataStucture
- 严蔚敏数据结构源代码,线性表,栈,队列,树,图,查找,排序各种方法-YAN Wei-min data structure source code, linear tables, stacks, queues, trees, maps, search, sort a variety of methods
Airlinereservationsystem
- 用从语言实现飞机订票系统。程序中用到了数据结构中的队列和栈。-From the language used airline reservation system. Process the data structure used in the queue and stack.
Joseph-Ring
- 用c语言,实现了,于瑟夫环。要到了数据结构中的链表。-With the c language to realize, in the Joseph ring. To go to the linked list data structure.
Transport-system
- 用c语言实现了交通系统。用到了数据结构中的链表。-C language using the traffic system. Use a data structure linked list.
JOSEPHUS
- 用链表实现的约瑟夫环,模块化设计,便于初学者理解-Joseph Ring a linked list implementation, modular design, easy for beginners to understand
