CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 简单算法

搜索资源列表

  1. MATLAB

    0下载:
  2. 遗传算法计算多目标规划问题 使用简单,语言明了-Multi-objective genetic algorithm is planning to use simple, clear language
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6864
    • 提供者:小笨笨晗晗
  1. k-means(java)

    0下载:
  2. k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-29
    • 文件大小:2048
    • 提供者:聂风
  1. tabu-search-for-tsp

    3下载:
  2. 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:3213
    • 提供者:dayong
  1. 简单遗传算法(SGA)

    0下载:
  2. matlab中运行-matlab run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:6131
    • 提供者:王久兴
  1. 未知

    0下载:
  2. 求两个数的最小倍数的简单算法 此算法减少了运行时间提高了效率-for two smallest number of multiples of this algorithm simple algorithm to reduce the run time to improve efficiency
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:6329
    • 提供者:张红界
  1. GA

    0下载:
  2. 遗传算法的编码,解决简单遗传算法用C++实现-Coded genetic algorithm to solve simple genetic algorithm using C++ Achieve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:631050
    • 提供者:胡甜
  1. AStar

    0下载:
  2. 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:63127
    • 提供者:丁丁
  1. SGA

    0下载:
  2. 简单的遗传算法源代码,挺实用的,大家可以借鉴-Simple genetic algorithm source code, very useful, we can learn from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2539
    • 提供者:asdfasdf
  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:129180
    • 提供者:丁泽霞
  1. gamain

    1下载:
  2. 一个简单的遗传算法 采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。-A simple genetic algorithm using real-coded, proportional allocation of roulette selection, hybrid discrete and numeracy double hybridization, general variation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-01
    • 文件大小:1751
    • 提供者:wangkang
  1. single

    0下载:
  2. 单纯形算法,实现最简单的单纯形的算法-Simplex algorithm, the realization of the simplest simplex algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:21536
    • 提供者:高程
  1. kmeans

    0下载:
  2. 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:3567
    • 提供者:huang
  1. bianli

    0下载:
  2. 这是数据结构的一个遍历的简单算法,希望对初学者有所帮助.-This is the data structure of a simple traversal algorithm, and they hope to be helpful to beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2057
    • 提供者:陈大圣
  1. shunxu

    0下载:
  2. 这是一个数据结构的顺序表简单算法.其中可能有一些小问题,但基本上还是能运行的.-This is a data structure of a simple algorithm for the sequence table. Which may have some minor problems, but basically it can run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1022
    • 提供者:陈大圣
  1. GA

    0下载:
  2. 简单介绍遗传算法入门教程 非常适用初学者-Briefly introduce the genetic algorithm is suitable for beginners Tutorial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:650340
    • 提供者:ludelai
  1. MyGA

    0下载:
  2. 一个简单的改进的遗传算法,用来求五维函数最大值,算法简单,对初学者有很好的帮助-Improvement of a simple genetic algorithm to seek the maximum five-dimensional function, the algorithm is simple, for beginners there is a very good help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:26366
    • 提供者:刘冰
  1. rsa

    0下载:
  2. 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1166
    • 提供者:domn
  1. 33223

    0下载:
  2. 简单自适应遗传算法,本程序收集于网络,本人并未进行过运行,如有问题请与作者联系,如有侵权请告之-Simple adaptive genetic algorithm, the procedures are collected in a network, I have not been running, if there are questions, please contact the author if there is infringement, please inform the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1394
    • 提供者:shenyanning
  1. BP_nerve

    0下载:
  2. BP神经网络算法是一简单算法,程序简单,适合于简单网络。-BP neural network algorithm is a simple algorithm, the procedure is simple, suitable for simple network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:7330
    • 提供者:殷慧琳
  1. julei

    0下载:
  2. 经典模糊聚类算法的matlab程序框架,简单容易理解。-Classical fuzzy clustering algorithm matlab Framework, a simple easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6373
    • 提供者:许翔
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com