-
学院管理体制
在这些高校管理体系中包含各种搜索老师记录,学生记录,这样,轻松地访问任何信息等。
- 2022-02-20 04:24:35下载
- 积分:1
-
tree traversal of the four, China and Syria, the former sequence after sequence...
树的四种遍历方式,中叙,前序,后序和按层遍历算法,前三个用递归很好实现,最后一个复杂点。-tree traversal of the four, China and Syria, the former sequence after sequence and by layer traversal algorithm, the former three Recursive properly achieved, Finally a complex point.
- 2022-08-17 13:05:30下载
- 积分:1
-
this is a code of data structure
这是数据结构第四章中串的全部算法代码,实现了全部算法,对学习数据结构的同学很有帮助-this is a code of data structure
- 2022-03-16 05:36:14下载
- 积分:1
-
停车场管理系统的源代码
由于停车场是一个狭窄通道,而且只有一个大门可供汽车进出,问题要求汽车停车场内按车辆到达时间的先后顺序,依次由北向南排列。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,我设计用顺序存储结构来存储停车场内的车辆信息,并给车辆按进栈顺序编号,当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是个一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车。当停车场满后,继续进来的汽车需要停放在停车场旁边的便道上等候,若停车场有汽车开走,则按排队的先后顺序依次进站,最先进入便道的汽车将会最先进入停车场,这完全是一个先进先出模型,因此可设计一个队列来模拟便道,队列中的数据元素设计成汽车的车牌号,并以链表的形式存储。另外,停车场根据汽车在停车场内停放的总时长来收费的,在便道上的时间不计费,因此必须记录车辆进入停车场时的时间和车辆离开停车场时的时间,然后计算、显示费用情况。
- 2023-04-01 23:20:03下载
- 积分:1
-
ADO database programming some of the information that they collect, and I hope t...
ADO数据库编程的一些资料,自己搜集的,希望所帮助。-ADO database programming some of the information that they collect, and I hope to help.
- 2023-07-24 17:55:06下载
- 积分:1
-
Its about data structure Tr
Its about data structure Tr-Its about data structure Tree
- 2023-05-11 23:40:04下载
- 积分:1
-
trainreset:有许多列车需要开车出站的作用。
TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive out of the sta tion. In terms of their numbers from small to deviation ge.There are only three railways used to place t he trains, and also need the same order.
- 2022-07-14 05:15:14下载
- 积分:1
-
own definition of an array overpack, which is a "user
一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
- 2022-04-18 12:19:28下载
- 积分:1
-
数据库Blob读写
数据库Blob读写-database Blob literacy
- 2022-02-03 00:48:00下载
- 积分:1
-
本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DA
本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DAO,网络通信用 CSocket+CSocketFile;-the system to internal system administrator account by adding, management; Divided into two groups, User Group and the Boss group. Boss Group accounts Broadcasting notice can be issued; Between any two users can communicate with each other; Using DAO Database Interface, Network Communication CSocket CSocketFile;
- 2022-07-08 02:52:45下载
- 积分:1