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

搜索资源列表

  1. 用遗传算法计算最短路径

    1下载:
  2. matlab编写的计算排序问题或者求最优值问题,适用于数学建模以及工程计算-Matlab calculations prepared by the scheduling problem or seek optimal values, apply to mathematical modeling, and engineering computing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:孙兵
  1. alg

    0下载:
  2. SUN公司专门的运筹学(or)开发库 Java算法库——查找和排序 -Sun special operations research (or) for the development of algorithms for Java -- Search and Sort
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:付嘉
  1. phoenix

    0下载:
  2. 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland -
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.46kb
    • 提供者:吕经纬
  1. AI_GA_matlab

    2下载:
  2. 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.99kb
    • 提供者:胡朋
  1. ALSSA

    1下载:
  2. 一个有关生产排序的模拟退火算法,做的不好希望指教; 一个有关生产排序的模拟退火算法,做的不好希望指教;-an order for the production of simulated annealing, do not wish to enlighten; a production scheduling si mulated annealing, do not wish to enlighten;
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:48.92kb
    • 提供者:lijia2000boy
  1. ANewC4.5alg

    0下载:
  2. 经典的数据挖掘分类算法,由ID3算法演变而来。本算法主要用于处理连续属性值,基本过程如下: 1.根据属性的值对数据集排序 2.用不同的阈值将数据集动态的分类 3.迭代根据阈值进行划分 4.得到所有可能的阈值、增益以及增益比-classical classification of data mining algorithms, evolved from the ID3 algorithm. This is mainly used to deal with continuous at
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:145.13kb
    • 提供者:kpeng
  1. EightQueen

    0下载:
  2. 人工智能中八皇后问题的算法演示,通过二叉排序数对所有可能的路径进行排序,广度遍历
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:199.91kb
    • 提供者:苏哲文
  1. AdaptingGA

    1下载:
  2. 本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:29.05kb
    • 提供者:邱腾飞
  1. HeapSort

    0下载:
  2. 堆排序算法C++源码,包括构建初始堆,修复对-Heap Sort Algorithm C++ source code, including the construction of the initial heap, repair of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:132.95kb
    • 提供者:free
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:32.69kb
    • 提供者:陈波
  1. nsga-original

    0下载:
  2. 非支配排序算法,用于求解多目标问题,c语言。-This is a GA implementation for multi-objective optimization. *** *** For multi-objective optimization, non-domonated sorting has *** *** been used. The design variables can be Binary, Integer, Real *** *** or Enumerat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:15.83kb
    • 提供者:陈重
  1. 排序和机器学习常见算法

    0下载:
  2. 数据结构(排序)、机器学习(聚类、相似性、C4.5)常用算法总结(Summary of data structure and machine learning algorithms)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:1008kb
    • 提供者:sxt931002
  1. vskmg0

    0下载:
  2. c++写的快速排序算法,从命令行输入数组,调用算法后返回结果,()
  3. 所属分类:人工智能/神经网络/深度学习

  1. 3-12

    0下载:
  2. 双调旅行售货员问题 问题分析:给定平面上n个点,p[i]=(x[i],y[i]),I=1,2,3,…,n。点集p1,p2..pi按x坐标排序 t(i)表示点{p1,p2...pi}的最短双调TSP回路,则有, t(i) = min{t(k) + D(k,i) + d(k-1,i) - d(k-1,k)} ,1<k<i t(1) = 0,t(1) = 2d(1,2) d(i,j)为pi,pj之间的距离 D(i,j)为pi,pi+1,pi+1...pj之间累加距离 设s(i
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:276kb
    • 提供者:mazr
  1. === 带精英策略的排序蚁群算法(C语言) ===

    1下载:
  2. 此算法可以很好的帮助使用语言进行开发的人,学习蚁群算法(This algorithm can help people who use language to develop and learn ant colony algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:11kb
    • 提供者:小南天门
  1. 72147856

    0下载:
  2. 三个排序算法合并的源程序,用C语言做的,用主函数分别调用,是排序章节的实验!()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:15kb
    • 提供者:Fayixup
  1. pattredmqectedbitwise

    0下载:
  2. 实现一些内排序算法的程序 比较优劣 用测试数据说明()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:197kb
    • 提供者:bujitmb
  1. 搜索排序模型

    0下载:
  2. 介绍了搜索排序中的树模型,循序渐进,附详实的数学公式推导。(The tree model in search ranking is introduced, and the mathematical formula is deduced in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1009kb
    • 提供者:davidie
  1. SLTF_renistry_concrete

    0下载:
  2. 用C++实现各种排序算法:如冒泡排序,选择排序,插入排序,希尔排序,快速排序,归并排序,基数排序和堆排序,并带有源代码说明()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:3kb
    • 提供者:MS%2D716530
  1. ogkw5

    0下载:
  2. 快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:7kb
    • 提供者:remberwise
« 12 3 »
搜珍网 www.dssz.com