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

搜索资源列表

  1. QuikSort

    0下载:
  2. 根据清华大学C++程序设计的课本,开发的一个快速排序,从中了解学习编程的奥秘,提高编程兴趣,是一个不可多得的源代码-According to Tsinghua University, C++ programming books, the development of a quick sort, learn about the mysteries of learning programming and improve the programming interests, is a rare sou
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:217691
    • 提供者:ievance
  1. SingleLinkedList

    0下载:
  2. Recursive quick sort algorithm on a single linked list. It was made just for education purposes in University of Split.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39532
    • 提供者:asacoup
  1. quick-sort--CPP

    0下载:
  2. 这个程序时用C++语言编写的快熟编程,里面包含了详细的注释。-This program with C++ instant programming language, which contains detailed notes.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:39848
    • 提供者:李荣龙
  1. Cpp1

    0下载:
  2. 输入指定个数的数据,对其进行快速排序,然后输入一个数据,在排序好序的数组中找到其位置。-Enter the specified number of data, its quick sort, and then enter a data sorted in order to find its place in the array.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:833
    • 提供者:尚帅
  1. Quick_Sort

    0下载:
  2. 这个程序主要是用于练习快速排序的,比较简单-This program is mainly to practice quick sort algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:2045339
    • 提供者:sonic
  1. sortquick

    0下载:
  2. 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:M
  1. 19100323_1

    0下载:
  2. 各种排序算法的比较,希尔,归并,推排序,快速排序的时间测试,并将数据写入文档-The comparison of various sorting algorithms, hill, merge, push sort, quick sort of test time, and to write data into the document
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2009346
    • 提供者:vanbingqing
  1. SORTmodel

    0下载:
  2. 实现6中常用内部排序算法:,直接插入排序,希尔派序,冒泡排序,快速排序,简单选择排序,堆排序-Achieve six commonly used internal sorting algorithms: direct insertion sort, Hill sent order, bubble sort, quick sort, simple selection sort, heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:195467
    • 提供者:
  1. Qsort

    0下载:
  2. 快速排序算法的Pascal源代码,可用于数据结构的教学。-Quick sort algorithm Pascal source code, can be used in the teaching of data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1012
    • 提供者:王海涛
  1. wwh1212603

    0下载:
  2. 运用四种排序算法,包括插入,选择,冒泡和快速排序,实现了计算时间和随机数的功能-Using four sorting algorithms, including insertion, selection, bubble and quick sort, to achieve a computation time and the random number function
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:92957
    • 提供者:王文涵
  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. 插入排序,希尔排序,归并排序,快排,冒泡排序,选择排序,插入排序,堆排序的算法实现,效率比较图-Insertion sort, shell sort, merge sort, quick scheduling, bubble sort, selection sort, insertion sort, heap sort algorithm, efficiency comparison chart
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:109227
    • 提供者:戴鹏达
  1. sort_algorthem

    0下载:
  2. 排序算法,包括了5种排序算法,有快速排序,冒泡排序等-Sorting algorithm, including the five kinds of sort algorithm, quick sort, bubble sort, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2158707
    • 提供者:茂君
  1. temperature

    0下载:
  2. 择使用数组储存数据。*x,*y分别装入观察站的地理坐标,temp装入的是温度信息,*tpx,*tpy分别用作对x,y进行快速排序(tpx[2]=8表示排在第2位的是x[8],rank[8]=2表示x[8]排在第2位)升序,rankx[i]即为最终x[i]的排名。 为了方便计算一个范围内的温度值,定义了一个long long 型的数组sum。算出比点p小的点(不包括点p本身)的所有温度值之和sum,之后范围的四点sum相加减,再对少数点做处理即可得到范围内的温度之和。sum[i][j]表示的是
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2853
    • 提供者:周嘉莉
  1. QuikSort

    0下载:
  2. 是对快速排序的简单实现,可以实际运用,基本的思想都有了-Is a simple implementation of quick sort, you can actually use, have a basic idea
  3. 所属分类:STL

    • 发布日期:2017-03-23
    • 文件大小:608035
    • 提供者:谢佳桦
  1. paper

    0下载:
  2. 冒泡排序、直接插入插排序、简单选择排序、快速排序、希尔排序、堆排序的简单实现与比较-Bubble sort, insertion sort directly into simple selection sort, quick sort, shell sort, heap sort of simple implementation and comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:45483
    • 提供者:cielxxxx
  1. sorting_number

    0下载:
  2. 排序 n 个元素,元素为随机生成的长为1..16的字符串,直接插入排序,堆排序,归并排序,快速排序。-Sort n elements, element length is a randomly generated string .. 16 direct insertion sort, heap sort, merge sort, quick sort.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2379
    • 提供者:马璐
  1. sorting_string

    0下载:
  2. 随机生成字符串排序。直接插入排序,快速排序,归并排序,堆排序-Randomly generated string sorting. Direct insertion sort, quick sort, merge sort, heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2257
    • 提供者:马璐
  1. LiseSort

    0下载:
  2. 最常见的排序算法:插入排序,冒泡排序,快速排序C语言实现,包含完整的工程-The most common sorting algorithms: insertion sort, bubble sort, quick sort C language, including the whole project
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:617013
    • 提供者:杨勉
  1. num_sort

    0下载:
  2. 实现对数字的排序 大量数据 包括基数排序 快速排序 插入排序等并对其性能作对比(运行耗时)-To achieve the sort of digital data includes a large number of quick sort radix sort insertion sort, etc. and its performance for comparison (run time-consuming)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:268161
    • 提供者:张杰
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com