CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - quick sort

搜索资源列表

  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 of Bubble Sort, heap sort, Hil
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5107
    • 提供者:333
  1. Sort

    0下载:
  2. 快速排序的简单程序,GTK界面, 用CodeBlocks编译。-Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8369
    • 提供者:承影
  1. qsort_of_link

    0下载:
  2. linux gcc编译通过的链表的快速排序法-the quick sort code of link
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2205
    • 提供者:王波
  1. l-asd

    0下载:
  2. A order algoritm comparison by the C time(). Comparison beetwen : insort,selection sort,mergesort,and quick sort. Read the source, and the usage after compiling . Enjoy it!-A order algoritm comparison by the C time(). Comparison beetwen : in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:23962
    • 提供者:lupsyn
  1. QuickSort_by_c_plus_plus

    0下载:
  2. 快速排序,借助c plus plus 思想.利用c plus plus特有的类结构,面向对象编程.-quick sort by c plus plus thinking method.by using c plus plus characters, objected program it.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1511
    • 提供者:ningzhao
  1. quicksort.cpp

    0下载:
  2. Quick sort using MPI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1903
    • 提供者:kiran
  1. Search_Sort

    0下载:
  2. 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:978
    • 提供者:bandianhong
  1. FaseSort.tar

    0下载:
  2. 快速排序法,基于linux环境下实现的快速排序法的C实现代码。-Quick Sort, linux-based environment to achieve the Quick Sort C-implementation code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1018
    • 提供者:roger
  1. SortByProcess_Thread

    0下载:
  2. windows实习:生成一个大于10000个数随机数文件,用进程和线程两种方式对其进行快速排序,用进程编写时,注意控制进程的数量。-windows Practice: Generate a random number greater than 10,000 the number of files, processes and threads in two ways with its quick sort, with the process of writing, the number of at
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3376008
    • 提供者:myf
  1. main

    0下载:
  2. 几种排序方法:包括选择排序,快速排序,堆排序等。-Several sorting methods: selection sort, quick sort, heap sort.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:1975
    • 提供者:挑战龙心
  1. GenericQuickSort

    0下载:
  2. Generic quick sort c source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:937
    • 提供者:daica
  1. Algorithm-Quick-Sort

    0下载:
  2. This source code about Algorithm Quick Sort.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-22
    • 文件大小:18388
    • 提供者:khaled
  1. quicksort

    0下载:
  2. 这是一个简短的排序程序,可以实现快速排序,内容比较简单-This is a brief sort program, you can achieve quick sort, content is relatively simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:672
    • 提供者:高某某
  1. Sort(insertPBubblePHeapPmergePquick)

    0下载:
  2. 分别实现插入排序、冒泡排序、堆排序、合并排序、快速排序,以不同规模(100,1000,2000,5000,10000,100000个数据)的随机数作为测试数据集-Respectively, to achieve insertion sort, bubble sort, heap sort, merge sort, quick sort, at different scales (100,1000,2000,5000,10000,100000 data) of the random number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:493221
    • 提供者:Bernie
  1. sort_sum

    0下载:
  2. 排序总结了快速排序,冒泡排序,归并排序,选择排序,希尔排序,堆排序等-Summarizes the quick sort, bubble sort, merge sort, selection sort, hill sorting, heap sort, etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:3166
    • 提供者:邓德杨
  1. sort

    0下载:
  2. 排序算法比较。 本程序实现了,快速排序 插入排序冒泡排序,快速和选择排序的结合算法。-Sorting algorithm. This program implements, quick sort insertion sort bubble sort, quick sort of combination and selection algorithms.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2320
    • 提供者:zhangqiang
  1. fast

    0下载:
  2. 快速排序,总共执行比较操作的次数,总共执行交换操作的次数-Quick sort, total comparison operation on the number of times, a total of the number of switching operation execution
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:568
    • 提供者:冯文辉
  1. fastrank

    0下载:
  2. 实现用openmp进行并行编程,修改已存在算法的错误-Implemented in parallel programming openmp quick sort, modify the program s lack of previous
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:7620
    • 提供者:宋杭
  1. sort

    0下载:
  2. 基于文件数据的进程间通信,以实现大数据的快速排序,-File data based interprocess communication, in order to achieve quick sort of big data,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:freeluoz
  1. quick-topK

    0下载:
  2. 使用快速排序法处理TOPK问题,就是有N个数,找出前K个,使用快速排序法,可以避免大量排序操作。测试通过。-Processing TOPK problem using quick sort, that is, there are N number, find out before the K, using quick sort, to avoid a large number of sort operations. Test.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:刘辉
« 12 »
搜珍网 www.dssz.com