CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 排序算法比较

搜索资源列表

  1. 13-1

    0下载:
  2. 并行算法:通过消息传递MPI实现排序,初学者比较好的示例-Parallel Algorithm: MPI message passing through the achievement of sequencing, a relatively good example for beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2593
    • 提供者:毛嘉
  1. PaixuC

    1下载:
  2. 各种排序算法的性能比较,很强大的一份实验分析-The performance of various sorting algorithms comparison, a very powerful experimental analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:109678
    • 提供者:zx
  1. EfficiencyCompare

    0下载:
  2. 用java多线程实现对三种排序算法的比较-Using java multi-threading to achieve the three sorting algorithms comparison
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8620
    • 提供者:程飞
  1. 5428934

    0下载:
  2. 排序算法平均时间的比较,实现几种排序算法(selectionsort, insertionsort,bottomupsort,quicksort, 堆排序)-The average amount of time sorting algorithm of comparison, the realization of several sorting algorithm (selectionsort, insertionsort, bottomupsort, quicksort, HEAPSORT)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2547
    • 提供者:丹丹
  1. neibupaixu

    0下载:
  2. 数据结构课程设计实现内部排序算法的比较问题。-Data structure the curriculum design to achieve internal sorting algorithm comparison problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:179608
    • 提供者:李平
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

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

    0下载:
  2. 各种排序算法,有各种算法,还有算法的比较,一个师兄做的-Various sorting algorithms, there are a variety of algorithms, as well as comparison of algorithms, a senior do
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1478104
    • 提供者:wangtong
  1. sort

    0下载:
  2. 各种排序算法的比较,比较了经典的各种排序算法,比较它们的时间空间复杂度。-Comparison of various sorting algorithms to compare a variety of classical sorting algorithms, comparison of their time and space complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6873
    • 提供者:black_soil
  1. sort_zjz044100134

    1下载:
  2. 一问题描述 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 二 基本要求 [1] 对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较 [2] 待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生[如10000个],至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较。 [3] 界面友好,易与操作。采用菜单方式进行选择。 [4] 选做内容 ① 对不同表长进行比较
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:683047
    • 提供者:xuqijun
  1. SortMethodCompare

    0下载:
  2. 比较几种常用排序算法的速度。-Comparison of several common sorting algorithm speed.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-17
    • 文件大小:16496
    • 提供者:gzx
  1. neipaixu

    0下载:
  2. 实现一些内排序算法的程序 比较优劣 用测试数据说明-Sorting algorithm with the implementation of some of the procedures used to test the merits of data
  3. 所属分类:Windows Develop

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

    0下载:
  2. 对以下6种常用的内部比较排序算法进行比较,气泡排序,直接插入排序、简单选择排序、快速排序、shell排序、堆排序。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2372
    • 提供者:于翔
  1. sort.tar

    0下载:
  2. 此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。 sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:10358
    • 提供者:Roc
  1. dui

    0下载:
  2. 用基于变治法的堆排序算法对任意一组给定的数据进行排序 设计与实现堆排序算法; 2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:lee
  1. paixu

    0下载:
  2. 算法分析和设计,给出五个排序算法,然后比较五个算法的运行时间,分析算法的时间复杂度-Algorithm analysis and design, are given five sorting algorithm, and then compared the five-time algorithm to analyze the time complexity of algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1289145
    • 提供者:张国
  1. javalab

    0下载:
  2. java实验答案。其中包括:金额的中文大写方式 ,约瑟夫环问题,设计银行账户类及存取款操作方法,字符串练习与面向对象技术,设计学生成绩表,计算器,利用线程比较插入冒泡排序算法的好坏,使用多种方式读取文本文件。以及最后的 java中必懂的内容简介。-java experimental answer. These include: the amount of the way the Chinese capital, Joseph Central issues, the design of bank
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:38616
    • 提供者:tangtang
  1. paixu

    0下载:
  2. 使用的排序算法,非常不错的思维,比较其他有较大优势-Sorting algorithm used, very good ideas, have greater advantages compared with other
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:22341
    • 提供者:jiangpeng
  1. biaodashiqiuzhi

    0下载:
  2. 本程序的主要功能在对起泡排序,直接插入排序,简单选择排序,快速排序,希尔排序,堆排序六种内部排序算法的时间复杂度进行比较.主要工作是设法在已知算法中的适当位置插入对关键字的比较次数和移动次数的操作.记录比较次数,移动次数,实现对六种算法复杂度的比较-The primary function of this process in the bubble sort, insertion sort of direct, simple options to sort, quick sort, Hill s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:Jun
  1. sortAnalysis_

    0下载:
  2. 7中排序算法的比较代码,可以选择测试数据的数量,选择要比较的排序算法,正序逆序都可以-7 Comparison of sorting algorithms in the code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2943
    • 提供者:ocean
  1. linuxsort

    0下载:
  2. 在linux中GCC环境下对各种排序算法的比较,可以定制随机数的个数-GCC in linux environment in a variety of sorting algorithms for comparison, you can customize the number of random numbers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1931
    • 提供者:sun
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com