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

搜索资源列表

  1. 聚类程序

    1下载:
  2. 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:263.12kb
    • 提供者:zxm
  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. A__Pathfin1534641262003

    0下载:
  2. This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. -A * pathfinding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.34kb
    • 提供者:tongtong
  1. Basic_Sort

    0下载:
  2. This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works. -This source code is about the basic sorting algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:128.4kb
    • 提供者:tongtong
  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. sort

    0下载:
  2. 蚁群优化算法,实现人工智能解决TSP问题,如何应用ACO
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.45kb
    • 提供者:向前
  1. my-topsis

    0下载:
  2. 详细介绍了逼近理想点排序法(topsis开发实例,对初学者有一定帮助!-Details approximate the ideal point sort (topsis development example, has some help for beginners!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:582byte
    • 提供者:二手玫瑰
  1. HeapSort

    0下载:
  2. 最大堆的生成、堆排序,以及一个简单的最大优先队列的实现。-The largest generation heap, heap sort, as well as a simple realization of the greatest priority queue.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3.87kb
    • 提供者:crazy
  1. CODE_UPLOAD136021102001

    0下载:
  2. 找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。-Txt file to find enter appear in a different vocabulary, the number of statistics in accordance with the number of words to sort. Use hash table to insert new words to improve the speed of the word ta
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.86kb
    • 提供者:limiaoji
  1. Sort

    0下载:
  2. 对给定数据集合进行分类。是数据挖掘算法的KNN的分类实例。-For a given data set to classify. Data mining algorithms is the classification of examples of KNN.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:3.94mb
    • 提供者:mmjia
  1. yichuansanf

    0下载:
  2. 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:33.26kb
    • 提供者:gexiaozhong
  1. testspelling

    0下载:
  2. 拼写检查器,用于输入文字时可以检查出所输入的单词个数以及根据字母顺序来排序-Spelling checker for text input can check out the number and the words entered in alphabetical order according to sort
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:24.67kb
    • 提供者:Angle
  1. PaiXu

    0下载:
  2. 遗传算法的备选方案排序,C程序实现,供参考之用.-Genetic algorithm to sort the options, C program, for information purposes only.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:6.16kb
    • 提供者:张晓
  1. FuzzyMST

    0下载:
  2. 基于模糊费用最小生成树的算法 的源代码 prim算法 模糊数综合排序-Costs based on fuzzy algorithm for minimum spanning tree algorithm source code prim integrated sort fuzzy numbers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:10.38kb
    • 提供者:苏宁
  1. SortAndLife

    0下载:
  2. Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:362.43kb
    • 提供者:JerryJiang
  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. libsvm-2.82

    0下载:
  2. 一种应用广泛的分类算法,可以很好的解决很多类型的分类问题。-sort algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:646.38kb
    • 提供者:huxia
  1. HeapSort

    0下载:
  2. 利用窗体实现堆排序。并能逐一显示堆排序的过程-Using the form to achieve Heap Sort
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:83.39kb
    • 提供者:kaxium
  1. heap-sort

    0下载:
  2. add element and sort by heapsort
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:619byte
    • 提供者:batool
« 12 »
搜珍网 www.dssz.com