资源列表
在线签名鉴定应用实例
- 一个在线签名鉴定程序。(人工神经网络算法实现)-an online signature verification process. (Artificial neural network algorithm)
function
- 遗传算法小程序,关于解决TSP问题的遗传算法,仅供参考,多多交流-GA small program on the settlement of the TSP Genetic Algorithm for reference purposes only and interact more
libsvm-2.8
- libsvm升级到2.8版本,针对新的代码稍做修改,重新排版,修正了原版中部分错误 -libsvm upgrading to 2.8 edition,do little chinging on new edition,set up new type,and changing some mistake of original edition.
vb神经网络预测
- 利用VB进行神经网络预测,可以进行路基沉降及路面工程预测。-With ANN coded by VB, the condition of base sedimentation and road engineering can be predicted.
tanxin
- 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
sga-c遗传算法c代码
- 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
parser
- c# 的一个parser ,用于C#中代码中文本的解析。-a parser for the C# code to the Chinese version of the analytic.
scs
- Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt-Scs.cpp basic classification algorithm source code, the input data file cfile.txt, efile.txt, gfile.txt, pfile.txt, rfile.txt, tfile.txt
optimnn
- optimnn用遗传算法优化神经网络结构源程序,输入数据文件sample-optimnn genetic algorithm optimization neural network structure source, the input data file sample
xml网页开发实例代码
- < xml网页开发实例开发>>一书的全部源代码和实例-lt; Lt; Xml examples of the development of web development gt; Gt; A book of all the source code and examples
apriori算法java实现
- 针对于关联规则数据挖掘的apriori算法,采用ODBC连接数据库.采用Java实现.-Implement apriori algorithm of Assosiation Rule Data Mining using Java, accessing database with ODBC.
pca+lda
- 模式识别PCA+LDA的C++源代码,用于图像的主分量分析-pattern recognition PCA LDA C source code for the image of Principal Component Analysis