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

搜索资源列表

  1. O(logN)sort

    0下载:
  2. 时间复杂度为O(logN)的排序算法。。俗称重口味排序-Time complexity is O (logN) sorting algorithm. . Commonly known as the flavors sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:580
    • 提供者:Oniontree
  1. sort.rar

    0下载:
  2. 由C++实现的各种排序算法,包括直接插入排序、希尔排序、冒泡排序、快速排序、选择排序等,By the C++ to achieve a variety of sorting algorithms, including the direct insertion sort, Hill sort, bubble sort, quick sort, selection sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:25236
    • 提供者:yangbo
  1. insertion-sort

    0下载:
  2. SPIM模拟器上用递归和非递归两种方法实现0-9十个数字的插入排序-SPIM simulator using recursive and non-recursive two ways to achieve the insertion sort ten numbers 0-9
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2897
    • 提供者:林嘉
  1. mpi

    1下载:
  2. 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
  3. 所属分类:MPI

    • 发布日期:2017-03-22
    • 文件大小:4125
    • 提供者:兰韬
  1. MPI-Sort

    0下载:
  2. 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:8869
    • 提供者:不死鸟
  1. quicksort

    2下载:
  2. 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beg
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:4932
    • 提供者:郭春付
  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
    • 文件大小:2772840
    • 提供者:du yu ling
  1. quicksort

    0下载:
  2. quick sort例子-quick sort example
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:1517
    • 提供者:站长
  1. CIG

    0下载:
  2. 在WinCe平台上开发的数据库管理程序,里面有一个可排序列表控件的实现和Excel的CVS文件的读写类-WinCE platform in the development of database management procedures, which have a sort list of controls to achieve and Excel documents to read and write the CVS category
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:93582
    • 提供者:钟元欢
  1. assembly_bubble_sort.

    0下载:
  2. 用汇编语言实现的一个冒泡排序。已经成功运行-Using assembly language to achieve a bubble sort.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1277
    • 提供者:fd
  1. bubblesort1024ram

    2下载:
  2. 快速冒泡排序基于FPGA实现,有测试文件以及设计图,实现1024*32位数序的多数排序,突破传统是的REG类型少数排序,利用RAM,针对RAM中的无序数的地址调换,达到排序目的,仅供学习交流-Rapid bubble sort based on FPGA, there are test documents and design drawings to achieve 1024* 32-digit sequence of the majority of sorting, breaking trad
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-08-11
    • 文件大小:5488
    • 提供者:柳泽明
  1. mpi_bubble

    1下载:
  2. 冒泡算法,在mpi平台下编写,适合初学者学习的。-Bubble Sort algorithm, written in the mpi platform, suitable for beginners to learn.
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1133
    • 提供者:马启超
  1. Sort

    0下载:
  2. VC实现。各种排序算法,插入排序,选择排序,交换排序,快速排序,希尔排序,归并排序等。-VC implementation. Various sorting algorithms, insertion sort, selection sort, exchange sort, quick sort, Hill sort, merge sort and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2455465
    • 提供者:凌潇然
  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
    • 文件大小:49827
    • 提供者:周贤军
  1. bucket-sort

    0下载:
  2. 实现桶排的算法,结合数据结构课本编写的测试程序-bucket sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:262715
    • 提供者:乔建国
  1. bubble_sort

    0下载:
  2. 冒泡排序的串行算法和并行算法的比较,对于运行时间的显示-Bubble Sort Algorithm serial and parallel algorithm for the run-time display
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:16922
    • 提供者:郭春付
  1. pointer-bubble-sort

    0下载:
  2. 冒泡排序,运用指针方法实现了冒泡排序Bubble sort using the method of realization of the pointer bubble sort -Bubble sort using the method of realization of the pointer bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1056
    • 提供者:朱康宁
  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
    • 文件大小:25317
    • 提供者:lhguo
  1. fastsort

    0下载:
  2. 快速排序程序-Quick sort program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-24
    • 文件大小:2030
    • 提供者:站长
  1. ArraySort

    0下载:
  2. 数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:25009
    • 提供者:站长
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com