搜索资源列表
VehicleRentManagement
- 车辆租赁系统。界面使用GUI实现,能实现新车入库、车辆查询、租赁查询、借车的功能。车库资料存入文件保存。这是本学期java课程设计时老师给的参考代码,调试可运行!-Car rental system. Interface using the GUI implementation, to achieve a new car storage, vehicle check, leasing inquiries, through vehicle features. Data are stored in
car
- 车库管理系统,实现对车库车辆的增,删,改等功能-Garage management system, add, delete, change the garage vehicles
bike
- 本程序是一个车库管理系统的界面设计,能够有出入车辆的记录,报警车辆的记录和照片显示。可以配合串口程序来对写入测试内容。-This program is a garage management system interface design, can differ from the vehicle records, police records and photographs of the vehicle. Can be used with the serial program written t
ex02
- 某停车场共有TOTAL-NUM个车位, ENTRY-NUM个进口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的. 1.2 作业要求 1) 不考虑节点/进程失效的情形, 设计用于该停车场控制的分布式系统, 并给出汽车进出时使用该系统的方