-
数据结构,队列,医院预约看病程序
应用背景在较复杂的数据处理过程中,通常需要保存多个临时产生的数据,如果先产生的数据先进行处理,那么需要用队列来保存这些数据。关键技术看病,采用先到先看的原则,由于人数的不确定性,这里采用一个带节点的单链表作为队列的存储结构。
- 2022-07-11 01:14:36下载
- 积分:1
-
assess数据库在线管理程序.
assess数据库在线管理程序.-assess online database management procedures.
- 2023-03-31 04:35:04下载
- 积分:1
-
aql介绍,适合入门者学习
aql介绍,适合入门者学习
aql介绍,适合入门者学习
aql介绍,适合入门者学习-Aql introduction, suitable for beginners to learn Aql introduction, suitable for beginners to learn
- 2022-02-14 07:00:04下载
- 积分:1
-
根据事务文件成批地更改主文件并得到一个新的主文件,与吴伟民数据结构课本完全一致,用C实现...
根据事务文件成批地更改主文件并得到一个新的主文件,与吴伟民数据结构课本完全一致,用C实现-Affairs bulk to change the primary document to be a new master file, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
- 2022-03-11 16:47:38下载
- 积分:1
-
最短路径方法The shortest path method
最短路径方法The shortest path method-The shortest path method
- 2023-04-26 06:35:03下载
- 积分:1
-
The long integer product strives for
长整数的乘积求余及应用,能使得大整数的乘积变为小程序- The long integer product strives for-odd and the application,
can cause the great integer the product to become the script
- 2022-10-04 06:55:03下载
- 积分:1
-
关于最佳贪婪算法的实现 关于最佳贪婪算法的实现
关于最佳贪婪算法的实现 关于最佳贪婪算法的实现-Greedy algorithm on the realization of the best on the best greedy algorithm
- 2022-09-13 03:25:03下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
jdbc驱动程序
jdbc driver
- 2022-05-23 08:58:46下载
- 积分:1
-
数据库实现员工的管理
数据库实现员工的管理-database management staff
- 2022-08-03 22:16:39下载
- 积分:1