资源列表
BWT_Compre1508411252002
- Compression using Burrows Wheeler Transform. Includes n*log(n) comparison tri-partite suffix array block sorting, Move-to-Front coding, dynamic canonical Huffman coding of Wheeler s run-length-coding.
CONVOLUTIO20932912102007
- THIS PROGRAM IS TO FIND THE CONVOLUTION X[N]*H[N] OF TWO SEQENCES X[N] AND H[N] TO FIND THE CONVOLUTION RESULT Y[N] AND TO PLOT THE THREE SIGNALS,X[N],H[N] & Y[N] WHICH IS A VERY IMPORTANT APPLICATION IN DIGITAL SIGNAL PROCESSING
DeCSS_Sour70490492002
- DeCSS Source code. Code that decrypts the CSS encryption algorithm found on DVDs.
TS
- tabu search for tsp by matlab
Kmeans
- 关于K聚类的vc++用vs2010编写,简单处理。-K-means code ,very simple
runHYMOD
- 自己编写的HYMOD水文模型模块,能够直接运行得到HYMOD的结果。-I have written HYMOD hydrological model module, capable of running HYMOD results obtained directly.
MCAT-version-5-release-2011b
- 参数敏感性分析的计算包,能够在matlab中计算后得到参数的计算区间。-Computing package parameter sensitivity analysis, the latter is able to calculate the interval is calculated in matlab get parameters.
string
- 实现字符串的处理算法,比如KMP,看看就知道,很久前写的,希望能有帮助-Realization string processing algorithms, such as KMP, look, we know that a long time ago to write, hoping to help
mesh
- 对给定区域进行delaunay三角形化的程序,例子中为正方形区域,可以通过tecplot查看显示结果-Delaunay triangulation program on a given area for example, square area, you can view the results by Tecplot
CalculateAngleByTwoPoint
- 由两点计算直线的倾斜角度,人脸替换课题中需要通过两只眼睛的位置来计算人脸的偏转角。-Calculated by the two straight Angle, through two eyes in face replacement subject position to calculate the deflection Angle of the face.
antcolony
- This code is for solving traveling salesman problem using ant colony algorithm.Ant Colony Optimization (ACO) is a population-based approach for solving combinatorial optimization problems that is inspired by the foraging behavior of ants and thei
genetic-algorithm
- In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimizatio
