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

搜索资源列表

  1. 快速排序c

    0下载:
  2. 基于C语言写的快速排序策略,快速排序速度快,有很好的用处,c语言用处广泛,可以共享,好好学习一下。(C language based on the rapid sorting strategy, quick sorting speed, there is a good use, C language useful wide, you can share, study hard.)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:10240
    • 提供者:爱人同志
  1. 排序

    0下载:
  2. 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(It repeatedly visits the sequence of items to be sorted, compares two elements at a time, and switches them over if their order is wrong. The work of visiting the sequence
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:410624
    • 提供者:jesswang
  1. K3按凭证字重新排序

    0下载:
  2. K3总账凭证管理里面现不允许凭证断号,如果断号了就无法过账,K3有凭证整理功能,但这个功能没办法按照凭证字来重新排序,附件为按凭证字重新排序,因不会VB不会做插件,只能上传SQL语句,图片为字段说明(K3 vouchers are not allowed inside the management certificate breaking numbers, if broken, will never be posting, K3 documents, but this function is n
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:484352
    • 提供者:zubairpun.com
  1. 冒泡排序

    0下载:
  2. 冒泡排序(Bubble Sort,台湾译为:泡沫排序或气泡排序)是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sort (Bubble Sort, Taiwan: bubble sort or bubble sort) is a simple sorting algorithm. It repeats the sequence to sort, co
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:1982464
    • 提供者:Somnus2018
  1. 常见的七大排序算法Java实现

    0下载:
  2. 常见的七大排序算法,适用于初学者参考学习使用(Common seven sorting algorithm, for beginners reference, learning to use)
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:1235968
    • 提供者:theonezqm
  1. 18几种排序

    0下载:
  2. 实现的主要功能是:对于几种排序算法的实现,所使用的语言是java语言。(The main function of the implementation is: for several sorting algorithm implementation, the language used is the Java language.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:huadidi
  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. 工件排序

    2下载:
  2. 基于遗传算法的工件排序算法,根据优先级缓冲结果(Job sorting algorithm based on genetic algorithm, according to priority buffer results)
  3. 所属分类:企业管理

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:gumingzhi
  1. 5码排序

    1下载:
  2. 对彩票号码的排序筛选,适用于5码彩票玩法(Sort and select lottery numbers)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:273408
    • 提供者:bioman
  1. 排序算法

    0下载:
  2. 多种排序算法合集,冒泡排序、快排、选择排序、希尔排序算法、插值排序算法、c++程序实现(Multiple sorting algorithm)
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:langyuan
  1. 归并排序

    0下载:
  2. 归并算法说明排序中可以有很多种,这只是其中一种较为简单的,还有单链表(This is a programming for sort.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:MrShao
  1. 非支配排序遗传算法

    1下载:
  2. 非支配排序遗传算法NAGS2,算法程序进行了相应的注释,可以运行(Non dominated sorting genetic algorithm NAGS2, algorithm procedures for the corresponding notes, you can run)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:532480
    • 提供者:Slfwoniu
  1. 8640希尔排序

    0下载:
  2. 用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version of the sorting algorithm dire
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:chen陈
  1. 排序算法

    0下载:
  2. 十个基本的排序程序,在windows环境下的VS2010实现(Ten basic sorting procedures, VS2010 implementation in the windows environment)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:8496128
    • 提供者:JUSTONEBOY
  1. 合并排序

    0下载:
  2. 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。(Merge sort is an efficient sortin
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:墨羽如风
  1. 查找排序

    0下载:
  2. 数据结构中顺序表的查找排序,包括冒泡排序、直接排序、简单选择排序、希尔排序、快速排序。(Sorting of sequential tables in data structures.include BubbleSort,InsertSort ,SelectSort,ShellSort,HeapSort,QuickSort.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:Tasdily
  1. 插入排序

    0下载:
  2. 一个简单的升序插入排序方法,可以直接应用在程序中。(A simple ascending insertion sort method. It can be used directly in program.)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:chwei_ch
  1. 插入排序和二分查找

    0下载:
  2. 简单的插入排序和二分查找实现,使用的是C++来实现,可使用GCC来编译(Simple insertion sort and two point search implementation)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:NicolasGUO994
  1. 冒泡排序改进版

    0下载:
  2. 对冒泡排序进行改进。减少循环次数,降低算法复杂度(Improved bubble sort)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:707584
    • 提供者:周蛋宝
  1. gpu排序

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

    • 发布日期:2018-01-05
    • 文件大小:5120
    • 提供者:Bigstrong
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com