搜索资源列表

  1. 直接插入冒泡选择排序算法的实现

    0下载:
  2. 排序是数据结构中的一项重要内容,该算法包括了直接插入冒泡选择排序算法的实现- The arrangement is in a construction of data important content, this algorithm has included the direct insertion bubbling choice sort algorithm realization
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1329
    • 提供者:杨涛
  1. kmethod_exe

    0下载:
  2. 大约有10种排序方法,如堆排序、快速排序、归并排序、插入排序、外壳排序、选择排序、早泡排序、线性排序、地址选择排序和基排序。我自己提出了一种简化的快速排序。-about 10 species of sequencing methods, such as heap sort, quick sort, merge, in order to insert sequencing, shell sort, select, in order of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4738
    • 提供者:宁华锋
  1. PkXtwh

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (quick)
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:62380
    • 提供者:黄国胜
  1. 排序比较

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

    • 发布日期:2008-10-13
    • 文件大小:9647
    • 提供者:王为
  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. sort_method

    0下载:
  2. 各种排序算法,包括快速排序、插入排序、选择排序、SHELL排序-various sorting algorithms, including rapid sorting, insertion sort, select, in order of ranking SHELL
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2991
    • 提供者:范凯生
  1. 二叉排序树及其查找

    0下载:
  2. 数据结构 上机 二叉排序树及其查找,包含更新二叉排序树存储二叉排序树上的查找,二叉排序树上的插入,二叉排序树上的删除等-data structure two forks on the plane and you sort tree, update contains two fork-tree storage binary search tree by sequencing, two tree fork insertion sort, t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1431
    • 提供者:大阳
  1. 0305111

    0下载:
  2. 很好的一个DD。。 能够进行快速排序...利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-good a DD. . To conduct rapid sequencing ... use C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5107
    • 提供者:333
  1. 二叉排序树完整版

    0下载:
  2. 二叉排序数。包括排序,插入,删除,查找。-ranking number two forks. Includes sorting, insert, delete, search.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2042
    • 提供者:面包
  1. 2005121912295213

    0下载:
  2. 银行代收电话费管理系统 1、使用文件管理整个收费信息,内容有:客户姓名C16,电话号码N11,市话费F7.2,长途费F7.2,信息费F7.2,ADSL费F7.2,费用合计F8.2,对应年月N6,收费状态C(0――未收,1――已收),收费日期D,银行帐号N20,收费人编姓名 2、提供的功能:(注:所有输出送显示器) 按月统计总的收费情况和按天统计每天的收费金额;收费、退费的处理及相应单据的输出;提供按姓名和电话号码查询收费状况
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:241065
    • 提供者:郑建飞
  1. forbank

    0下载:
  2. 银行代收电话费管理系统功能叙述 1、使用文件管理整个收费信息,内容有: 客户姓名C16,电话号码N11,市话费F7.2,长途费F7.2,信息费F7.2,ADSL费F7.2,费用合计F8.2,对应年月N6,收费状态C(0――未收,1――已收),收费日期D,银行帐号N20,收费人编姓名 2、提供的功能:(注:所有输出送显示器) A按月统计总的收费情况; B收费、退费的处理及相应单据的输出; C提供按姓名和电话号码查询
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:14871
    • 提供者:可乐加冰
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:28406
    • 提供者:chyg
  1. ListSort

    0下载:
  2. 用C#实现的链表排序(插入排序),对C#初学者有一定借鉴价值!-C# objectlist order (insert sequencing), the C# beginners a certain reference value!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6286
    • 提供者:许轶淼
  1. Some_Sort_Program_Implement_by_C

    0下载:
  2. 几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序 -several algorithm using C language function algorithm to achieve the following : (a) direct insertion sort, Hill sequ
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4008
    • 提供者:丘方
  1. sortlinktabel

    0下载:
  2. 对链表进行排序,时间复杂度O(n2),类似于插入排序的思想-right sort, time complexity O (n2), similar to the sequencing of the insert thinking
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7506
    • 提供者:苗建新
  1. PX

    0下载:
  2. oid Reset() //重置\"次数\", 即比较与移动的效率统计 int BubbleSort(int length, int ls[]) //冒泡排序 int InsertSort(int length, int ls[]) //插入排序 int SelectSort(int length, int ls[]) //选择排序 int QuickSort(int length, int ls[]) //快速排序
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1122
    • 提供者:Hy
  1. shellsort111

    0下载:
  2. 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19421
    • 提供者:乐乐
  1. Algorithmn

    0下载:
  2. 几种排序算法的VC++实现,包括选择排序,插入排序,归并排序,自底向上排序,快速排序-several algorithm VC, including the option of sorting, insertion sort, merge, in order of ranking from the bottom up, Quick Sort
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:36866
    • 提供者:d
  1. ManySort

    0下载:
  2. 数组排序算法-----这个程序的头文件中包含四种排序方法:泡沫排序法,插入排序法,快速排序法和选择排序法-array algorithm ----- this procedure the first document contains four ranking : bubble sort, insertion sort, quick sort and select Sort
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:30563
    • 提供者:popandsmtp
  1. rrinsert

    0下载:
  2. 插入排序 将10个数进行插入排序.本例以经过认真测试 ,安全可靠,没有漏洞.-insert will rank number 10 for insertion order. The cases to seriously test is reliable and safe, without loopholes.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8605
    • 提供者:任任
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org