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

搜索资源列表

  1. quicksort

    0下载:
  2. 一个基于openmp的快速排序算法的主题部分实现-One based on the quick sort algorithm openmp
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:898
    • 提供者:xiaohy
  1. QUICKSORT

    0下载:
  2. 用C语言实现的普通快速排序,和随机快速排序进行对比-With ordinary C language implementation of quick sort, quick sort and compare the random
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:560
    • 提供者: 耿冬冬
  1. HQSort

    0下载:
  2. QuickSort with MPI and not open mp file . it has document.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:238990
    • 提供者:mohsen
  1. myCpp

    0下载:
  2. 简单易懂的快速排序,归并排序,及kmp算法的实现,适合新手学习和使用-quicksort kmp mergesort
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:1522
    • 提供者:司旭
  1. quicksort

    0下载:
  2. Quick sort written in C++, O(nlogn) is the quickest solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1043
    • 提供者:Ebi
  1. SearchAlgorithmTimeCompare

    0下载:
  2. 冒泡排序 正反方向的交替扫描冒泡排序 直接选择排序 直接插入排序 折半插入排序 希尔排序 快速排序 改进的归并排序 堆排序 最高优先的基数排序 实现及速度比较。-Bubble Sort alternating positive and negative direction scan directly Sort Bubble Sort direct insertion sort binary insertion sort Shell sort Qui
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11034
    • 提供者:hy
  1. sort

    0下载:
  2. this is quicksort algorithm in c-this is quicksort algorithm in cpp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1656
    • 提供者:funfun
  1. QuickSort

    0下载:
  2. C++编程中的快速排序Quick Sort算法的实现。-The realization of quick sort Quick Sort algorithm in C++ programming.
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3713973
    • 提供者:郭佳鑫
  1. Quick

    0下载:
  2. Sorts a sequence of strings standard input using quicksort-Sorts a sequence of strings standard input using quicksort
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:febee
  1. quicksort

    0下载:
  2. 这个算法优于MERESORT的一点是它在原位上排序,即对于被排序的元素不需要辅助的存储空间-This algorithm is better than MERGESORT point is that it sort in situ, that is no need for a secondary sort of element of storage space
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:210133
    • 提供者:刘晓飞
  1. optional5

    0下载:
  2. quicksort.cpp and selectionsort.c-quicksort.cpp and selectionsort.cpp
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2531
    • 提供者:musallim
  1. quicksort

    0下载:
  2. 数据结构中的快速排序,用c语言实现,可运行!-Quick sort of data structure, using C language, can be run!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:1167205
    • 提供者:yangdan
  1. Sort

    0下载:
  2. 基于分治策略的实现快速排序算法和归并算法。-Quicksort algorithm and merging algorithm based on divide and conquer strategy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:小白
  1. quicksort_matlab

    0下载:
  2. matlab 实现快速排序算法。一共有主程序,分类,插入和选择四个程序。-matlab,Quicksort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:meifan
  1. qsort

    0下载:
  2. 快速排序算法,可直接编译运行,十分方便,添加注释和示范,便于理解-Quicksort algorithm can be directly compiled to run, very convenient, add comments and demonstrations, easy to understand
  3. 所属分类:source in ebook

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

    0下载:
  2. 本程序实现了排序排序算法,对于学习数据结构与算法分析的同学有一定参考价值!-This procedure realized the sort of sorting algorithm, for learning data structure and algorithm analysis of the students have a certain reference value!
  3. 所属分类:Console

    • 发布日期:2017-05-18
    • 文件大小:4853603
    • 提供者:欧阳
  1. ParallelQuickSort

    0下载:
  2. parallel quicksort algorithm and implimentation
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:61182
    • 提供者:eco40
  1. Quicksort

    0下载:
  2. 编写快速排序的代码,用一种语言描述,并在一个编译环境里调试成功。-Coding quick sort of, in a language to describe, in a successful compile and debug environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:12380
    • 提供者:xuchun
  1. comparison

    0下载:
  2. A program that compares the speed of some sorting algorithms like quicksort, merge sort, shell sort and selection sort.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1683
    • 提供者:dn
  1. paixubijiao

    0下载:
  2. 2种排序的比较算法,有归并排序和快速排序的各种比较,适合初学者使用-Comparison of two kinds of sorting algorithm, mergesort and quicksort various comparison, suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:273829
    • 提供者:bb
« 1 2 ... 22 23 24 25 26 2728 29 30 »
搜珍网 www.dssz.com