-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-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
-
判断给定的二叉树是否相似,用C ++实现的,是作业
判断给定的二叉树是否相似,用C ++实现的,是作业-to judge whether the binary tree similar to that used C to achieve, and is operating
- 2022-09-29 14:35:03下载
- 积分:1
-
这是我做数据结构课程设计里面的一个设计程序,二叉树排序...
这是我做数据结构课程设计里面的一个设计程序,二叉树排序-This is my curriculum design make the data structure inside a well-designed procedures, binary tree sort
- 2022-01-25 18:30:55下载
- 积分:1
-
快速SQL交互工具
快速SQL交互工具-rapid interactive SQL tools
- 2022-01-24 18:15:12下载
- 积分:1
-
一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化...
一个C++写的KdTree容器模板库,支持std容器,和自定义的存储方式,对插入、删除和查找作了优化-A C++ Written KdTree Template Library containers, support std containers, and custom storage by means of an insert, delete, and search was made to optimize
- 2022-05-16 17:10:20下载
- 积分:1
-
数据结构,队列,医院预约看病程序
应用背景在较复杂的数据处理过程中,通常需要保存多个临时产生的数据,如果先产生的数据先进行处理,那么需要用队列来保存这些数据。关键技术看病,采用先到先看的原则,由于人数的不确定性,这里采用一个带节点的单链表作为队列的存储结构。
- 2022-07-11 01:14:36下载
- 积分:1
-
对数据模板窗体的制作与应用说明。by the DbNavigation Database record Add, Delete and so on...
对数据模板窗体的制作与应用说明。by the DbNavigation Database record Add, Delete and so on-template forms of data production and application notes. By the record DbNavigation Database Add, Delete and so on
- 2022-03-03 20:50:21下载
- 积分:1
-
本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。...
本算法实现的是对两个单字符串的扫描,找出其最长公共子序列。-the algorithm to achieve the two-string scan, identify its longest public sequences.
- 2022-08-26 09:11:28下载
- 积分:1
-
achieve the establishment of the provisional district and the establishment of a...
实现了临时建立分区和永久建立分区的效果
可以压缩和解压缩的解压缩文件-achieve the establishment of the provisional district and the establishment of a permanent regional results can be compression of the extracted files
- 2022-10-18 00:35:03下载
- 积分:1
-
网络最短路径Dijkstra算法
网络最短路径Dijkstra算法-network Dijkstra shortest path algorithm
- 2022-09-22 06:40:03下载
- 积分:1