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

搜索资源列表

  1. 4-16

    0下载:
  2. 选择法排序:数据的排序就是将一批数据由小大到(升序)或由大到小(降序)进行排列。常用的有选择法、冒泡法。 -selection Ordering : Sorting data is a group of data from small to large (ascending) or 7,10,13 (descending) order. Commonly used in the selection and the Bubble Act.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8744
    • 提供者:张云
  1. chrngcu

    0下载:
  2. 有两个程序!用气泡发和选择法进行排序-are two procedures! With the bubble and choose Sort Act!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:31937
    • 提供者:wqw
  1. C-PROGRAM

    0下载:
  2. 一、课程设计题目、内容、要求 题目:《学生成绩管理系统》(第二套 难度:2) 内容:按要求完成的基础上,增加了输入学号查询学生记录的功能,和错误输入报错功能 要求: 1)输入将本班学生的信息(每个学生至少包括学号、姓名、科目成绩(三门)、学分、平均分)。 A.要求编写函数sort对个学生按某个条件(比如某科成绩,学号,学分)升序或降序(可选择)排序,并将结果(包括名次、学号、姓名、成绩、学分、平均分)显示出来。 B.编写函数find,用折半法查找某科某个成绩,并将结果打印
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3873
    • 提供者:Kyle
  1. search

    0下载:
  2. 各种排序查找法与一些优秀的算法,包括二分查找,利用递推公式计算(裴波拉契数列),冒泡法,递归调用,顺序查找,选择法,直接插入,直接排序等...个人珍藏..初学者可以拿来参考下..很不错
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18124
    • 提供者:huangzuwen
  1. paixu

    0下载:
  2. 使用随机函数生成N1*10矩阵实际用选择法或冒泡法进行排序并输出结果
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30319
    • 提供者:ss
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 中文版SQL Server2000开发与管理应用实例

    2下载:
  2. 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
  3. 所属分类:SQL Server数据库

  1. paixu

    0下载:
  2. 快速排序的递归算法实现 效率要比选择法排序、冒泡法排序要高-Quick Sort efficient recursive algorithm than selection sort, bubble sort method higher
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4226
    • 提供者:爱因斯坦
  1. paixu

    0下载:
  2. 实现了对于链式结构的冒泡法,选择法,插入法的排序,并且附带计时功能-Chain structure for the realization of the Bubble Act, selection, insertion sort, and attached to a time function
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:2542
    • 提供者:聂鋆敩
  1. px10

    0下载:
  2. 对10个数进行排序. 可以利用选择法,即从后9个比较过程 中,选择一个最小的与第一个元素交换 ,下次类推,即用第二个元素与后8个进 行比较,并进行交换。-To 10 the number of sort. Can make use of selection, that is, from nine after the comparison process, select one of the least of the first elements of the e
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:816
    • 提供者:海浪
  1. Selectionmethodtosortstrings

    0下载:
  2. 选择法进行字符串排序.cpp,该文件实用C++编程 方便简单-Selection method to sort strings
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:9408
    • 提供者:shikouhuoding
  1. choosesort

    0下载:
  2. 选择法排序是从数据中选择最小的同第一个值交换,再从剩下的部分中选择最小的与第二个值交换,这样循环下去,直到循环结束。-Selection method to sort the data selection from the smallest value with the first exchange, and then the remaining part from the selection with the second smallest value of the exchange, so
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:102602
    • 提供者:Ray
  1. Sort

    0下载:
  2. 对一组数据实现排序,采用冒泡法,选择法,双向冒泡法等-The realization of a set of data to sort using bubble law, choice of law, such as bi-directional Bubble Act
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:25800
    • 提供者:lang
  1. sorts

    0下载:
  2. 各种排序方法的比较。有冒泡法,二分法,插入法,选择法,并比较其时间复杂度和空间复杂度-Comparison of various sorting methods. There are bubble law, dichotomy, insertion, selection, and compare its time complexity and space complexity
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:43599
    • 提供者:Miao
  1. Source

    0下载:
  2. 用.net开发的基于选择法排序的动态演示程序-Selection based on the sort of dynamic demo
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:40175
    • 提供者:张俊
  1. pxsf

    0下载:
  2. 排序算法大全,冒泡、选择、希尔、快速等常用排序法。- Sorting algorithm Daquan, bubbling, selection, Hill, fast and other commonly used sorting method.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:21771
    • 提供者:曾小贤
  1. MOSGA2_3

    0下载:
  2. 多目标优化排序选择法主程序,算法的多目标程序(Multi objective optimization sorting selection method, the main program, the algorithm of multi-objective program)
  3. 所属分类:书籍源码

  1. VB

    0下载:
  2. 随机选择0-9中的六个数进行排序,可运用于其他数字的排序(Randomly select six numbers in 0-9 to sort)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:9216
    • 提供者:荒唐
  1. hunctwation

    0下载:
  2. 排序算法比较 直接插入排序,折半插入排序,起泡排序,快速排序,选择排序,堆排序, 基数排序 ,希尔排序法,共八种()
  3. 所属分类:大数据

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:rsws%2431250
  1. forebgn-unwindir

    0下载:
  2. 排序算法比较 直接插入排序,折半插入排序,起泡排序,快速排序,选择排序,堆排序, 基数排序 ,希尔排序法,共八种()
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:vpnoa_8783
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com