CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 选择排序

搜索资源列表

  1. order

    0下载:
  2. 直接选择排序 冒泡排序 快速排序 直接插入排序 四种排序算法的比较
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:liulian
  1. SortAlgorithmComparison

    0下载:
  2. 直接插入排序,折半插入排序,起泡排序 ,快速排序,简单选择排序,堆排序 ,基数排序 七种排序方法的实现和速度对比
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4608
    • 提供者:codesdownloads
  1. xuanzepaixu

    0下载:
  2. 选择排序小程序,简单的选择排序,选择及格数,按序排列
  3. 所属分类:Windows编程

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

    0下载:
  2. 本文介绍了数据结构中的选择排序,希尔排序等算法,采用全英文版,真实可靠-This paper introduces the data structure of choice, in order of ranking algorithms such as Hill, was used in English, true and reliable
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:172884
    • 提供者:张里
  1. sort_vector

    0下载:
  2. 此程序是排序,用了vector类,并封装了发泡,快速,插入和选择排序-ranking, with the vector categories, and the packaging foam, fast, and inserted SELECTION SORT
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29134
    • 提供者:llg
  1. someag

    0下载:
  2. 各种内部排序法演示,程序对输入的无序序列分别用简单插入,折半插入,一趟快速排序,简单选择排序,堆排序等算法进行排序输出。-internal sequencing demonstrated that the procedures for the importation of disorderly sequences were inserted with a simple, half-inserted, the trip rapid sequencing, simple choice, in ord
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2839
    • 提供者:衣明玉
  1. 实验七

    0下载:
  2. 几种排序算法的动画演示,包括冒泡排序,选择排序,插入排序,快速排序,堆排序,支持单步演示,-several algorithm animation demonstration, including Bubble Sort, select, in order of insertion sort, quick sort, heap sort, support single-step demonstration
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25116
    • 提供者:刘绵嘉
  1. subject_1_42045

    0下载:
  2. 几种排序算法的动画演示,包括冒泡排序,选择排序,插入排序,快速排序,堆排序,支持单步演示-several algorithm animation demonstration, including Bubble Sort, select, in order of insertion sort, quick sort, heap sort, support single-step demonstration
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:67296
    • 提供者:罪人
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 非支配排序遗传算法

    0下载:
  2. NSGA-II 相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁殖的个体所产生的后代同其父代个体共同竞争来产生下一代种群,因
  3. 所属分类:其它文档

  1. shujjjjujiegou

    0下载:
  2. 输入8个数,输出直接插入排序、起泡排序、选择排序的比较次数和元素交换次数-Enter the number 8, the output directly into the sort, bubble sort, selection sort comparison of the number and the number of elements of exchange
  3. 所属分类:Database system

    • 发布日期:2017-04-07
    • 文件大小:299692
    • 提供者:雪华
  1. sort.rar

    0下载:
  2. 由C++实现的各种排序算法,包括直接插入排序、希尔排序、冒泡排序、快速排序、选择排序等,By the C++ to achieve a variety of sorting algorithms, including the direct insertion sort, Hill sort, bubble sort, quick sort, selection sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:25236
    • 提供者:yangbo
  1. sortation-comparison

    0下载:
  2. 利用随机函数产生N个随机整数(N = 500,1000,1500,2000,2500,…,30000),利用直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法(可添加其它排序方法)进行排序(结果为由小到大的顺序),并统计每一种排序所耗费的时间(即比较次数)。-sortation problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:81938
    • 提供者:lyp
  1. mr-runk

    2下载:
  2. 基于互信息理论的最大相关排序算法,可应用于各领域的特征选择。-Maximum mutual information based relevance ranking algorithm theory can be applied to all areas of feature selection.
  3. 所属分类:Mathimatics-Numerical algorithms

  1. PAIXU

    0下载:
  2. 这是用QB编的排序程序。利用条形显示冒泡排序、快速排序、等五种排序方法。 效果一流,对于C语言,数据结构爱好者是不错的选择。-This is the sort made by QB procedures. Strip shows that the use of Bubble Sort, Quick Sort, five sorting method. The effect of first-class, for C language, data structure enthusiasts is
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:7599
    • 提供者:
  1. algorithm

    0下载:
  2. 常见的排序算法:插入法、快排法、堆排序、冒泡法、选择法、桶排序等,C语言实现,vc6.0环境-algorithm : insert methods,quick methods,choose methods and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1430332
    • 提供者:王秀雨
  1. cpp

    0下载:
  2. 用栈实现的简单选择排序 ,对输入的十个数字进行从小到大排序-Stack to achieve the selection sort, enter the number of ten small to large
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3890
    • 提供者:徐佩秀
  1. Sort

    0下载:
  2. 1. 直接插入排序 2. 折半插入排序 3. 希尔排序 4. 起泡排序 5. 快速排序 6. 选择排序 7. 堆排序-1. Direct insertion sort 2. Binary insertion sort 3. Shell sort 4. Bubble sort 5. Quicksort 6. Sorted by 7. Heap Sort
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:2732
    • 提供者:sunnylaisy
  1. Sort

    0下载:
  2. VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2455465
    • 提供者:凌潇然
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com