搜索资源列表
BankCaller_new
- c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。 中国科技大学面向对象编程C++课程试验-USTC C++ Bank Caller c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operatio
BankCaller
- c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。-c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operation, using multi-threaded simulation of the bank s in
bank
- 操作系统-模拟银行家算法,实现操作系统PV信号量操作-operating system- analog bankers algorithm
bankmoni
- 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
bank
- 通过实现银行家算法代码 来检测进程分配是否安全-Banker' s algorithm through the process of distribution of code to detect if it is safe
bank
- 实现系统多进程管理的银行家算法,合理的避免了进程因为竞争同一资源而出现的死锁问题 -bankbankbankbankbankbankbankbankbankbankbankbankbank
banker
- 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。-Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock
yinhangjia
- 银行计算法的实现,基于多线程控制的系统的实现的银行家的算法的成功实现-Bank calculations the realization of control system based on multi-threaded implementation of the banker of the successful implementation of the algorithm
Bank
- 模拟银行~EGG包做的图形界面。多窗口多线程。界面美观~-Simulation Bank ~ EGG package do graphical interface. Multi-window multi-threading. Interface is beautiful ~
-Account
- 银行账户的多线程设计 很好用的 java编写的-Bank accounts, a good multi-threaded design, prepared by the java
ATM
- c++使用线程编程的银行ATM机的模拟程序-c++ programming using threads the bank ATM machine simulation program
Account
- 用JAVA中的多线程示例银行取款问题。有账户、银行卡、存折三个类,当用户 取款金额超过银行卡余额时则显示“余额不足”和银行卡所剩金额多少。 显示信 息:您所取金额为1000元! 对不起,余额不足! 余额为200 元! 余额为200元!-Used in multi-threaded JAVA sample bank teller problem. Have an account, bank cards, passbooks three classes, when a
algorithm-of-bank
- 东北大学软件学院信息安全操作系统课程实验,代码完整,解释齐全-Software College of Northeastern University information security operating system course experiment, code integrity, fully explained
Bank_Service
- 进程间通信问题: 银行有n个柜员,顾客进入银行先取一个号码,然后等着叫号。柜员空闲下来就叫号。 用P、V操作实现顾客和柜员的同步。-Interprocess communication problems: Bank n a teller, the customer enters the bank to take a number, and then waiting for the called number. Teller idle down called. P, V opera
bank
- java模拟的银行取钱过程,实现进程同步。希望对大家有帮助-java simulation of the process of bank money, process synchronization. I hope everyone
banksulotion
- 银行柜员服务问题:银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。 编程实现该问题,用P、V操作实现柜员和顾客的同步。 实现要求 某个号码只能由一名顾客取得; 不能有多于一个柜员叫同一个号; 有顾客的时候,柜员才叫号; 无柜员空闲的时候,顾客需要等待; 无顾客的时候,柜员需要等待。 测试文本格式 测试文件由若干记录组成,记录的字段用空格分开。记录第一个字段是顾客序号,第二字段为顾客进入银行的时间,
Bank-Service-System-Simulation
- 操作系统课程,银行服务系统设计,进程通信与进程同步机制实践: 某银行提供10个服务窗口(7个对私服务窗口,3个对公服务窗口)和100个供顾客等待的座位。顾客到达银行时,若有空座位,则到取号机上领取一个号,等待叫号。取号机每次仅允许一位顾客使用,有对公和对私两类号,每位顾客只能选取其中一个。当营业员空闲时,通过叫号选取一位顾客,并为其服务。 -Operating system courses banking system design, process communication and
Bank
- 银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。 编程实现该问题,用P、V操作实现柜员和顾客的同步。 -Bank tellers have n responsible for customer service, the customer enters the bank to take a number and wait for call number. When a teller idle down, and called the
BANK
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker algorithm
demo_version
- 东软实习项目——银行排队系统,实现取号、叫号及经理查询功能-Neusoft Internship Program- Bank queuing system, take a number, called number and query manager