CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 快速排序

搜索资源列表

  1. IoSort

    0下载:
  2. 用汇编的类编程实现快速排序的例子,本例子按字符串索引,支持插值和删除!-category with a compilation of programming Quick Sort example, by the example of the string indexing, support interpolation and delete!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3928
    • 提供者:钱海兵
  1. paixu_chazao

    0下载:
  2. 本程序库包括排序、查找的算法子库,主要包括:并归查找、快速排序、最值查找、递归调用等。-including the procedures for ordering, you son of the algorithm, including : identifying and naturalization, rapid sequencing, the most value you, recursive call, and so on.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12886
    • 提供者:蔡成林
  1. quicksort

    0下载:
  2. 我们编写的是一个实现快速排序算法的c++程序
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7895
    • 提供者:bianbian
  1. 5

    0下载:
  2. 非递归的快速排序算法-#include <iostream> #include <stack> #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack<int> Stack int partition(elem*pData, int low, int high) voi
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:835
    • 提供者:cui
  1. kuaisupaixu

    0下载:
  2. VC++编程,快速排序。北航研究生教学软件技术基础作业。-VC++ programming quicksort. Beijing University of Aeronautics and Astronautics graduate teaching software technology base job.
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:291569
    • 提供者:秦晴
  1. mixingmilk

    0下载:
  2. usaco练习题1.3.1,倒牛奶问题,深度搜索,快速排序-usaco exercises 1.3.1, pour the milk problem, the depth of the search, quick sort
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:207236
    • 提供者:seraphina
  1. CPP

    0下载:
  2. c++经典小程序,也是c++二级考试经常考到的小程序。包括:骑士旅行,回文,筛选,快速排序等程序。-c++ the classic small program, also c++ secondary examination often to test the applet. Include: Knight s Tour, palindrome, screening, quick sort program.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:4142
    • 提供者:王建凯
  1. 2.3QUICK-paixu

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort (Quicksort) is an improvement on the bubble sort. Presented by the CAR Hoare in
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2555
    • 提供者:Mj
  1. sort

    0下载:
  2. 这是Java编写的快速排序算法源码,保证有用,希望对大家有用,很好用。-This is a fast sorting algorithm written in Java source code to ensure that useful and hope to be useful, easy to use.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:lzw
  1. quicksort

    0下载:
  2. 快速排序源码,利用迭代的方法,是一个很基础的程序,望大家指正-Quick sort source code, the iterative method is a very basic program, we hope to correct me
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1721808
    • 提供者:
  1. 3

    1下载:
  2. 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
  3. 所属分类:assembly language

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:刘琦
  1. quiksort

    1下载:
  2. 从一个数据文件中读入N个整数(N<=100000),且把结果保存到另一个文本文件中,并显示排序所用的时间。(Read a N integer from a data file (N<=100000) and save the result to another text file, and display the time used for sorting.)
  3. 所属分类:汇编语言

    • 发布日期:2020-05-27
    • 文件大小:69632
    • 提供者:Air9508
搜珍网 www.dssz.com