-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to achieve the entire sequence of orderly
- 2022-03-10 10:21:56下载
- 积分:1
-
排课表,对于给定的课程及其先序关系,给出所需学期数最少的排法。...
排课表,对于给定的课程及其先序关系,给出所需学期数最少的排法。-Course Scheduling table, for a given sequence of courses and their relationship first, given at least the required number of semester scheduling method.
- 2022-04-16 17:28:33下载
- 积分:1
-
适合用来做K_Means 和K_NN的数据,一共150组,分成3个簇。
适合用来做K_Means 和K_NN的数据,一共150组,分成3个簇。-K_Means and make suitable for K_NN data, a total of 150 groups, divided into three clusters.
- 2022-01-28 02:09:09下载
- 积分:1
-
关系数据库管理系统的设计与实现:规范化
RDBMS Design and Implementation: Normalization
- 2022-02-26 15:16:11下载
- 积分:1
-
This is an improvement from a top
这是一个改进了自顶向下的归并排序,它改进的地方主要有:采用小子文件截止的机制,当序列长度小于32时,采用直接插入排序;对归并的内循环作了优化,判断的次数更少。-This is an improvement from a top-down sort of merger, it improved the main : the deadline for the paper boy mechanism, the length of the sequence is less than 32, the use of direct insertion sorting; Merging with the right circle made optimization, the number of less judgment.
- 2022-02-25 21:49:47下载
- 积分:1
-
这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。...
这是程序是老师提供的源程序,其中包含了方程的离散等解法 值得一学习。-This is the program source code is provided by teachers, including the discrete equations method, etc. It is worth learning.
- 2022-01-25 14:33:52下载
- 积分:1
-
里面有很多有用的公式,很有利于算法的学习,希望与大家一起分享...
里面有很多有用的公式,很有利于算法的学习,希望与大家一起分享-There are many useful formula for the learning algorithm
- 2022-03-18 22:28:21下载
- 积分:1
-
C++ Builder程序员学习数据结构 第1章源码
C++ Builder程序员学习数据结构 第1章源码-Builder C programmers to learn data structure source Chapter 1
- 2022-04-23 10:28:48下载
- 积分:1
-
实现基于二叉树表示的算术表达式实现基于二叉树表示的算术表达式...
实现基于二叉树表示的算术表达式实现基于二叉树表示的算术表达式-eeeeaaaaaaaaaaaaaannnnnnnnnnnnnnnnnnnn
- 2022-08-06 17:26:54下载
- 积分:1
-
用c做的图的数据结构的作业,建立有向图,深度广度搜索,分为递归和非递归方式....
用c做的图的数据结构的作业,建立有向图,深度广度搜索,分为递归和非递归方式.-C to do with the map data structure operations, the establishment has to map the depth of breadth of search, is divided into recursive and non-recursive way.
- 2022-04-09 22:53:22下载
- 积分:1