嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
停车场模拟管理程序(java)
[问题描述] ...在这里假设汽车不能从便道上开走,试设汁这样一个停车厂模拟管理程序。为了以下描述的方便,停车厂的停车场用“停车位”进行叙述,停车厂的便道用“便道”进行叙述。 [数据结构设计]
	.
├── 停车场模拟管理程序
│   ├── Image
│   │   ├── car_icon.jpg
│   │   ├── icon_come.gif
│   │   └── icon_leave.gif
│   ├── parking.jar
│   └── src
│       └── edu
│           └── cqit
│               └── ParkSimulation
│                   ├── Car.java
│                   ├── ImageButton.java
│                   ├── LinkedQueue.java
│                   ├── MessagePanel.java
│                   ├── Node.java
│                   ├── ParkSimulation.java
│                   ├── Queue.java
│                   ├── Stack.java
│                   ├── StopPanel.java
│                   ├── allclasses-frame.html
│                   ├── allclasses-noframe.html
│                   ├── constant-values.html
│                   ├── deprecated-list.html
│                   ├── edu
│                   │   └── cqit
│                   │       └── ParkSimulation
│                   │           ├── Car.html
│                   │           ├── ImageButton.html
│                   │           ├── LinkedQueue.html
│                   │           ├── MessagePanel.html
│                   │           ├── Node.html
│                   │           ├── ParkSimulation.html
│                   │           ├── Queue.html
│                   │           ├── Stack.html
│                   │           ├── StopPanel.html
│                   │           ├── package-frame.html
│                   │           ├── package-summary.html
│                   │           └── package-tree.html
│                   ├── help-doc.html
│                   ├── index-all.html
│                   ├── index.html
│                   ├── overview-tree.html
│                   ├── package-list
│                   ├── resources
│                   │   └── inherit.gif
│                   ├── serialized-form.html
│                   └── stylesheet.css
└── 停车场模拟管理程序(java).rar
10 directories, 38 files