资源列表
Sort
- 数据结构中的五种常见的排序方式,包括插入排序、希尔排序、冒泡排序、快速排序、选择排序-Five common sort of data structure, including insertion sort, Shell sort, bubble sort, quick sort, selection sort
suijipaiie
- 从零到十的随机排列,随机生成一百个的排列序列,在某些仿真过程中可以使用-100 Ordering randomly generated sequence can be used in some simulation process from zero to ten randomly arranged,
Doublelinkedlist
- 双链表的一个简单实现,在VC下可以直接运行通过-Doubly linked list is a simple implementation of the VC can be run directly by
liusuma
- 六数码问题的回溯描述,代码为C语言实现,简单方便-Retrospective descr iption of the six digital code for the C language, simple and convenient
Dijian
- 全排列生成算法的程序实现,递增进位制数法来实现的,希望对你有用-permutation generation
huffman1
- 一个简单的huffman编码程序,输出编码结果。-A simple Huffman coding procedures, outputing coding results.
kmp
- kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-failed to translate
F_number
- 计算Feigenbaum数,精确到小数点后12位。-Calculate the Feigenbaum number 12 after the decimal point.
bubble
- 实现了动态库的排序算法,可以很好的调用动态库,提高效率,节省空间-Enables dynamic sorting algorithms, and dynamic libraries can be called good, improving efficiency, space saving
server
- 用1、2、3、…、9组成3个三位数abc,def和ghi,每个数字恰好使用一次,要求abc:def:ghi=1:2:3。输出所有解-1,2,3, ..., 9, comprising three three-digit ABC def and ghi, each digit exactly once claim abc: def: ghi = 1:2:3. All solutions of output
DLX
- DLX算法,是由Knuth提出的一种在图论中图遍历的一种高效算法。-failed to translate
Huffman
- 自己写的数据结构的哈弗曼编码源码,Vc6及以上编译通过-The data structure Hafuman source coding
