资源列表
Complex
- 自己写的C++复数计算源码,用到许多C++知识,Vc2010通过-C++ complex number calculations Source
algorithm
- 自己写的数据结构中的集合交叉并算法,Vc6以上通过-The cross collection data structure and algorithm
Packing
- 自己写的数据结构中的栈的应用 - 停车场问题-Data structures in the application stack- parking problems
Huffman
- 自己写的数据结构的哈弗曼编码源码,Vc6及以上编译通过-The data structure Hafuman source coding
DLX
- DLX算法,是由Knuth提出的一种在图论中图遍历的一种高效算法。-failed to translate
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
bubble
- 实现了动态库的排序算法,可以很好的调用动态库,提高效率,节省空间-Enables dynamic sorting algorithms, and dynamic libraries can be called good, improving efficiency, space saving
F_number
- 计算Feigenbaum数,精确到小数点后12位。-Calculate the Feigenbaum number 12 after the decimal point.
kmp
- kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-failed to translate
huffman1
- 一个简单的huffman编码程序,输出编码结果。-A simple Huffman coding procedures, outputing coding results.
Dijian
- 全排列生成算法的程序实现,递增进位制数法来实现的,希望对你有用-permutation generation
liusuma
- 六数码问题的回溯描述,代码为C语言实现,简单方便-Retrospective descr iption of the six digital code for the C language, simple and convenient