搜索资源列表

  1. demo

    0下载:
  2. 一个比较直观的排序算法的过程显示-a more intuitive process of sorting algorithm shows
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:624906
    • 提供者:黄伟
  1. 插入排序的设计实现分析比较

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

    • 发布日期:2008-10-13
    • 文件大小:46996
    • 提供者:苏辉
  1. 归并分类与快速分类平均时间之比较的源代码

    0下载:
  2. 在对本程序的快速排序和归并排序这两种算法的正确与否进行验证时,用手动输入的数据,本程序基本上完成了对输入数据进行的快速排序和归并排序!-in the process of the rapid sequencing and merging the two sorting algorithms are correct for the test, with the manual input of data, the procedure is
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:61417
    • 提供者:陈青侠
  1. shiyan6

    0下载:
  2. 本程序比较各种排序算法的优劣(包括快速比较,基数比较等等),希望大家指教.-the procedures compare the merits Sorting Algorithm (including rapid comparison, the comparison base, etc.), we hope the exhibitions.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3367
    • 提供者:chen
  1. kecsj_java

    0下载:
  2. JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first p
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12864
    • 提供者:爱情无敌
  1. 新c++我们的呀

    0下载:
  2. 按时org,开放的网络天书! 基数排序是这样实现的: 假设需排序数列的取值...如果化成比较树可以知道,这样的排序算法复杂度的下限是O(N*lnN),而基数排序没有比较元素,所以所需排序时间就少了,我们... www.cnic.org/wiki/鍩烘暟鎺掑-time org, open network hieroglyphics! Sort base is achieved : a few assumptions need to
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:5507
    • 提供者:相同
  1. orderlike

    0下载:
  2. 此程序是实现多种排序算法,用移动次数和比较次数来比较各算法的好坏-this program is to achieve a variety of sorting algorithm, used his mobile number and frequency compared to compare the quality of the algorithm
  3. 所属分类:其它

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

    0下载:
  2. 7种内部排序算法的比较 里面含 测试代码!-seven internal sorting algorithm inside compared with the test code!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6764
    • 提供者:王哲江
  1. shellsort111

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

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

    0下载:
  2. 快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法-rapid sequencing and the rapid sequencing of random comparison, the relatively rapid sequencing of the sequence of very slow, So random Quick Sort Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10563
    • 提供者:张国平
  1. paixu102

    0下载:
  2. 有关排序算法的比较!含有各种简单的排序算法 c语言-the algorithm comparison! Containing a variety of simple language c Sorting Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15338
    • 提供者:chen
  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. C++Algorithm_sort

    0下载:
  2. C++通用算法之排序,其中包括排序算法,排序元素的查找,字典式比较,极值元素求解-C definitive ranking algorithm, including sorting algorithm, ranking elements of search, dictionary, Extreme Solution elements etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7159
    • 提供者:牛亚
  1. HeapSort

    0下载:
  2. 改进的基于c++的堆积排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved stacking algorithm based on C ++. There are two kinds of sorting
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:3338240
    • 提供者:zuijiaoluo
  1. InsertSort1

    0下载:
  2. 改进的基于c++的插入排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved C ++ Based Insertion Sorting Algorithm. There are two kinds of s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3333120
    • 提供者:zuijiaoluo
  1. MergeSort

    0下载:
  2. 改进的基于c++的归并排序算法。排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved c ++ based merge sort algorithm. There are two kinds of sorting
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3328000
    • 提供者:zuijiaoluo
  1. forebgn-unwindir

    0下载:
  2. 排序算法比较 直接插入排序,折半插入排序,起泡排序,快速排序,选择排序,堆排序, 基数排序 ,希尔排序法,共八种()
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:vpnoa_8783
  1. C语言冒泡排序法

    0下载:
  2. 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sorting is a simpler sorting algorithm in the field of computer science. It repeats the seque
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:Bruce Leung
  1. 算法课设

    0下载:
  2. 排序算法例程比较 Comparison of scheduling algorithms(Comparison of scheduling algorithms)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4494336
    • 提供者:Alunxe
  1. sort

    0下载:
  2. 对快速排序进行优化,对测试数据的前1000个进行排序,并比较优化前和优化后的时间性能差异;实现至少两种线性时间排序算法。(Optimize the quick sorting, sort the first 1000 of the test data, and compare the time performance difference before and after optimization; implement at least
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:唯唯王
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 31 »

源码中国 www.ymcn.org