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

搜索资源列表

  1. sort

    0下载:
  2. 一个归并排序的程序-sort of a merging process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:907byte
    • 提供者:周欢
  1. multi-process-thread-sort

    0下载:
  2. 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:2.64mb
    • 提供者:du yu ling
  1. Sort

    1下载:
  2. 用C#自动演示了冒泡排序法(原创),帮助初学者理解冒泡排序法,开发者学习C#-C# automatically used to demonstrate bubble sort method (original), to help beginners understand the Bubble Sort method, developers learn C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:48.66kb
    • 提供者:周贤军
  1. ClosetPairs

    0下载:
  2. 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the probl
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:24.72kb
    • 提供者:lhguo
  1. sort

    0下载:
  2. 用java语言实现对一维数组的快速排序算法-Using java language of one-dimensional array of quick sort algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1.83kb
    • 提供者:谭明艳
  1. sort

    0下载:
  2. 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较-To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:7.07kb
    • 提供者:小海
  1. sort

    0下载:
  2. 通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Roa
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:2.05kb
    • 提供者:吕璐
  1. sort

    0下载:
  2. 提供的完整的基数排序代码,且该程序通过VC++6.0调试通过,是学习数据结构基数排序的理想资料-Base to provide a complete sort code, and that the procedure VC++ 6.0 debug is passed, is learning to sort the data structure of an ideal information base
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:21.44kb
    • 提供者:杨光
  1. sortVC

    1下载:
  2. vc++6.0写的排序软件,实现了对字符、字符串的排序,对文件夹中的文件按文件名、文件大小以及最近修改时间的排序。用户可以根据自己的需求在软件的首界面选择要排序的方式。-vc++ 6.0 to write the sort of software to realize the characters, the sort string for files in that folder by file name, file size and modification time of the sort
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-10
    • 文件大小:981.27kb
    • 提供者:凌涵
  1. bucketSort

    0下载:
  2. (吊桶排序法)吊桶排序法源于一维正整数数组的排序问题,它使用了一个行从下标从0-9,列下标从0-n-1(n是一维数组中的元素数目)的二维整数数组,二维数组的每一行叫做一个吊桶(bucket)。-(Bucket sorting method) bucket sort method from the one-dimensional array of positive integer scheduling problem, it uses a line from the subscr ipt from
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:855byte
    • 提供者:zzd
  1. MRSort

    0下载:
  2. 基于Hapdoop框架的MapReduce大规模外排序的实现-Based on the MapReduce framework Hapdoop large-scale realization of things to sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1.01kb
    • 提供者:李洪昌
  1. sort

    0下载:
  2. 各种排序功能的实现和时间比较,同时用户可以自定义数据实现排序功能.-The realization of the various sort functions and time, while users can customize the data to achieve sorting function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:224.19kb
    • 提供者:wangyang
  1. Sort

    0下载:
  2. 冒泡排序的经典C程序,读入一个字符文件,对其中的字符串进行字典排序,输出到文件并保存。值得参考。-Bubble Sort classic C program, reading characters into a document, on which to sort the dictionary string, the output to a file and save. Worth considering.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:10.81kb
    • 提供者:zsj
  1. Sort

    0下载:
  2. 只是一个关于排序的作业,包含堆排序、快速排序、冒泡排序、选择排序、替换排序、希尔排序等七种排序并且有图来显示各种各自的特点和比较。会经常用到的。。。C#源码-Only a sort of operations, contains HEAPSORT, Quick Sort, Bubble Sort, Selection Sort, replacement Sort Hill sort ranking of seven and a map to show the variety of their o
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:48.73kb
    • 提供者:王德安
  1. sort

    0下载:
  2. 排序算法的c++语言汇总,语句简单,思路清晰-many kinds of ways to sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1.72kb
    • 提供者:lxz
  1. Sort

    0下载:
  2. 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:769byte
    • 提供者:李加佳
  1. Sort

    0下载:
  2. 几种排序和评价,快速排序等,有具体的时间比较!-And evaluation of some sort, quick sort and so on, have a specific time!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2.5kb
    • 提供者:xuxu
  1. SORT

    0下载:
  2. C SHARP 寫成的排序程式 可輸入六個數字並且做出排序-Sorting program written in C SHARP can enter six numbers and make a sort
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:35.5kb
    • 提供者:hhcho
  1. sort

    0下载:
  2. 选择排序、插入排序、合并排序、快速排序、堆排序,五种排序算法的效率比较,具有简单的窗口界面-Selection sort, insertion sort, merge sort, quick sort, heap sort, five sorting algorithms comparison, has a simple window interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1.82mb
    • 提供者:zhangjunfa
  1. 2D-array-sort

    0下载:
  2. 对2维数组中,指定的列进行排序。 可以对数值、字符进行排序。可以控制正序或倒序排序。 Labview v2010-On 2-dimensional array, specify the sort column. Can values, characters are sorted. Can control the positive sequence or reverse order. Labview v2010
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:27.53kb
    • 提供者:zhw63
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com