搜索资源列表
student
- C++学生成绩管理系统 包括老师和学生不同用户的登录 主要包括学生数据的输入、插入、查询、排序和保存等…… -C++ student achievement management system, including teachers and students of different users log data include student input, insert, query, sort, and preservation ... ...
process
- 该软件主要是实现对学生成绩进行系统化的管理,首先可以对学生基本信息进行输入和存取,其次可以读取显示学生的相关信息,然后可以删除和插入学生的相关信息,还有就是可按学号查询此学号的学生的相关信息,并按照总成绩算出的平均分的高低进行排序。由此来系统化管理学生成绩,并达到简易操作的目的。-The software is mainly for students to achieve systematic management of performance, first of all, students c
sort
- 冒泡,快速,插入,选择等排序的性能比较。。可以在随机生成1到10000个数做为排序源。。然后执行5种排序。得到移动次数和比较次数-Bubble, quick, insert, select, such as sort of performance comparison. . Can be randomly generated number 1-10000 sort as the source. . And then the implementation of five kinds of sort
sort
- 实现了各种方法排序,如插入,希尔,快排,选择,和归并,以及这几种排序时间统计及比较-Order to achieve a variety of methods, such as insert, Hill, fast scheduling, selection, and merging, as well as time to sort these types of statistics and comparison
sort
- 实现“选择、插入、归并、合并 && 快速”五种排序-The realization of " select, insert, merging, merger & & fast" sort of five
link
- 使用C++语言的一个简易链表。主要对链表的创建、删除、插入、排序等。-Use C++ language a simple linked list. Mainly linked list to create, delete, insert, sort of.
PartsOfExperiment1
- 对线性表的插入、排序、查找和删除进行操作-Linear table insert, sort, find and delete operations
sort
- 最小堆算法,实现插入最小堆元素,删除最小堆中的元素,创建最小堆功能-Minimum heap algorithm to achieve to insert minimum heap elements, delete the smallest elements of the heap, create minimum heap
insert
- 插入排序: 包括直接插入排序,希尔插入排序。 直接插入排序: 将一个记录插入到已经排序好的有序表中。 1, sorted数组的第0个位置没有放数据。 2,从sorted第二个数据开始处理: 如果该数据比它前面的数据要小,说明该数据要往前面移动。 首先将该数据备份放到 sorted的第0位置当哨兵。 然后将该数据前面那个数据后移。 然后往前搜索,找插入位置。 找到插入位置之后讲 第0位置的那个数
Binary-sort-tree
- 这是数据结构中的二叉排序树的综合操作:插入、删除、查找和中序遍历。-This is a binary sort tree data structure operations: insert, delete, find and preorder.
Division-and-Insert-sort
- 插入排序算法和归并排序算法,由c++实现-Insertion sort and merge sort algorithm, implemented by c++
sort-code
- 五种排序算法(冒泡,选择,插入,归并,快速)及其时间比较。-Five kinds of sorting algorithms (bubble, select, insert, merge, fast) and spend more time.
linklist
- 针对链表的练习程序,将链表的常用函数 链表生成 链表遍历(打印链表) 链表长度 查找链表第i个数值,返回给e 查找链表数值为e的元素,返回节点的位置i 查找链表数值为e的元素,返回节点的位置i 链表插入 链表排序(泡法冒) 等封装成子函数。此段C语言程序基于VS2010的编程环境,通过子函数的编写调用实现练习链表操作的目的。-Exercise program for the list, returns to the list of commonly used functions list g
CDEMO_01
- c语言常用排序算法包括快速排序,归并排序,堆排序,希尔排序等-sort algorithm including quick sort,shell sort,heap sort,merge sort,bubble sort,insert sort, sort.
list
- 个人写的链表封装,封装了各种链表函数,比如添加,插入,排序等- Personal list of the list package, the package has a variety of linked list functions, such as add, insert, sort, etc.
dormitory-monitor
- 3. 宿舍管理查询软件 4. 任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: 5. 1.采用交互工作方式 6. 2.建立数据文件,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) 7. 3.查询菜单: 8. A.按姓名查询 9. B.按学号查询 10. C.按房号查询 -3. dormitory management query software 4. Task: for the dormitory manag
internalsort
- 数据集合的有序排序,快速排序,选择排序,插入排序等(Sort order, quick sort, select sort, insert sort and so on)
新建 WinRAR 压缩文件
- 该程序是分别使用快速排序、插入排序、选择排序、冒泡排序、堆排序、归并排序、基数排序制作的,可以选择其一实现数组排序,通过主函数调用实现七种算法的演示。当输入一个数组的元素个数和数组元素之后可以选择七种排序方法之一进行排序并按从小到大的顺序输出。(The program is using fast sorting, insert sort, select sort, bubble sort, heap sort, merge sort, radix sort production, you can
二叉排序树的建立查找插入和删除
- 二叉树的建立,插入,以及排序的完整实现。(The establishment of the two fork tree, insert, sort and complete implementation.)
sort_insert_quick
- 编着玩的,插入排序和快速排序法。当遇到的数据比较多时,建议使用快速排序法。(Just for fun,insert sort and quick sort.)
