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

搜索资源列表

  1. FFT

    0下载:
  2. FPGA实现的基4FFT处理器高效排序算法研究-FPGA to achieve high-performance processor-based sorting algorithm 4FFT Research
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:60548
    • 提供者:萧球水
  1. Cpp2

    0下载:
  2. 对以链式存储结构存储的线性表,进行操作运算。要求用菜单选择操作方式完成下列功能。 建立单链表(尾插入,带头结点) 有序链表插入 逆置单链表 两链表合并并排序 算法输入:操作要求、结点信息(可取整型)。 算法输出:操作结果。-Store chain in the structure of the linear form storage, computing operation. Menu to select the requested operation with the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1227
    • 提供者:柏德胜
  1. 111

    0下载:
  2. 实现折半查找算法,实现直接插入排序、希尔排序(选做)、起泡排序、快速排序、简单选择排序和堆排序(选做)等算法
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2936
    • 提供者:
  1. Student

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

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

    0下载:
  2. 数据结构课程的实验程序,演示了线性表的排序操作,包含多种排序算法,是一个控制台程序。-Experimental data structure course procedures, demonstrated the sort operation of the linear form, contains a variety of sorting algorithm is a console program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1436
    • 提供者:menchael
  1. InternalsortandTimecomplexityAnalysis

    0下载:
  2. 给出了目前流行的直接插入排序、折半插入排序、希尔排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序九种内部排序算法的c++源码,并对这些排序进行了分类和复杂度的分析,特别适合考研和学习数据结构的同学。-Are given directly into the popular sort, Insertion Sort half, Hill sort, bubble sort, quick sort, a simple choice to sort, heap sort, merge
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:430814
    • 提供者:huangjie
  1. Timing

    0下载:
  2. 这是一个通过选择排序算法的计时来获得该算法的时间复杂度的程序。-This is a sorting algorithm by selecting the time to obtain the algorithm' s time complexity of the procedure.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1051
    • 提供者:cuijiao
  1. SortProject

    0下载:
  2. 各种经典排序算法的C++实现:堆排序,归并排序,桶排序,快排,希尔排序,外部排序。-serval famous sort algorithms: HeapSort, MergeSort, RadixSort, QuickSort, ShellSort, OutSort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:5555
    • 提供者:程序员
  1. PaiXu

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

    • 发布日期:2017-03-23
    • 文件大小:199757
    • 提供者:茂兜亞
  1. 23456787654321

    0下载:
  2. 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9313
    • 提供者:土咩豆
  1. ArraySort

    0下载:
  2. 排序算法 一、实验目的 掌握各种排序方法的实现思想。 二、实验内容 1、创建排序类。 2、提供操作:选择排序、冒泡排序、插入排序、*基数排序、*快速排序、*归并排序。 3、*能够显示各种排序算法的中间过程-A sorting algorithm, experimental purposes to master a variety of sorting methods to realize a thought. Second, the content of an exper
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:232020
    • 提供者:张效群
  1. VCneibupaixu

    0下载:
  2. VC++数据结构内部排序算法集合,包括原程序代码和PPT-Within the structure of VC++ data collection sorting algorithm, including the original program code and PPT
  3. 所属分类:Data structs

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

    0下载:
  2. 选择排序、插入排序、合并排序、快速排序、堆排序,五种排序算法的效率比较,具有简单的窗口界面-Selection sort, insertion sort, merge sort, quick sort, heap sort, five sorting algorithms comparison, has a simple window interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1905248
    • 提供者:zhangjunfa
  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4043
    • 提供者:陈君
  1. Ktongfa

    0下载:
  2. 著名的大数量的排序算法--K桶排序法~在数据文本式的大数据排序时,K桶法会是一个不错的选择! k桶法:k桶法有两个主要步骤:分桶,整合。 分桶:把n个数依次放入k个桶中,除了第k个桶外,放入前k 1个桶中的数都要求后一个大于 前一个。分桶的具体规则如下: 第1个数放入第一个桶内,第2个数若大于第一个桶中的数(即第一个数)则放入第一个桶内, 否则放入第二桶内,以此类推。设现要将第j个数放入某桶中,先从第一个桶试起,若第j个 数大于当前第一个桶中最
  3. 所属分类:其他小程序

    • 发布日期:2013-05-19
    • 文件大小:7019
    • 提供者:肖煜东
  1. sort

    0下载:
  2. 常见排序算法的性能分析及比较 插入排序、快速排序、冒泡排序、归并排序、桶排序-Common sort algorithm performance analysis and comparison Insertion sort, quick sort, bubble sort, merge sort, bucket sorting, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7761
    • 提供者:zhang liwei
  1. bubble

    0下载:
  2. 包含冒泡排序和插入排序两种景点数据结构排序算法的程序源文件-Contains two kinds of bubble sort and insertion sort sorting algorithm data structures attractions program source files
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3706640
    • 提供者:郝竹明
  1. 1-108

    0下载:
  2. 数据结构拓扑排序算法,有向图中产生一种拓扑排序序列。基于栈和邻接表的存储结构实现-Topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:35964
    • 提供者:qwermnbvx
  1. paixu

    0下载:
  2. 排序算法用MPI实现 并行初步PDF教程-sort mpi
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:829440
    • 提供者:hunterd
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algorithm, search algorithm, greedy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:774915
    • 提供者:mcs
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com