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

搜索资源列表

  1. 插入排序(Inseretion Sort).zip

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:3206
    • 提供者:
  1. 标准库中的排序算法.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:15222
    • 提供者:
  1. db_sqlsyntax

    0下载:
  2. SQL基础 使用SQL从表中取记录 使用ISQL执行SELECT查询 操作多个表 排序查询结果 取出互不相同的记录 创建新表 使用SQL事务管理器 创建索引 SQL核心语句 集合函数 其它常用的SQL表达式,函数,和过程-basis using SQL from SQL tables using records from ISQL implementation of a number of operational SELECT query result
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:52218
    • 提供者:龙山书生
  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. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:141116
    • 提供者:song
  1. oraclelijianxulie

    0下载:
  2. 在oracle中sequence就是所谓的序列号,每次取的时候它会自动增加,一般用在需 要按序列号排序的地方。 -oracle in which sequence is the so-called sequence, each time for it would automatically increase general use by the need to sort the sequence of places.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3838
    • 提供者:lcy
  1. 12332aas

    0下载:
  2. 快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个序列有序。-quick sort, the basic idea : The trip will rank ordering records to be separated into two independent parts, part of the keyword record than another part of the rec
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:10939
    • 提供者:pmz
  1. thuchanh

    0下载:
  2. 提供用C编写在软件工程中常用的各种排序的源代码-C prepared to provide the software commonly used in engineering various sort of source code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:fang
  1. graghtuopu

    0下载:
  2. 图的拓扑排序,是无前趋的接点拓扑排序,数据结构实验的同学可以看看!-map of topological sorting, and there is no contact before becoming the topological sorting, data structure experiments students can see!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:36786
    • 提供者:ysn
  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2028
    • 提供者:胡图
  1. 06Heapsort

    0下载:
  2. heapsort,堆排序,很少有人介绍,可是却是一种基本的算法-heapsort, heap sort, there are very few people on, but they are a basic algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:340757
    • 提供者:billkim
  1. 20044140604

    0下载:
  2. 因为不同的排序方法适应不同的应用环境和要求,所以选择合适的排序方法应综合考虑下列因素: ①待排序的记录数目n; ②记录的大小(规模); ③关键字的结构及其初始状态; ④对稳定性的要求; ⑤语言工具的条件; ⑥存储结构; ⑦时间和辅助空间复杂度等。 本程序对以下7种常用的内部排序算法进行实测比较:插入排序、希尔排序、起泡排序、快速排序、归并排序、选择排序、堆排序。我主要负责的是希尔排序和堆排序。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1129949
    • 提供者:haitty
  1. wewsaw12

    0下载:
  2. 按照时间数字排序的列表框 ,功能实现很简单,很适合初学者学习使用。-ranking figures in accordance with the time frame of the list, the implementation of function is very simple and very suitable for beginners to learn how to use.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:13254
    • 提供者:lou
  1. GCM

    0下载:
  2. 灰色管理法的实现,通过判断矩阵得到相关排序。-The realization of the gray Management Act, through the matrix to determine relevant sort.
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:971
    • 提供者:鲜福
  1. sort

    0下载:
  2. 一、课题名称:排序算法的比较 二、基本要求: 1.任意性:系统首先生成1000个随机整数,然后分别用不同的排序方法对其进行升序排序,给出每种方法的比较次数或所用时间 2.友好性:界面要友好,输入有提示,尽量展示人性化 3.可读性:源程序代码清晰、有层次 4.健壮性:用户输入非法数据时,系统要及时给出警告信息 三、课程总结 四、源码-First, the subject title: Comparison of sorting algorithm II, the bas
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:155557
    • 提供者:稻草人
  1. license

    0下载:
  2. 用于求解matlab排序问题,求解得效率很高,比一般的方法好哦-Matlab for solving the scheduling problem, to solve a highly efficient method than the average好哦
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:18407
    • 提供者:晓晓
  1. rankreview

    0下载:
  2. 介绍排序算法,可用于网络文档排序和推荐系统构建。-Sorting algorithm introduced, the network can be used to document and recommendation to sort System.
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:522135
    • 提供者:Peter Cai
  1. MATLAB

    0下载:
  2. MATLAB 算法排序 矩阵生成 方程组的解法-Sort MATLAB algorithm generates Equation Group Matrix
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:6083
    • 提供者:zxd
  1. 数据结构-排序

    0下载:
  2. 关于数据结构排序章节内容的算法实现过程。
  3. 所属分类:文档资料

    • 发布日期:2014-06-14
    • 文件大小:79360
    • 提供者:xinghailan
  1. 实习报告书12.26

    0下载:
  2. 实现七种排序算法 比较各算法性能 数据结构算法 冒泡,插入,希尔,快速,选择,堆排序,归并排序(order algorithm sorting algorithm;Sort algorithm;PageRank algorithm bubble sort;bob sort method;Bubble sort algorithm Merge sort algorithm)
  3. 所属分类:系统设计方案

    • 发布日期:2017-12-19
    • 文件大小:449536
    • 提供者:Boulder
  1. 20180430

    0下载:
  2. 实现一个简易的管理信息系统,进行学生信息管理,具有排序、查询、显示学生信息的功能。 要求: (1)采用链表实现; (2)使用快速排序算法实现排序功能; (3)使用分块索引查找算法实现查询功能(需要构建索引表)。(To achieve a simple management information system, student information management, sorting, query, display student information function. Re
  3. 所属分类:文章/文档

    • 发布日期:2018-05-06
    • 文件大小:388096
    • 提供者:cheqy
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com