CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 排序算法

搜索资源列表

  1. neibupaixu

    0下载:
  2. 这个程序包括了各种常用内部排序算法在平均排序所需时间上的比较-this procedure include a wide range of internal sorting algorithm commonly used in the average time required for ordering the comparative
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:森森
  1. yakun

    0下载:
  2. 归并排序,算法分析与设计第二章分治法思想的归并排序算法实现,用C++写的.-merge sorting algorithm analysis and design of the second chapter ideological divide-and-conquer method of merging ranking algorithm, C writes.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:zn
  1. kuaisu

    0下载:
  2. 快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:zn
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:66552
    • 提供者:李冰月
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. gezhongpaixu

    0下载:
  2. 这是一个数据结构的综合性实验,是实现各种排序算法,如插入排序,希尔排序-This a comprehensive data structure of the experiment, the realization of sorting algorithm, such as insertion sort, Hill ranking
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2887
    • 提供者:刘培坚
  1. work_std

    0下载:
  2. 工作时单元功能实现的部分资料 主要涉及字符串处理、排序算法,字符串查询、kmp、改进二分法、Unicode编码、uniq-functional modules work to achieve some of the information involved mainly string handling, sorting algorithm, string inquiries, kmp improve dichotomy, Unicode encoding, uniq
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:90652
    • 提供者:邻水
  1. dwqdsort111

    0下载:
  2. 1)实现以下常用的内部排序算法并对它们的时间效率进行比较: 必做(6种):起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序; 选做:折半插入、二路归并、基数排序等等; 2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s) 其中: a) XXXXSort为排序函数名,具体如下: 起泡排序BubbleSort 直接插入排序InsertSort 简单选择排序Sele
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10289
    • 提供者:战天
  1. insidesort

    0下载:
  2. 本程序通过编写五种不同的排序算法,以实现对算法时间复杂度的感性认识,程序可以对任意的一串数据进行从小到大的自然排序。而本程序以随机的数作为了待排数据,更体现了算法的全面性。-procedures through the preparation of the five different sorting algorithm to achieve the right time complexity of the algorithm was an agile and procedures can be
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:38369
    • 提供者:季舟
  1. SortCartoon

    0下载:
  2. VC++2005编写的各种排序的动画示例.对理解并分析比较各种排序算法有很大帮助.-VC 2005 prepared by the various sort of animation example. Analysis of understanding and comparison of different sorting algorithm greatly help.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:39265
    • 提供者:
  1. Chap07InSortcompare

    0下载:
  2. 数据结构与算法代码 各种排序算法的实验比较 计算不同初始状态与排序规模下的各种排序算法的运行时间 -data structure and algorithm code various Sorting Algorithm different experimental comparison with the initial state ranking of the scale Ranking algorithm time
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:50962
    • 提供者:wu
  1. Quick_Sort_forleaner

    0下载:
  2. 数据结构的快速排序算法的实现程序,希望对大家有帮助-data structure of the quick sort algorithm procedures, we hope to help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1083
    • 提供者:y
  1. java0004

    0下载:
  2. 这是一个java下的不错的排序算法代码。-This is a good java of the ranking algorithm code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11773
    • 提供者:
  1. 00348254-2(1)

    0下载:
  2. 排序算法,使用方便-algorithm, easy to use
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3630
    • 提供者:陈浩南
  1. 拓扑排序

    0下载:
  2. 一个拓扑排序的算法-a topological sorting algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1109
    • 提供者:冯彩华
  1. E66_0230

    0下载:
  2. 内部排序算法比较 一、需求分析 1. 实验要对以下6种常用的内部排序算法进行实测比较:起泡,直接插入,简单选择,快速,希尔,堆排序。 2. 待排序表的表长不小于100,其中的数据要用伪随机数产生(RAND()),至少要用5组不现的输入数据作比较,比较的指标为有关键字参加的比较次数和关键字参加的比较次数和关键字的移动次数。 3. 最后要对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -internal sorting algorithm 1, a demand an
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45541
    • 提供者:苏言暖
  1. datastructure_sort

    0下载:
  2. 严蔚敏数据结构最后一个实验. 对各种排序算法进行比较-Yan Wei Min data structure a final experiment. Sorting Algorithm for various comparisons
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:79040
    • 提供者:orangelegend
  1. paixu

    0下载:
  2. 此程序为各种排序算法的集合 在学习数据结构的时候 有什么不懂的 可以参考哦
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13307
    • 提供者:xianxu
  1. maopaopaixu

    0下载:
  2. 这是一个冒泡排序算法的C语言改进算法源代码,改进方法采用双向走动法.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:gddka
  1. paixusort

    0下载:
  2. 排序算法,几乎包括了所有的经典的书上届少的算法,我想下砸一个源代码,救救我把
  3. 所属分类:按钮控件

    • 发布日期:2014-01-16
    • 文件大小:16980
    • 提供者:jdwh
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com