资源列表
newsvm
- 一种很实用的SVM工具箱,具有较快的运算速度,有详细的使用说明和例子!-a very practical SVM Toolbox is faster computing speed, a detailed descr iption and examples of use!
模式分类
- 该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强-the procedure three samples of two-dimensional classification and paint interface. Learning the pattern recognition Watchable. To study the neural network Watchable, code simple, practical
tsp(2)
- 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
一般表示式的合一算法2
- 实现了一般表达式的合一算法(采用最一般合一求取方法)-achieve a general expression of unity algorithm (to use the most general strike Ecumenical methods)
模拟退火
- 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
BP智能岩土工程
- BP智能岩土工程,为初学者提供学习。高手可以进行更改程序不能处理大数据量的错误。-BP smart geotechnical engineering, to beginners learning. Experts can not change procedures to deal with the large volume of data errors.
CHAPT10
- 神经网络模式识别及其实现,第10章 内含:ART 和VQ 算法。 终于上传完,本来想一次性发上来的,但结果失败了,只好一个一个发。-pattern recognition and neural network to achieve, Chapter 10 consisting of : ART algorithm and VQ. Finally upload End, originally wanted onto a one-time, but the result of the fai
CHAPT9
- 神经网络模式识别及其实现,第九章。 内含:HOPFIELD和LAM -pattern recognition and neural network to achieve, chap. Intron : LAM and HOPFILED
CHAPT8
- 神经网络模式识别及其实现,第八章。 内含:KMEANS 、KOHONEN 、LVQ 、SOFM 算法。-pattern recognition and neural network to achieve, Chapter VIII. Intron : KMEANS, KOHONEN, LVQ, SOFM algorithm.
CHAPT4
- 神经网络模式识别及其实现,第四章。 内含:ALOPEX和BACKPROP程序。-pattern recognition and neural network to achieve, the fourth chapter. Intron : ALOPEX BACKPROP and procedures.
CHAPT3
- 神经网络模式识别及其实现,第三章。为大家提供参考。-pattern recognition and neural network to achieve, the third chapter. To provide a reference.
经典rsa
- 1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。 (在本机上已经做过,所以不需要做) 2. RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件, 把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。 (在本机上已经做过,所以不需要做以上二步) 但在其它机子上