CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 排序算法

搜索资源列表

  1. sort

    0下载:
  2. 各种内部排序算法的实现和比较,全部测试通过-Internal sorting algorithms and compare the realization of all the test
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:28537
    • 提供者:xwy
  1. sorting

    0下载:
  2. 快速排序算法,融合了选择排序和堆排序算法,使时间复杂度降为nlogn-Quick sort algorithm, the convergence of choices to sort and heap sort algorithm, so the time complexity is reduced nlogn
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:177033
    • 提供者:曹雷
  1. Student

    0下载:
  2. 学生管理系统 根据指定学生个数,逐个输入学生信息; (2) 逐个显示学生表中所有学生的相关信息; (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生个数; (6) 利用直接插入排序或者折半插入排序按照姓名进行排序; (7) 利用快速排序按照学号进行排序; (8) 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学生的学号和成绩; (9) 根据学号进行折半查找,要求使用非递归算法实现,成功返回此学生的姓
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2282
    • 提供者:mianhuatang
  1. KITBAG

    0下载:
  2. 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:695
    • 提供者:workfuture
  1. 算法

    0下载:
  2. 总结了各个排序算法的使用,包括了冒泡,选择,插入,归并,希尔,快排等常用的排序算法(Summed up the use of sorting algorithms, including bubble, select, insert, merge, Hill, fast row and other commonly used sorting algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1986560
    • 提供者:crazy_dog
  1. 排序

    0下载:
  2. c++的排序算法,折半排序,直接插入排序,亲测成功,实训成果(Sorting algorithm, c++ binary sort, direct insertion sort, pro test success, training results)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:3902464
    • 提供者:笙歌
  1. 排序算法

    0下载:
  2. 常用的经典排序算法整理,希望帮助大家,免得麻烦了(Commonly used sorting algorithm sorting, and I hope to help you, so as not to trouble)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1694720
    • 提供者:LoveForever
  1. Sort

    0下载:
  2. 针对目前所有的排序算法设计的一个C++的类(A class of C++ designed for all current sorting algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:linlinon
  1. QuickSort

    0下载:
  2. 快速排序算法,实现了快速排序,与归并排序算法进行对比(Quick Sort algorithm)
  3. 所属分类:其他

  1. 第二次实验第一题

    0下载:
  2. 建立元素值为整型的顺序表,编程,用插入排序算法实现顺序表排序 建立元素值为整型的单链表,编程,用插入排序算法实现单链表排序(Establish the element value of integer order form, programming, using sequence table sort insertion sort algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:栉风沐雨
  1. gpu排序

    0下载:
  2. gpu平台下,基于CUDA 软件体系完成排序算法的并行(Parallel sorting algorithm based on CUDA software system under GPU platform)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:5120
    • 提供者:Bigstrong
  1. 5_2

    0下载:
  2. 用C语言写了一系列内部排序算法,通过输出和排序信息的统计来进行比较(Using C language to write a series of internal sorting algorithm, through the output and sorting information statistics to compare)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-05
    • 文件大小:894976
    • 提供者:李步印
  1. Sort

    0下载:
  2. 计算各个排序算法的时间复杂度,以及给出各个排序算法代码(The time complexity of each sorting algorithm is calculated and the code for each sort algorithm is given)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:
  1. 内排序算法

    0下载:
  2. 常见6种内排序算法,冒泡排序,直接插入排序,直接选择排序,快速排序,希尔排序,堆排序(Common 6 internal sorting algorithms, bubble sort, direct insertion sort, direct selection sort, quick sort, Hill sort, heap sort)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:苍痕
  1. 部分排序算法(C语言版)

    0下载:
  2. 部分常用排序算法的代码实现 如冒泡排序,快速排序等(Code implementation of some commonly used sorting algorithms)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:26624
    • 提供者:Farggle
  1. sort

    0下载:
  2. 排序算法,java语言编写,有直接插入排序,希尔排序,冒泡排序,快速排序,归并排序,堆排序。(Sorting algorithm, written in Java language, has direct insertion sort, Hill sort, bubble sort, quick sort, merge sort, heap sort.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:5120
    • 提供者:zqmemeda
  1. 字典排序

    0下载:
  2. 利用c语言实现字典排序算法,可以简单的使用。(Using C language to implement dictionary sorting algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:35840
    • 提供者:天之浮萍
  1. 算法时间复杂度的实验测试

    0下载:
  2. 以堆排序算法为例,改变输入规模n,测试算法时间复杂度(Time complexity of algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:172032
    • 提供者:xiaoyisha
  1. 单链表直接选择排序

    1下载:
  2. 建立一链表,存入一系列学生成绩,并设计直接选择排序算法对学生成绩进行排序(Set up a list, store a series of student achievement, and design direct sorting algorithm to sort student achievement)
  3. 所属分类:其他

    • 发布日期:2020-04-27
    • 文件大小:3072
    • 提供者:J.J1998
  1. 堆排序Java实现

    0下载:
  2. 利用Java编程语言实现的堆排序程序,能够实现对数组进行从小到大进行排序,也可通过修改代码,实现由大到小进行排序。
  3. 所属分类:其他小程序

« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com