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

搜索资源列表

  1. C-Sort

    0下载:
  2. 本文档讲解了几种排序方式的优缺点。包含直接插入、希尔、直接选择、冒泡、快速、堆、二路归并等排序方式。-this document on the order of several ways the advantages and disadvantages. Include direct insertion, Hill, direct choice, Bubble, rapid and heaps of two-way merge, etc. Sort.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:84453
    • 提供者:wyk
  1. c++sort

    0下载:
  2. 设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。 -Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which ca
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1573
    • 提供者:黄春明
  1. sort-all

    0下载:
  2. 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:97242
    • 提供者:马全
  1. my-sort

    0下载:
  2. 内部排序算法比较,6种常用的内部排序算法进行实测比较:一趟冒泡排序、简单选择排序、快速排序、希尔排序、直接插入排序、堆排序。-internal sorting algorithm, six kinds of internal sorting algorithm measured comparison : Bubble Sort trip, Sort simple choice, quick sort, Hill, ranked direct insertion sort, heap sort.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1284281
    • 提供者:马全
  1. openbsd.sort

    0下载:
  2. openBSD UNIX sort命令实现完整源代码-openBSD UNIX sort order to achieve complete source code
  3. 所属分类:磁盘编程

    • 发布日期:2014-01-14
    • 文件大小:18528
    • 提供者:jingzh
  1. sort

    0下载:
  2. 7种排序算法 vb演示 与比较 MICROSOFT FOUNDATION CLASS LIBRARY : vb seven sort
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4003
    • 提供者:zengkai
  1. sort 实现几种典型排序方法

    1下载:
  2. 实现几种典型排序方法:a) Insertion Sort;b) Selection Sort;c) Bubble Sort;d) Rank Sort 分析算法的时间复杂度并测量其实际运行时间。-Order to achieve several typical methods: a) Insertion Sort b) Selection Sort c) Bubble Sort d) Rank Sort algorithm' s time complexity analysis and me
  3. 所属分类:书籍源码

    • 发布日期:2017-03-26
    • 文件大小:4369
    • 提供者:Yuan
  1. mpiquiksort.rar

    0下载:
  2. 基于MPI的并行快速排序算法,可以通过并行快速排序提高排序速度,MPI-based parallel quick sort algorithm, you can sort through parallel quick sort to improve the speed
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2229
    • 提供者:chenqing
  1. Assignment_03_6.3.3.c.zip

    0下载:
  2. this is the rank sort algorithm for mpi platform,this is the rank sort algorithm for mpi platform
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:1506
    • 提供者:Pavlos Kalogian
  1. omp_qs.zip

    0下载:
  2. 一个调用OpenMP的实现多线程快速排序的算法实现 gcc4.2 调试通过,A call to the realization of multi-threaded OpenMP Quick Sort Algorithm gcc4.2 debugging through
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:683
    • 提供者:瞧瞧
  1. Bubble-sort

    0下载:
  2. 给出8个有符号数,并且比较大小!从小到大排序运用冒泡排序的方法!-Given the number of 8 to compare!!!!! Using the method of bubble sort!!!!!
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:891
    • 提供者:茵茵
  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. assembly_bubble_sort.

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

    • 发布日期:2017-04-06
    • 文件大小:1277
    • 提供者:fd
  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. ASM_Sort

    0下载:
  2. 用汇编语言实现的:首先通过键盘输入一已知长度的字节数组,然后对该数组进行递增排序,并显示排序结果。最后再输入一数值,在该数组中进行查找。要求使用子程序结构。-Using assembly language to achieve: First of all, through the keyboard input of a known length of the byte array, and then increase the array to sort and display the resul
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:10530
    • 提供者:Tony Yau
  1. sort

    0下载:
  2. 用汇编语言实现的冒泡排序程序。先打印排序前table数组中数,之后排序后打印结果。-Assembly language using the Bubble Sort procedure to achieve. Print before the first table to sort the array in a few, and then print the results after sorting.
  3. 所属分类:assembly language

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

    0下载:
  2. 从DATA_BUF(1000H)开始存放50个字节数据,编写程序将这些数据由小到大排序,排序后的数据仍放在该区域中。 要求原始数据在源程序中给出,排序前后的数据以每行10个的格式显示在屏幕上-From DATA_BUF (1000H) began storing 50 bytes of data, preparation of the program will sort the data from small to big, sort the data remains on the post
  3. 所属分类:assembly language

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

    0下载:
  2. different sort,such as bubble,insertion,counting,merge,-different sort,such as bubble,insertion,counting,merge,...
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2449
    • 提供者:mori
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com