CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - quick sort

搜索资源列表

  1. quickSort

    0下载:
  2. Quick sort algo. which use pivot to sort a list of elements in efficient manner
  3. 所属分类:Other systems

  1. sort101

    0下载:
  2. 本程序依次生成10个随即数组,然后分别用归并排序和快速排序 进行排序,统计两种排序所用时间,在屏幕上打印出来。-This procedure in turn generates an array of 10 immediately, and then were used to sort and quick sort merge sort, statistics used in two kinds of sorting time on the screen print.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:7339
    • 提供者:chuaiizizz
  1. Sort103

    0下载:
  2. 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:814
    • 提供者:yaaoixixx
  1. SortTotal

    0下载:
  2. 排序汇总(数据结构) 插入排序(折半,直接) shell 快速排序(冒泡,快速) 选择(简单选择,堆排序)-Sorting Summary- Data Structure Insertion Sort (binary insertion directly into, shell) Quick Sort (bubbling, fast) Selection Sort (simple choice, heap sort)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2152
    • 提供者:张琳
  1. CDEMO_01

    0下载:
  2. c语言常用排序算法包括快速排序,归并排序,堆排序,希尔排序等-sort algorithm including quick sort,shell sort,heap sort,merge sort,bubble sort,insert sort, sort.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:70028
    • 提供者:GUOQIANG
  1. WordCounting

    2下载:
  2. 读取一个文本文件(英文,ASCII编码),对出现的单词次数进行统计,并按照出现次数从低到高排序,输出到一个文本文件中(每行一个单词信息,格式:单词 出现次数)。采用二叉树结构存储,中序遍历,快速排序。-Reads a text file (English, ASCII encoding), the number of occurrences of the word statistics, and in accordance with the number of occurrences of th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2078
    • 提供者:lixin
  1. SortPackage

    0下载:
  2. 设计一个负责排序的程序包,实现多种排序算法,至少包括插入排序、冒泡排序和快速排序算法。 要求: 1.可以对任何简单类型和任意对象进行排序 2.可以支持升序、降序、字典排序等多种顺序要求 3.可以随意增加排序算法和顺序要求,保证其他程序不修改 4.减少程序代码中逻辑上的冗余 5.至少用两种方案编程实现该程序包,并说明两个方案的优缺点 6.提交设计报告,包括:使用UML设计的类图;主要程序代码说明;方案优缺点比较。 -Responsible for designing
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:13379
    • 提供者:
  1. shunxubiaohelianbiao

    0下载:
  2. (1).对顺序表的快速排序算法中,如何选取一个界值(又称为轴元素),影响着快速排序的效率,而且界值也并不一定是被顺序表中的一个元素。例如,我们可以用被划分序列中所有元素的平均值作为界值。编写算法实现以平均值为界值的快速排序方法。 (2).设有n个待排序元素存放在一个不带表头结点的单链表中, 每个链表结点只存放一个元素, 头指针为r。试设计一个算法, 对其进行二路归并排序, 要求不移动结点中的元素, 只改各链结点中的指针, 排序后r仍指示结果链表的第一个结点。 -(1). Fast sor
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1151339
    • 提供者:张立伟
  1. Quicksort

    0下载:
  2. 快速排序程序,开源分享,有需要的就来下载吧,上传了.-Quick sort, open source sharing, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:31516
    • 提供者:我是谁
  1. C-algorithm

    0下载:
  2. C语言经典算法大全,其中包含了河内之塔、 生命游戏、超长整数运算(大数运算)、快速排序法等经典的C语言算法的详细介绍及源代码.-C language classical algorithm Guinness, which includes the Tower of Hanoi, Game of Life, long integer arithmetic (computing large numbers), and other classic quick sort algorithm C lang
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1057638
    • 提供者:熊健东
  1. kuaisupaixu

    0下载:
  2. 数据结构快速排序,借助快速排序算法思想,在一组无序的记录中查找给定关键字值等于key的记录。假设此组记录存放于数组R[l...h]中,若查找成功,则输出该记录在R数组中的位置及其值,否则显示not find信息。-Quick Sort data structure, with the quick sort algorithm thinking, look for a given key value equal to the key records in an unordered set of r
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:687
    • 提供者:hubinyuan
  1. QuickSort

    0下载:
  2. 使用c语言进行快速排序的算法实现,代码简单,易于理解-The use of C language for the quick sort algorithm, the code is simple, easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:pkoji
  1. quick_sort

    0下载:
  2. 并行计算基于mpi的一个简单快速排序的代码,代码完整可运行。-Parallel computing mpi based on a simple quick sort of code, code integrity can be run.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2542
    • 提供者:张禹
  1. paixu

    0下载:
  2. C++实现的各类排序算法,直接插入,选择排序,快速排序,希尔排序,堆排序等- C++实现的各类排序算法,直接插入,选择排序,快速排序,希尔排序,堆排序等 C++ to achieve the various types of sorting algorithm, direct insertion, the sort, quick sort, Hill sort, heap sort, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-01
    • 文件大小:13334658
    • 提供者:叶亚洲
  1. 1

    0下载:
  2. 利用随机函数产生30000个随机整数,利用插入排序、希尔排序、起泡排序、快速排序、选择排序、堆排序、归并排序等排序方法进行排序,统计每一种排序上机所花费的时间,并和理论上时间进行对比分析。-Using random functions to generate 30,000 random integers, the use of insertion sort, bubbling sort, sort, quick sort, heap sort, merge sort and other sor
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:龚卓
  1. Quick3way

    0下载:
  2. 这是一个应用C++编程语言,设计并实现了快速排序优化的程序。-This is a used c++ programming language, quick sort optimization procedure was designed and implemented.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:747
    • 提供者:黄彩虹
  1. timeksampinginheritance

    0下载:
  2. 排序的几种算法,如快速排序,冒泡法,很好可以学习用-Sort of several algorithms, such as quick sort, bubble method, can learn to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:333848
    • 提供者:caleucj
  1. sogt_seperal

    0下载:
  2. In c + + realize the common several kinds of sort algorithm, merge sort, quick sort, hill sorting, insertion sort, selection sort-In c++ realize the common several kinds of sort algorithm, merge sort, quick sort, hill sorting, insertion sort, selecti
  3. 所属分类:File Operate

    • 发布日期:2017-12-10
    • 文件大小:1679
    • 提供者:guarantee
  1. QuickSort

    0下载:
  2. A sample code Quick Sort Algorithm by C#
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:4931
    • 提供者:NCKien
  1. kemegn1

    0下载:
  2. 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素例如第一个元素-Fully realized quick sort is also called the partition exchange sorting method In to sort files take an element such as the first element
  3. 所属分类:ComboBox

    • 发布日期:2017-12-17
    • 文件大小:10240
    • 提供者:Fsnnm
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com