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

搜索资源列表

  1. huibianqipaopaixu

    0下载:
  2. 用汇编语言实现 循环程序设计 用汇编语言实现 起泡排序程序-Using assembly language program designed to achieve the cycle of assembly language to achieve foaming sort procedure
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:83323
    • 提供者:王金
  1. wannengpaixu

    0下载:
  2. 万能排序:主要是内部排序其中包括简单选择,冒泡,插入,交换等-Omnipotent sort: mainly including the internal sort simple choice, bubble, insertion, exchange, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:19193
    • 提供者:朱俊杰
  1. 5

    0下载:
  2. 编写一个程序求一组整数的中值.如果这组数的个数为奇数,那么 //* 中值就是排序后的中间那个数 如果这组数的个数为偶数,那么中 //* 值就是平排序后的中间两个数的平均值(也是这组数的平均值). //* 编写一个函数接受如下两个参数: //* (1)整形数组 //* (2)代表该数组元素个数的一个整数 //* 该函数应当返回数组的中值.-To prepare a program for a group of integer valu
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:976
    • 提供者:yann
  1. xscjglxt

    0下载:
  2. 1 学生查询功能:为了方便学生查找成绩等信息,将所有信息按照需要进行分类。这样学生就能很方便的找到自己需要的信息。 2 添加功能:管理员可以通过填写表格的形式输入学生成绩等相关信息。系统可以自动避免重复信息。 3 修改功能:管理员可以对数据库中的信息进行修改。系统能够通过管理员给出的条件查找出所要修改的信息,对修改后的信息进行保存,并自动查找是否是重复信息。 4 删除功能:管理员可以对数据进行删除操作。系统能够通过管理员给出的条件查找出要删除的信息,并提示是否确定删除,如果确定删除,
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:51314
    • 提供者:浩浩
  1. paixufangfa

    0下载:
  2. 排序方法的比较-Sort Methods
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:49489
    • 提供者:漂泊
  1. javaSort

    0下载:
  2. 用Java编写的几种排序算法的实现,包括快速排序,Shell排序等几种高级的排序算法-Prepared to use Java realization of several sorting algorithms, including the quick sort, Shell sort, such as several high-ranking algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2624
    • 提供者:王本力
  1. Cdoc

    0下载:
  2. 该程序是用来管理学生学分信息的,主要功能是实现添加,查询,显示,修改和课程排序等功能!-The program credits are used to manage student information, the main function is to achieve added, query, display, modify, and course sequencing and other functions!
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:44961
    • 提供者:方言
  1. c

    0下载:
  2. 1. 录入每个联系人的基本信息(至少应有姓名、单位、电话号码); 2. 顺序查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 3. 删除一条记录; 4. 插入一条记录; 5. 保存记录到磁盘文件; 6. 从磁盘文件中读取记录到内存; 7. 显示所有的数据记录; 8. 按姓名对数据记录排序; 9. 使用二分法快速查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 10. 退出 -1. Recording the basic in
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6046
    • 提供者:xj
  1. b

    0下载:
  2. 在程序中输入数组大小n,通过动态分配内存函数malloc产生一个整型数组,接着输入该数组的n个元数,并使用一个函数对组数进行排序(从小到大,要求用选择法实现)-In the procedure input array size n, through dynamic allocation of memory function malloc generate an integer array, and then enter the array of n-ary number, and use a f
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:2451
    • 提供者:zheng yan yu
  1. Application

    0下载:
  2. 编写Application和Applet程序,实现:将上学期所学的各门课程的名称及考试成绩的信息用数组存放,并在for(或while)循环中利用排序算法,将成绩进行升(或降)序排列,最后输出排序后的课程成绩。-Application and Applet preparation procedures, achieve: The last semester of study by the name of the course and examination results with an arr
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3456
    • 提供者:邓彭成
  1. ch11a

    0下载:
  2. 排序(sort)是电脑科技最常用的一种作业,依资料的值排成指定的顺序,通常是由小而大的升幂顺序(ascending),也可以依资料的值排成由大而小的降幂顺序(descending),我们周遭到处都是资料,例如电话簿,电话号码若不照顺序排列,您要找到朋友的电话恐怕很难。 -Sort (sort) are the most commonly used computer technology as a homework, depending on the value of the informa
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:67244
    • 提供者:李南
  1. 55645

    0下载:
  2. 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:2578
    • 提供者:21
  1. binarytreealgorithm

    0下载:
  2. 一个排序二叉树算法的基本实现,C++初学者可以学习一下-Sort of a basic binary tree algorithm implementation, C++ beginners can learn about
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:233106
    • 提供者:莘岚
  1. studentinformation

    0下载:
  2. 主要包括:主菜单、建立学生链表函数、显示学生链表函数、按学生学号查找信息函数、按学生姓名查找信息函数、按学号删除某个信息函数、按姓名删除某个信息函数、插入某个信息函数、按降序分数排序输出信息函数、按降序分数排序输出信息函数-Include: the main menu, the establishment of student list function, display the students list function, in accordance with its students to
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:9772
    • 提供者:百战天虫
  1. paixu

    0下载:
  2. 此程序为排序问题的源程序,其具有较高的精度,供大家参考。-This procedure for the scheduling problem of the source, and its high accuracy, for your reference.
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:22333
    • 提供者:hsj
  1. hh

    0下载:
  2. 给定n个正整数,根据各位数字之和从小到大进行排序例如3 121 10 111 输出10 111 121-Given a positive integer n, according to my figures are sorted from small to large
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3045
    • 提供者:huihiu
  1. paixu

    0下载:
  2. 这是几种排序的运算时间的测试,是我的一个小作业,运行没错误。-a good design page tutorial
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1388
    • 提供者:goodboy
  1. guanli

    0下载:
  2. 图书管理系统主要包括增加图书、查询图书、删除图书、图书借阅、还书、按照书号进行排序和统计当前借出和借入情况几个模块。 -Library management system including books, book query to delete the books, borrow books, books, in accordance with the ISBN and statistics to sort the current situation of lending and borr
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:4561
    • 提供者:马春明
  1. hehe

    0下载:
  2. c语言中运用指针将输入的多组字符串按字典排序后输出-hgjdkla djfgliwreowefuhgfjksdsrhkwerhigjhfhkjsdfnvcbhgjfkl
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:1878
    • 提供者:山林里
  1. 123

    0下载:
  2. 个人对这8种排序算法的理解,希望对大家有点帮助. 趁自修时间,自己将这8种排序的代码写了一下....... -Eight kinds of individuals sorting algorithm in this understanding, I hope all of you a little help. Taking advantage of self-study time, the eight kinds of its own sort of code to write a bi
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:8144
    • 提供者:talent
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com