搜索资源列表

  1. DlgT2

    0下载:
  2. 精确计算各种排序算法时间效率的程序,包括冒泡排序,选择排序,插入排序,希尔排序,快速排序等多种数据结构算法。使用CPU内核时钟统计时间,极为精确。-Accurate calculation of the various sorting algorithm time efficient procedures, including bubble sort, selection sort, Insertion Sort, Hill sort,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:95232
    • 提供者:人民币
  1. quicksort

    0下载:
  2. 这是快速排序的源代码,可以输出每一趟的排序结果,有助于理解整个排序过程的思想算法。-This is a quick sort of source code, you can sort the output results of each trip, help to understand the thinking of the whole process sort algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1809408
    • 提供者:Iris
  1. coutingsort

    0下载:
  2. 比快速排序更快的排序算法;这个了示例包含多种数据结构的算法,如InsertSort,ShellSort,BubbleSort,SelectSort,BinaryInsertSort,TableInsertSort,QuickSort,CoutingSort。对于每个算法用1万个数据比较排序性能,并且使用精确计时器(精度远远大于ms,到达us),使用正序,逆序,随机序列进行比较性能分析。-Faster than the Quicksort
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:126976
    • 提供者:人民币
  1. suanfa

    0下载:
  2. 一、利用随机函数产生3000个随机整数,利用选择排序、起泡排序、快速排序、合并排序等排序方法进行排序,并统计每一种排序上机所花费的时间。 二、石子归并问题:在一个圆形操场的四周摆放着N堆石子(N<= 100),现要将石子有次序地合并成一堆.规定每次只能选取相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分.编一程序,由文件读入堆栈数N及每堆栈的石子数(<=20)。 (1)选择一种合并石子的方案,使用权
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:931840
    • 提供者:刘向阳
  1. AlgorithmAnalysis

    0下载:
  2. 选择排序,冒泡排序,快速排序的时间测试。采用VC6 MFC编写。-Choose to sort, bubble sort, quick sort of time to test. Prepared using VC6 MFC.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:19456
    • 提供者:真实姓
  1. SortDemo-three

    0下载:
  2. 本程序展示了冒泡,方向冒泡以及快速排序的算法以及演示,使用java实现,可以清楚看清其流程.-This procedure demonstrated the bubble, bubble, as well as the direction of Quick Sort algorithm and demonstration of the use of java to achieve, we can clearly see its proc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:14336
    • 提供者:孟祥
  1. SORT

    0下载:
  2. 常见的多种排序算法:插入排序 冒泡排序 快速排序 希尔排序 堆排序 -A variety of common sorting algorithm: Insertion Sort Bubble Sort Quick Sort Hill sort HEAPSORT
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:少帅
  1. sort

    0下载:
  2. 随机产生个整数n=100,200,300,1000,2000个整数并存于数组r[1..n]中。 对主要查找算法(顺序查找、插入排序、冒泡排序、堆排序、快速排序)进行实验比较,计算出平均比较次数、平均移动次数及执行时间。由程序自动计算.-Randomly generated integers integers n = 100,200,300,1000,2000 co-exist in the array r [1 .. n] in. On
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:17408
    • 提供者:侯健
  1. quicksort

    0下载:
  2. 熟悉快速排序法的基本思想,掌握快速排序法的排序过程及其实现算法-Familiar with the quick sort method the basic idea, master quick sort to sort the process of law and its implementation algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:
  1. SFSJ

    0下载:
  2. 随机数的产生和快速排序,01背包,皇后问题,最长公共子序列的动态演示-Random number generation and Quick Sort, 01 backpacks, Queen s problem, longest common sub-sequence of the dynamic presentation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:3815424
    • 提供者:gazi
  1. quiksort

    0下载:
  2. 数据结构课程中快速排序实现,帮助数据结构课程学习。-Data structure the curriculum to achieve quick sort to help the data structure courses.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:147456
    • 提供者:张鸣
  1. Sort

    0下载:
  2. 快速排序、合并排序、插入排序、堆排序、计数排序等算法的C语言实现-Quick sort, merge sort, Insertion Sort, Heap Sort, Counting Sort algorithm, such as C language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:222208
    • 提供者:蔡砚成
  1. compare

    0下载:
  2. 编程实现直接插入、冒泡排序、快速排序、直接选择排序算法,并计算每种排序算法的比较,交换次数。-Programming direct insertion, Bubble Sort, Quick Sort, direct choice of sorting algorithm, and calculate for each sorting algorithm comparison, the exchange number.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:vincent
  1. quicksort

    0下载:
  2. 快速排序,以及测试程序,类似的还有其他排序,可以进行比较-Quick sort, as well as testing procedures, there are other sort of similar, you can compare
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:王森
  1. baogao

    0下载:
  2. 编程实现合并排序和快速排序算法深刻理解递归和分治策略-Programming to achieve the merger and the quick sort algorithm to sort a deep understanding of recursion and sub-rule strategy
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:15360
    • 提供者:envy
  1. quicksort

    0下载:
  2. 这个是快速排序, 代码正确,拷下来就可以用啦-This is a quick sort, the code correctly, you can copy down useless
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:887808
    • 提供者:snail
  1. Quicksort

    0下载:
  2. 在c++开发工具下实现的算法中的一个简单的快速排序算法。-In c++ Development tools to achieve the algorithm in a simple quick sort algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:dinglei
  1. duoxianchengpaixu

    0下载:
  2. 利用多线程并行执行三种排序算法(冒泡排序、快速排序、归并排序),并比较三种排序算法的执行速度 uuhorse-The use of multi-threaded implementation of three parallel sorting algorithms (bubble sort, quick sort, merge sort), and compare the three types of sorting algorit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:Whitehorse32
  1. shujujiegou

    0下载:
  2. 将快速排序算法写成程序并上机调试通过,并统计递归深度。-The quick sort algorithm written procedures and debugging through the machine, and statistical recursive depth.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:王波
  1. sort

    0下载:
  2. 给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。-Int a given N-type (the upper limit of N self-M, for example, M = 100000, N value should not less than 10000) integer, respectively, using th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:318464
    • 提供者:nemo
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org