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

搜索资源列表

  1. 插入排序的设计实现分析比较

    0下载:
  2. 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46996
    • 提供者:苏辉
  1. 排序2008

    0下载:
  2. 主要是用于在各种复杂情况下排序使用,怎演怎样保证快速性,主要提供几种常见的排序-used to sort under some complex situations, demonstrate how to ensure rapid and provide sevral common sort order algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32538
    • 提供者:流风
  1. 各种排序方法比较

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

    • 发布日期:2008-10-13
    • 文件大小:34111
    • 提供者:丁一
  1. 数组排序算法改进版

    1下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sortin
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29134
    • 提供者:杨杰
  1. 完全实现快速排序算法

    0下载:
  2. 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10928
    • 提供者:要命
  1. 内部排序

    0下载:
  2. 内部排序算法,此程序包含了基本的排序算法,并对各个算法的性能做了相应的分析-internal sorting algorithm, which includes the basic sorting algorithm, as well as the performance of various algorithms do the corresponding analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3790
    • 提供者:胡斌
  1. 排序比较

    1下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9647
    • 提供者:王为
  1. Ehlib表格排序打印

    0下载:
  2. Ehlib 3.2 PGT 版 中国式表格,可排序,打印,数据库开发-Ehlib version 3.2 ranges Chinese-style form, sort, print, database development
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1189245
    • 提供者:石朋非
  1. 排序算法演示

    0下载:
  2. 各种常用的排序算法的演示程序, 以顺序表作为存储结构~~~~ 欢迎大家指正-A demo for different sort arithmetic,use qlist as store type. welcome ues and question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11385
    • 提供者:李鹏
  1. 双链表正排序

    0下载:
  2. 双链表正排序-- Ranking List is
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:于明着
  1. 对称排序

    0下载:
  2. 数据结构的一个程序,对上机很有用的 对于理解排序也很有帮助-data structure of a process, right on the machine useful for the understanding was very helpful in sorting
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6036
    • 提供者:哈哈
  1. 二叉排序二叉树的建立

    1下载:
  2. 二叉排序树的建立是数据结构中许多二叉树算法实现的基础,本程序输入节点时,以-1表示输入结束-two forks of the tree data structure is the establishment of many of the binary tree algorithm based on the input node procedure, said the importation of 1 to the end
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8228
    • 提供者:楚天
  1. shell排序

    0下载:
  2. shell排序不错的啊.大家学学啊,和其他排序比较一下啊,是啊,不是吗?-good ah. We learn ah, and other ranking compare ah, ah is not?
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:6015
    • 提供者:元杰
  1. 插入排序

    0下载:
  2. 插入排序是个不错的排序啊,移动啊,大家侃侃啊,没事就学学啊-insert sequencing is not a bad sort ah, mobile ah, we ah and again, with nothing to study science ah
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:7946
    • 提供者:元杰
  1. 常用的排序(c语言)

    0下载:
  2. 五个常用的排序方法,用C实现的,包括归并,插入,希尔,快速,冒泡-five commonly used sequencing method, the C achieved, including merging, inserting, Hill, rapid and Bubble
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3082
    • 提供者:
  1. 排序(适合新手)

    0下载:
  2. 排序(适合新手) 在3000h输入10个数,接着运行,在到3100h看排序结果-order (for newcomers) in the importation of 10 3000h number, and then run in order to see results 3100h
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1878
    • 提供者:李好
  1. 排序函数

    0下载:
  2. 3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1604
    • 提供者:angel2271
  1. 列表头拖拽排序控件

    0下载:
  2. 列表头拖拽排序控件,表头的数据可以拖动,排序,等功能,强大的报表空间-list ranking the first drawing controls, table data can be the first drive, scheduling, etc., and strong statements of space
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:43709
    • 提供者:张曦世
  1. 使用指针实现的自然归并排序.

    0下载:
  2. 使用指针实现的自然归并排序。是学习指针和数据结构的很好的资料,要的就快下吧。-use of the natural target to achieve its stock ranking. Yes learning targets and data structure of good information to the fast are you.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4550
    • 提供者:wcg
  1. 平衡二叉排序树的综合操作1

    3下载:
  2. 数据结构常用算法:平衡二叉排序树的综合操作 全部程序代码,在C环境编译通过。-algorithm commonly used data structures : a balanced binary sort tree all integrated operation code, the C compiler through the environment.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2830
    • 提供者:牛牛
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com