资源列表
quicksort
- 快速排序思想: 在待排序的n个记录中任取一个记录(通常取第一个记录),把所有小于该记录的记录移到其左边,把所有大于该记录的记录移到其右边,所选记录正好处在其应在的位置,且把原有序列划分成两个子序列。然后,对两个子序列分别重复上述过程,直到所有记录都排好序。把当前参加排序的记录按第一个记录的排序码分成前后两个部分的过程称为一趟快速排序。
huffman
- this program is code huffman by c-this program is code huffman by c++
MiGong
- 这是一个用递归实现迷宫求解的程序,该程序十分的简单,同时效率很高,是本人对自己比较满意的一个程序-This is a maze solving with a recursive procedure, the procedure is simple, while efficient, is quite satisfied with my own a program
123
- kmp模式匹配的实现 也就是字符串匹配的kp算法实现-kmp pattern matching is the realization of a string matching algorithm kp
bres
- bresenham line c# source code OPENGL
yuesefu
- 数据结构 约瑟夫环 链式循环结构 按顺序输出将输入的数字依次输出-Data structure Josephus chain loop structure in order to enter the digital output of the output sequence
hash-table
- 哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table
6-282new
- 单链表A、B和C递增有序,在表A中删除既在B中出现又在C中出现的那些元素,注意控制算法的时间复杂度。-Singly linked lists A and B, and C increments ordered to delete both those elements in C B, in Table A, note that the control algorithm of time complexity.
DeQ-using-STL
- this is sample dqueue implementation using STL
imageshow
- c和opencv实现批量图像的处理,可是实现对大量图像修改大小与灰度转换-image processing opencv realized
duilie
- 数据结构(C语言)(队列)的实现 欢迎分享与交流-Data structure (C language) (queue) implementations welcome to share and exchange
