CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - c语言经典算法

搜索资源列表

  1. C语言遗传算法程序包

    0下载:
  2. 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:77.51kb
    • 提供者:刘志刚
  1. SMOLearn

    0下载:
  2. 同样经典的由PLATT提出的SMO学习算法.C++语言实现.好用呢-same classic by the SMO PLATT learning algorithm. C language. Easy?
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:953.44kb
    • 提供者:张先生
  1. 75448147apriori(c)

    0下载:
  2. 用C语言实现的数据挖掘经典算法Apriori,请各位大大批评指正!-C language data mining algorithms classic Apriori, please greatly criticized correct!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:121.24kb
    • 提供者:李勇
  1. JM98B

    0下载:
  2. 经典\"模拟退火算法\" 解决“推销员问题”的实例 对数模和组合优化问题很有帮助 简单易懂的C语言编程和详细的注释,容易推广到其他语言
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:2.97kb
    • 提供者:顺星
  1. galib245.tar

    0下载:
  2. 非常经典的遗传算法工具包,C语言版本的。包括各种常用算法-very classic genetic algorithm tool kit version of the C language. Including common algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:376.2kb
    • 提供者:行者
  1. TSP

    0下载:
  2. C语言,遗传算法求解TSP旅行商问题.遗传算法实例,tsp经典求解-Tsp problem use genetic algorithm 。it is about ai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:256.55kb
    • 提供者:山楂片
  1. AdaBoost

    0下载:
  2. 采用C语言实现的Adaboost算法,一个很经典的分类器算法-Using C language of the Adaboost algorithm, a classic Classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:708.91kb
    • 提供者:shixuemei
  1. knn-cv-1-Source.tar

    0下载:
  2. KNN算法,用c++ 语言实现的算法,非常的经典-KNN algorithm for C plus plus,this a good algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:50.4kb
    • 提供者:zhanghf
  1. SGA

    0下载:
  2. 经典的GA遗传算法程序,C语言写的,很有参考价值的-The classic genetic algorithm GA process, C language written in a good reference! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:294.08kb
    • 提供者:张三丰
  1. yerenguohe

    0下载:
  2. 人工智能中经典算法野人过河的问题C语言实现-Classic algorithms in Artificial Intelligence Savage C language implementation issues across the river
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2.63kb
    • 提供者:夏天
  1. PSOS_exe

    0下载:
  2. 粒子群优化算法,采用c语言实现,测试均采用经典函数。-Particle swarm optimization algorithm, using c language implementation, testing, adopt the classic function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:57.54kb
    • 提供者:刘丽景
  1. VCrbf

    0下载:
  2. C语言程序包,适合初学者的学习,包括神经网络的经典算法的实现,希望对大家有用-C language package for beginners of learning, including neural network implementation of classical algorithms, we want to be useful
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:103.24kb
    • 提供者:shi
  1. back-pack

    0下载:
  2. 用C语言来解决遗传算法的经典问题——背包问题。-Using C language to solve the classic problem of genetic algorithms- Knapsack Problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:247.12kb
    • 提供者:李洁
  1. EC1

    0下载:
  2. 基于遗传算法的函数优化 用遗传算法求解经典函数的最大/小值 C语言实验-Function optimization based on genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2.79kb
    • 提供者:梦紫颜洛
  1. pid

    0下载:
  2. PID经典实用的C语言算法可用于了解学习-PID classic and practical C language algorithms can be used to understand learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1.62kb
    • 提供者:
  1. K-means

    1下载:
  2. 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:6.41kb
    • 提供者:李若
  1. Algorithm-ConlaExeAns

    0下载:
  2. 算法竞赛入门经典完整版的课后习题答案,目前最完整的一版了,配合算法竞赛入门经典来用会更好,本书用c语言实现-The algorithm contest entry classic full version Homework answers the most complete version to use will be better with the the algorithm contest entry classic book c language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:273.71kb
    • 提供者:sum
  1. 走迷宫问题

    0下载:
  2. 本程序是用C语言写的迷宫问题,其中很多算法都是很经典的,初学者可以好好学习下回溯算法的应用,很实用的,对于此类问题能有一个很好的模板作用。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-31
    • 文件大小:210.11kb
    • 提供者:bycer@115
  1. Puzzle

    0下载:
  2. C语言实现八数码问题,使用高效算法,人工智能经典入门问题-C language implementation of the eight digital problem, the use of efficient algorithms, artificial intelligence problems classic entry
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:22.96kb
    • 提供者:华仔
  1. BreathFirst

    0下载:
  2. 人工智能经典问题——八数码问题的宽度优先算法C语言代码-breath first searching algorithm for 8-digits problem in artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3.53mb
    • 提供者:张三
« 12 »
搜珍网 www.dssz.com