搜索资源列表

  1. coutingsort

    0下载:
  2. 比快速排序更快的排序算法;这个了示例包含多种数据结构的算法,如InsertSort,ShellSort,BubbleSort,SelectSort,BinaryInsertSort,TableInsertSort,QuickSort,CoutingSort。对于每个算法用1万个数据比较排序性能,并且使用精确计时器(精度远远大于ms,到达us),使用正序,逆序,随机序列进行比较性能分析。-Faster than the Quicksort
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:126976
    • 提供者:人民币
  1. sort

    0下载:
  2. 7种排序算法 vb演示 与比较 MICROSOFT FOUNDATION CLASS LIBRARY : vb seven sort-7 kinds of sorting algorithms and compare vb demo MICROSOFT FOUNDATION CLASS LIBRARY: vb seven sort
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:zengkai
  1. sort

    1下载:
  2. 一 :排序n个元素,元素为随机生成的长为1~16的字符串,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序, 冒泡排序,堆排序,归并排序,快速排序,比较各种排序在不同输入下的运行时间. 二:排序n个元素,元素为随机生成的1~10000的正整数,n的取值为2k(k取4、6、8、10、12、16、18、20),排序算法分别为直接插入排序,快速排序,基数排序,计数排序,比较各种排序在不同输入
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:mhb
  1. sort

    1下载:
  2. 这是数据结构的课程设计,对起泡排序、直接排序、简单选择排序、快速排序、希尔排序和堆排序算法进行比较和分析,C语言实现。-This is the data structure of the curriculum design, sort of sparkling, direct sequencing, a simple selection sort, quick sort, Hill sort and heap sort algorith
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:196608
    • 提供者:Anse
  1. paixu

    0下载:
  2. 排序算法比较排序算法排序算法比较排序算法比较-Comparison of sorting algorithm sorting algorithm sorting algorithm sorting algorithm comparison compare
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:guo wei
  1. paixu

    0下载:
  2. 主要是各种排序算法的演示和比较,是数据结构的课程设计,内容详细具体,有文档和代码等-Is mainly a demonstration of various sorting algorithms and comparisons of the data structure of curriculum design, content specific and have documentation and code, etc.
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-20
    • 文件大小:53248
    • 提供者:高先生
  1. duoxianchengpaixu

    0下载:
  2. 利用多线程并行执行三种排序算法(冒泡排序、快速排序、归并排序),并比较三种排序算法的执行速度 uuhorse-The use of multi-threaded implementation of three parallel sorting algorithms (bubble sort, quick sort, merge sort), and compare the three types of sorting algorit
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Whitehorse32
  1. allkindsofsort

    0下载:
  2. 各种排序算法设计。 包括简单的:冒泡,比较,选择,shell 和复杂的:快速,堆,二路归并排序-The design of various sorting algorithms. Including simple: bubble, compare, choose, shell and complex: Fast, heap, merge sort Rd
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1246208
    • 提供者:好好的
  1. paixubijiao

    0下载:
  2. 1. 内部排序演示 问题描述 设计一个测试程序比较几种排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 (1)对起(冒)泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生(如10000个),至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较; (3)演示程序以
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:就是这样
  1. 2zhongpaixusuanfadebijiao

    0下载:
  2. 堆排序、直接插入排序算法比较!!!数据结构课程设计.实现的功能如说明所示-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:344064
    • 提供者:谢欢
  1. sort

    0下载:
  2. 对以下5种常用的内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序。通过随机数据比较各算法的关键字比较次数和关键字移动次数-The following five kinds of commonly used internal sorting algorithm to compare: foaming sort of direct insertion sort, selection sort simple, f
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:yejin
  1. sort

    0下载:
  2. 数据结构中各种排序算法的实现 还是排序性能的比较 -Data structure in a variety of sorting algorithms or to sort of realize the performance comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:99328
    • 提供者:johnharvard
  1. 1

    0下载:
  2. 排序算法比较 -Sorting algorithm sorting algorithm comparison compare
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:945152
    • 提供者:ff
  1. Sort

    0下载:
  2. 实现多种排序算法比较 数据结构:用链表实现-Sorting algorithm to achieve a variety of comparative data structure: use of linked lists to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:swn
  1. NBJG

    0下载:
  2. 设计一个测试程序比较几种内部排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 :(1)对起泡排序、直接排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序表的表长不小于1000,表中数据随机产生,至少用5组不同数据作比较,比较指标有:关键字参加比较次数和关键字的移动次数(关键字交换记为3次移动); (3)输出比较结果。 -Design a testing procedure based
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:227328
    • 提供者:迟浩东
  1. paixusuanfabijiao

    0下载:
  2. 经典排序算法比较次数统计MFC程序,支持500~5000个随机输入~排序次数统计精准~-Comparing the number of classical sorting algorithm Statistics MFC procedures, to support the 500 ~ 5000 ~ to sort the number of random input statistical precision ~
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1907712
    • 提供者:zhidahu
  1. sort

    0下载:
  2. 一、课题名称:排序算法的比较 二、基本要求: 1.任意性:系统首先生成1000个随机整数,然后分别用不同的排序方法对其进行升序排序,给出每种方法的比较次数或所用时间 2.友好性:界面要友好,输入有提示,尽量展示人性化 3.可读性:源程序代码清晰、有层次 4.健壮性:用户输入非法数据时,系统要及时给出警告信息 三、课程总结 四、源码-First, the subject title: Comparison of
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:稻草人
  1. IntegerSort

    0下载:
  2. 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:jay
  1. PaiXu

    0下载:
  2. 各种排序算法的比较。数据结构课设时用到。-PaiXu.May it will help you.Thanks.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:199680
    • 提供者:茂兜亞
  1. xc

    0下载:
  2. 排序算法比较,随机产生50000个整数(可以自己设定),比较不同算法排序时间-hello
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:machao
« 1 2 3 4 5 67 8 9 10 11 ... 31 »

源码中国 www.ymcn.org