搜索资源列表
HeapSort
- 最大堆的生成、堆排序,以及一个简单的最大优先队列的实现。-The largest generation heap, heap sort, as well as a simple realization of the greatest priority queue.
yichuansanf
- 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用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
HeapSort
- 堆排序算法C++源码,包括构建初始堆,修复对-Heap Sort Algorithm C++ source code, including the construction of the initial heap, repair of
NSGA
- nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
yiqunsuanfa
- 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
nsga-original
- 非支配排序算法,用于求解多目标问题,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
code
- 带精英策略的非支配排序遗传算法,c源代码。-This is a GA implementation for multi-objective optimization. For multi-objective optimization, non-domonated sorting has been used.
Quicksort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. By CAR Hoare in 1962. The bas
sas
- 一段用C++写的排序蚁群算法,用于求解旅行商TSP问题-ACO TSP
=== 带精英策略的排序蚁群算法(C语言) ===
- 此算法可以很好的帮助使用语言进行开发的人,学习蚁群算法(This algorithm can help people who use language to develop and learn ant colony algorithm.)