搜索资源列表
lisuanshijianmoni
- 此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queue, stack and its operation is
yimaqi
- 银行管理系统,数据结构,C/C++,树,下载后解压才可以用-banking management systems, data structures, C / C, trees, and the downloading of decompression before they can use
Back_Simulation
- 《数据结构》清华大学的,蓝皮(c语言篇)65页 模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
yinhangguanlixitong
- 实现银行管理系统的一些基本功能:开户、销户、存款、取款
bankC++
- 用C++语言描述的数据结构方法,能够反应银行存取款客户相关信息。
bankC
- 用c语言描述的数据结构编写的银行业务模拟程序,能够计算客户停留平均时间
bank
- 简单的银行业务模拟程序,希望大家多多交流
Project_2
- 银行排队的数学模型的实现 问题: n银行有n个窗口对外营业,每个窗口一次只能接待一个客户 n客户的到达时间和处理业务的时间不同(可随机产生) n利用链表队列模拟总的处理过程和处理时间 n假设 n不允许插队,不同客户的交接时间忽略不计 策略I: 策略 客户先选择无人窗口办理 如果没有,就选择人数最少的窗口排队 讨论 人数最少未必能最快得到处理 如果客户发现其他窗口的排队人数少于本
64656
- 银行业务模拟系统,主要是针对数据结构和算法的设计,是数据结构的课程设计
银行模拟指导
- 数据结构银行模拟指导-simulation data structure to guide banks
银行业务模拟
- 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
datastructure
- 数据结构课程设计,做的一个银行模拟系统,挺好-Data structure the curriculum design, to do a bank simulation system, quite good
BankLiner
- 模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to the appropriate window and cus
bank
- 这是数据结构报告,主要是研究开发银行业务模拟。-VC++ bank
Bank_que
- 关于银行排队系统优化以及存取前系统的课程设计 内涵PPT演讲材料-Queuing system on the banking system optimization and access to curriculum content before the PPT presentation materials
bankyuanma
- 银行排队系统源码,有排队算法,用C++编写-bank queuing system c++ write queuing theory of mathematical algorithms procedures on to postgraduate comrades useful,
银行排队设计
- 用c语言写的银行排队系统(Bank Queuing system written in C language)
bank queue
- 运用数据结构中的栈结构,实现模拟银行排队的功能(Using the stack structure of data structure, the function of simulating Bank Queuing is realized)
银行业务模拟
- 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数。(A bank has four service windows, a waiting queue, each win
8589-银行客户平均等待时间
- 经典问题的标准算法:银行客户平均等候时间,要算等候时间和算逗留时间不同(The standard algorithm of the classic problem: the average waiting time of the bank customer is different from the waiting time and the time of the stay.)