搜索资源列表
-
0下载:
源程序可使用Jdk1.3以上的任何版本编译和运行主类是Simulator也可以在eclipse环境下直接编译和运行。
顾客队列服务模拟系统-Jdk1.3 source can be used over any version of compiler and run the main category is Simulator can also eclipse environment directly translated and running. Customer service Queue
-
-
0下载:
一个使用AJAX+EasyJWeb+EasyDBO及多线程技术 开发的网上信息交流及互动系统,主要供EasyJF开源团队的成员网上会议使用,会议系统模拟传统的会议形式,可以同时开设多个不同主题的会议室,每个会议室需要提供访问权限控制功能,会议中能够指定会议发言模式(分为排队发言、自由发言两种),系统能自动记录每个会议室的发言信息,可以供参会人员长期查阅-an AJAX EasyJWeb EasyDBO use multithreading technology and the developme
-
-
1下载:
银行排队系统仿真 银行排队系统仿真
-Bank Queuing System Simulation Bank Queuing System Simulation bank queue System Simulation
-
-
1下载:
单窗口售票系统仿真程序 运用秒推进法模拟了单窗口售票系统售票员忙、闲,客户到达、排队等待、购票/离开等情形,并给出实时报告-single-window ticketing system simulation program to promote the use seconds simulation of single-window ticketing system conductor busy, idle, customers arrived, the queue waiting, bookin
-
-
0下载:
基于VC++的单服务台排队系统仿真 使用事件调度法-VC++ based on the single desk system simulation using the event queue scheduling
-
-
1下载:
银行的模拟系统,有客户平均排队时间的计算,设置了优先级队列-Bank of simulation system, a customer calculate the average queue time, set the priority queue
-
-
0下载:
停车场管理系统 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-Parking Management System parking lot to stack simulation to simulate vehicle off the road on the queue, in accordance with the input from the terminal read sequences simulated data management.
-
-
0下载:
设计一个停车场管理系统,模拟停车场的运作,通过此程序具备以下功能:
1、要求以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理;
2、要求处理的数据元素包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻;
3、该系统完成以下功能:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费);
4、要求栈以顺序结构实现,队列以链表实现。-Design
-
-
0下载:
银行出纳员离散事件模拟程序 设计两个不同的模型,称之为S1和S2。S1是系统中有n个服务员,他们服务于一个用户队列,服务员的个数由用户输入。当有一个或多个服务员空闲时,队列第一个顾客开始服务。当用户进入服务时如果有多个服务员空闲,则用户随机选择服务员。S2是n个服务员服务于n个队列。-Bank Teller discrete event simulation program designed two different models, called S1 and S2. S1 is a syst
-
-
0下载:
该系统模拟银行服务系统,通过 因为客户业务有存钱和取钱两种,所以我们用0和1来分别表示存和取;因为两个窗口前要排队,所以用链表实现的队列来表示排队的情况;对于每个客户的基本信息,我们创建Customer结构来实现对客户信息的处理;我们用随机函数rand()来实现对生活中客户存与取、钱数、处理时间等情况的模拟。-The system simulated banking system, through the business because customers get money saving a
-