搜索资源列表

  1. c&c++语言程序

    1下载:
  2. 数据结构中的 二叉树算法、快速排序双向链表、顺序文件合并、顺序广度搜索以及深度搜索最优解 的C&C++ 程序-C&C++ programme about data structure including binary tree algorithm, quick sorting based on doubly linked lists, merging ordinal files, best solution of orderly wi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:秦羽
  1. PkXtwh

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (quick)
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-12
    • 文件大小:62464
    • 提供者:黄国胜
  1. quick_sort

    0下载:
  2. 快速排序,实现排序的时间再一般情况下的时间复杂性为nlogn算法实现-Quick Sort and achieve ranking period of time under normal circumstances the complexity of finite algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:53248
    • 提供者:hua
  1. 排序算法-java

    0下载:
  2. 用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:54272
    • 提供者:陈为
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence sea
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:
  1. tros

    0下载:
  2. 这个程序可以对多个数字进行快速排序,只要对排序数的多少进行修改,就可以变成任意个有限数的排序了-this procedure can be carried out on a number of Quick Sort figures, as long as the sequencing The number of revision it can be turned into a limited number of arbitrary 00
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:25600
    • 提供者:李伯
  1. quickSort3.12

    0下载:
  2. 内存映射,多线程快速排序,测试速度1000000/30s-memory mapping, multi-threaded quick sort, test speed 1000000/30s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:5764096
    • 提供者:王占亭
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:27648
    • 提供者:chyg
  1. IoSort

    0下载:
  2. 用汇编的类编程实现快速排序的例子,本例子按字符串索引,支持插值和删除!-category with a compilation of programming Quick Sort example, by the example of the string indexing, support interpolation and delete!
  3. 所属分类:汇编语言

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:钱海兵
  1. Some_Sort_Program_Implement_by_C

    0下载:
  2. 几种排序算法的C语言实现 用函数实现如下算法: (1) 直接插入排序, 希尔排序 (2) 冒泡排序, 快速排序 (3) 选择排序, 堆排序 (4) 归并排序 (5) 基数排序 -several algorithm using C language function algorithm to achieve the following : (a) direct insertion sort, Hill sequ
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:丘方
  1. VBKing

    0下载:
  2. 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which
  3. 所属分类:其他游戏

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:天路
  1. kuaisupaixu

    0下载:
  2. 大学数据结构课用的实验程序,快速排序,这个是模板。-University class data structure with the experimental procedure, rapid sequencing, this is a template.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:251904
    • 提供者:蜜湖
  1. 20050305182157_quicksort

    0下载:
  2. 快速排序算法。生成10个随机数,显示在编辑框中,调用快速排序函数,对前10 个编辑框中的数字进行排序。-quicksort algorithm. Generate 10 random numbers show that, in the edit box, called Quick Sort function, right before the 10 box editing the figures for the ranking.
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:141312
    • 提供者:song
  1. Q_SORT

    0下载:
  2. 快速排序C++源码,已测试过-Quick Sort C source code, has tested.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:高振翔
  1. FormArray

    0下载:
  2. 快速排序和随机快速排序的比较,快速排序在比较顺序的情况下速度很慢,所以采用随机快速排序算法-rapid sequencing and the rapid sequencing of random comparison, the relatively rapid sequencing of the sequence of very slow, So random Quick Sort Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:483328
    • 提供者:张国平
  1. QUIKSORT

    0下载:
  2. 快速排序,动态生成数组,然后通过算法实现排序-Quick Sort, dynamic generation array, then sorting algorithm
  3. 所属分类:Static控件

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:李飞
  1. c_c

    0下载:
  2. 此系计算机算法基础的其中一个实验,其包括快速排序和冒泡排序-this is the computer algorithm based on the experimental one, including rapid sequencing and scheduling Bubble
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:181248
    • 提供者:李桂文
  1. Fast_sort

    0下载:
  2. 快速排序:用最简单的方法实现快速排序。易于操作。-quick sort : the simplest way to achieve rapid sequencing. Easy to operate.
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:jhm
  1. C++Builder_Sort

    0下载:
  2. 该程序把多种排序集中体现,包含了冒泡法排序、快速排序等多种排序方法,同时还详细讲述各种排序的分析,希望对编程初学者有一定帮助。-procedures for a variety of the sort embodied includes the Bubble Act, ranked Quick Sort and other ranking methods also explain in detail various sort of an
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:22528
    • 提供者:谢刚
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org