主要是关于火车站主页的代码,方便研究过车站主页的代码!
2022-07-10 16:00:43 17KB 火车站售票
1
【参考】火车站售票管理系统的设计与开发
2022-07-01 21:07:01 713KB 文档资料
程序模拟了火车站售票系统,程序中使用了多线程的实现方法,并用多种方法实现了线程的同步,麻雀虽小,五脏俱全。
1
全国火车站售票时间及全国火车站经纬度信息更新版 2022年3月
1
xx火车站售票管理系统设计--软件工程课程设计.docx
2022-04-06 02:24:36 1MB 软件工程
模拟火车站售票系统模拟火车站售票系统模拟火车站售票系统模拟火车站售票系统
1
import java.awt.*; import java.awt.event.*; import java.util.Date; public class SimulateRailwayStation extends Frame implements ActionListener { protected static final int NUM_AGANTS = 10; protected static final int NUM_INITIAL_AGANTS = 6; protected static final int BUSINESS_DELAY = 6000; protected static final int MAX_TRAIN_NUM = 10; protected static final int MAX_NO_CUSTOMERS = 200; private Button addcus = new Button ("添加顾客"); private Button delcus = new Button ("顾客离开"); private Button addagent = new Button ("增加售票窗口"); private Button delagent = new Button ("关闭售票窗口"); protected static String[] train_num = {"南京——北京","南京——上海","南京——镇江", "南京——杭州","南京——四川","南京——无锡","南京——合肥", "南京——乌鲁木齐","南京——天津","南京——徐州"};
2021-12-30 09:07:45 3KB JAVA
1
Java源代码,一个简单的火车站售票系统,可做初学者学习使用!
2021-12-21 18:16:18 4KB java 售票系统 系统管理
1
通过数据库对火车站售票管理系统简单的模拟描述
2021-12-16 12:12:34 252KB 数据库 火车站售票管理系统
1
这个是关于火车站售票系统课程设计的。可以来看看,学习一下。
2021-12-14 23:39:05 765KB CC
1