搜索资源列表
park
- 这是学完《数据结构与算法》后做的课程设计的题目——停车场管理,主要用到了栈和队列的操作。问题描述如下: 设停车场内只有一个可停放n辆汽车的狭长通道,且有南北两大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交
books_control_system
- 这是本人C++的课程设计(内附课程设计报告)。题目是图书馆里系统。用的数据库是ACCESS,里面的表都符合3NF。连接数据源方法,请看里面的课程设计报告。-This is my C++, curriculum design (with curriculum design report). Topic library system. Database is used by ACCESS, inside the table are in line with 3NF. Connect the data
Bank_que
- 关于银行排队系统优化以及存取前系统的课程设计 内涵PPT演讲材料-Queuing system on the banking system optimization and access to curriculum content before the PPT presentation materials
yinhangyewumoni
- 该课程设计是通过对到达银行的客户办理的各种存取款业务进行分析,利用队列使办理不同业务的客户排到不同的队列,设置时间函数,利用动态存储结构实现模拟,并计算出顾客的平均逗留时间。 -The course is designed to reach the bank' s customers through a variety of access models for business analysis, the use of queues for different services to di
ReaderAndWriter
- 操作系统课程设计,使用PV操作机器信号量、锁等机制,实现读者和写者互斥访问临界资源-Courses on operating system design, the use of PV operate the machine semaphore lock mechanisms, readers and writers to achieve mutually exclusive access to critical resources
arithmetic-fault-access
- 这是数据结构的课程设计——算术表达式求值演示的代码。-This is a course-- arithmetic expression evaluation demonstrates the design of data structure code.