资源列表
[人工智能/神经网络/遗传算法] shenjingwangluosuanfa
说明:神经网络算法源程序,使用C编写,需要的同志们赶快下吧,会对你用的-neural network algorithm source, the use of C, the need to quickly comrades are you would you use the<杨孝宇> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] ga444
说明:基于VC开发的遗传算法源程序,有详尽的注释说明-based on the development of the VC genetic algorithm source files, a detailed Explanatory notes<> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] GA-Souce
说明:一个不错的遗传算法的实例,代码比较好,调试方便-a good example of the genetic algorithm, code better, convenient debugging<cgy2003> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] nncsourcecode
说明:关于神经网络算法的源码,希望可以为有需要的朋友提供帮助.-Neural network algorithm on the source, I hope there is a need for friends to help.<chenyan> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] AToplogy-BasedMatchingAlgorithmForFingerprintAuthe
说明:指纹识别算法相关书籍 指纹识别算法相关书籍-Fingerprint recognition algorithm fingerprint recognition algorithm books books<> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] 4
说明:这是一款非常好的基于动态轮廓模型的虹膜定位-This is a very good contour model based on dynamic positioning of the iris<孙韵> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] custmer
说明:客户关系管理系统,VS2005,SQL2005编写,能够运行,没有密码-Customer Relationship Management System, VS2005, SQL2005 prepared to run, there is no password<lihui> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] shenjingwangluo
说明:神经网络算法源程序代码,关于智能优化方面的,很经典的代码,C++实现.-Neural network algorithm source code, on the intelligent optimization, it is the classic code, C++ Realize.<dapan> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] sjwl
说明:K-Means动态聚类算法源程序 基于vc程序的实现-Dynamic K-Means clustering algorithm source vc procedures based on the realization of<wantjoin> 在 2025-01-20 上传 | 大小:266kb | 下载:0
[人工智能/神经网络/遗传算法] artificial-intelligence
说明:介绍物联网和人工智能的联系,以及物联网中用到的人工智能相关的知识-Introduce things networking and artificial intelligence connection, and things networking used in artificial intelligence relevant knowledge<包梦华> 在 2025-01-20 上传 | 大小:267kb | 下载:0
[人工智能/神经网络/遗传算法] SIS
说明:复杂网络领域SIS算法模拟实现。使用C++、STL实现-SIS Codes<floristt> 在 2025-01-20 上传 | 大小:267kb | 下载:0
[人工智能/神经网络/遗传算法] 3-17
说明:字符串比较问题 问题分析:解答此题需要一个较为巧妙的解题思路。解决此题可以借用“最长公共子串”问题的解题思路。采用自底向上的动态规划思想。假设对于给定的字符串A,B长度分别为m,n,A[1..m],B[1..n],这里可以使用变量val[m][n]表示A,B的扩展距离。 对于字符串A[1..m],B[1..n],有以下两种情况: 1.A[m]和B[n]处在扩展字符串的同一个位置,那么val[m][n]=val[m-1][n-1]+<mazr > 在 2025-01-20 上传 | 大小:267kb | 下载:0