资源列表
N
- 实现N的阶乘个数据的排序,比如8!是40320种情况,把所有的情况存入列表numlist[M][N]中。-complete N!
vckmp
- KMP 算法是由Knuth,Morris和Pratt等人共同提出的,所以成为Knuth-Morris-Pratt算法,简称KMP算法。KMP算法是字符串模式匹配中的经典算法。和BF算法相比,KMP算法的不同点是匹配过程中,主串的位置指针不会回溯,这样的结果使得算法时间复杂度只为O(n+m)。 采用VC++开发,实现KMP字符串匹配算法-KMP algorithm by Knuth, Morris and Pratt, who co-sponsored, so as Knuth-Morris-
vc2005jiyin
- 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中…… -The genetic algorithm library is a program written in Visual S
DijkstraVc
- 压缩文件中的WORD文档放的是源代码和解释,有一个名为最短路径算法的文件夹,这个文件夹内容是可以在VC++6.0运行的程序文件(对文档的代码有所修改,弗洛伊德算法被注释掉了) -Compressed file in the WORD document, put the source code and explanations, there is a shortest path algorithm, called the folder, the contents of this folder
eight
- 多数码难题的C语言实现,使用结点的父指针来记录其父节点-More C-language digital challenge
dftspectrumcorrelation
- C code for DFT, Power Spectrum and Cross-Correlation calculation
Aalgorithm
- javascr ipt实现的A算法,在网格上画障碍物,设置起点终点,然后开始最短路径运算-A javascr ipt implementation algorithms, obstacles in the grid on the painting, set from the end, then start the shortest path computation
artificial_intelligence
- 非常棒的人工智能课件,适合初学者学习和了解人工智能,信息全面,资料详细,英文课件。-very perfect resources for artificial-intellegence.it consists of 10 chapters for you to study.
195
- 沙拉耶夫在超介质材料领域的综述,包括负折射材料-Shalayev in the field of synthesis of ultra-media materials, including negative refraction materials, etc.
6908116-Chap8
- this document is about clustering. many method that can do for clustering.
Computeralgorithmdesign(Cversion)
- 用C写的,计算机算法设计,对于不想看伪码的朋友很是值得-Written using C, the computer algorithm design, who do not want to see PN friend is worth
CSharp_MM_Sort
- 自动实现的CSharp冒泡排序.演示冒泡排序全过程.-CSharp self-fulfilling bubble sort. Demonstrates the whole process of bubble sort.