搜索资源列表
RPC_shiyan
- 这是一个简单的模拟银行存取款的例子,目的是了解如何开发RPC服务程序.代码在LINUX下测试运行通过-This is a simple bank deposit simulation example, purpose is to understand how to develop RPC service procedures. the code in the Linux operating through testing
模拟银行ATM提款机系统
- 模拟银行ATM提款机系统-simulated bank ATM teller system
chap2_c
- 模拟离散事件,银行的排队系统,模拟系统的执行过程。
bank
- 银行管理系统,可以模拟银行相应操作,如:开户、销户、存款、取款、转账等。-Bank management system, can simulate the corresponding bank operations, such as: accounts, sales households, deposits, withdrawals, transfers and so on.
POS
- 一个简单的模拟银行POS机系统,使用记录锁和守护进程-A simple bank pos system. Use record lock and server process
ATM
- C语言模拟的银行ATM机系统!实现存、取、转、查功能!对密码输入次数进行了限制,错误三次就退出程序!对用户密码进行简单的加密! -C language simulation system of the bank ATM machine! Achieve deposit, withdraw, transfer, check functional! Enter the password to limit the number of times, the error three times to ex
tpmt
- VC++ MFC银行管理模拟系统(Access),使用的access数据库。-VC++ MFC bank management simulation system (Access), use the access database.
ATM
- 用visual C++编写的模拟银行ATM机的程序-imitate how ATM in a bank works using Visual C++ language
simulated-bank-management-system
- 模拟的银行管理系统,有利于学习C/C++的孩子进一步提高-The simulated bank management system, conducive to learning C/C++ child to further improve
banking-practice
- 本实例实现了银行业务的模拟。假设某个银行有4个窗口对外接待客户。从早晨银行开门 不断有客户进入银行。由干每个窗口在某-时刻只能接待一个客户,因此在客户人数众多时需 在每个窗口前顺次徘队。对子刚进入银行的客户,如果某个窗口的业务员正空闲,则可上前办 理、Ik务,反之,若4个窗口都忙着,则要选择一个最短的队伍排队。现在需要编制一个程序来 模拟银行的这种业务活动并计算一天中客户在银行的平均逗留时间。-The examples of simulation of the banking business.
Bank-Account
- 基于C++的银行账户模拟程序。适合学习链表和指针的初学者-Based C++ bank account simulation program. Suitable for beginners to learn linked lists and pointers
banksystem
- 银行业务的事件驱动模拟系统,通过模拟方法求出客户在银行内逗留的平 均时间。 [测试数据]: 一天营业开始时银行拥有的款额为10000(元).营业时间为600(分钟)。其他模拟参量 自定。注意测定两种极端的情况:一是两个到达事件之间的间隔时间很短,而客户的交易时 间很长,另一个恰好相反,设置两个到达事件的间隔时间很长,而客户的交易时间很短。 测试数据均由程序随机产生,用户输入客户到达银行的最大时间间隔,业务处理时间的最大值,和客户要处理的最大钱数-failed to
QueueSimulation
- 单服务排队系统仿真,模拟单柜台的银行排队系统,随机生成到达及服务时间-Single-service queuing system simulation, simulation of the single counter bank queuing system, randomly generated arrival and service time
SouceCode
- 模拟银行排队系统,具有叫好,选号,VIP选号功能。新手可以练习。-Bank queuing simulation system, has applauded, selection, VIP selection function. Beginners can practice.
BankSystem
- 分析、设计和实现一个能够满足以下功能的模拟银行叫号系统: 1. 某家银行营业厅,营业窗口设2~3个。 2. 每位客户进入营业厅后,在取号机上申请一个服务号码。 3. 服务号码只考虑一种用户类别。号码范围:000~999。 4. 营业窗口按服务号码的顺序,叫号为客户办理。营业窗口叫号后,进入办理状态。 5. 营业窗口在办完一项业务后,可以暂停办理,停止叫号,休息一段时间,然后恢复办理。但原则上所有窗口不会同时休息。 6. 当所有服务号码都被处理完毕,才允许发出“下班” 指令
Yinhangyewumoni
- 银行业务活动模拟(数据结构C++),还是很好滴啊!!一些基本功能-Banking activities analog (data structure C++), or a good drop ah! ! Some basic features
MoNiATM
- 一个模拟银行取款机的源代码程序,对初学者学习c编程有指导作用-A simulated bank machine source code program, for beginners to learn c programming has a guiding role
BankQuery
- 模拟银行多个窗口人员排队情况,利用到队列的知识。-Simulated bank queuing, multiple Windows personnel using the knowledge of the queue.
druven
- 关于银行模拟的一个系统,采用事件驱动,推荐给大家(About bank simulation of a system, driven by events, recommend to everyone)
banksimulation
- 用离散事件模拟银行柜台,使用了qt平台做出了GUI(the simulation of bank with discrete event)