搜索资源列表
multitreadsrc4
- 线程的同步 虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread s
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
bank_service
- 模拟银行排队系统,分vip和普通用户,运用多线程实现多窗口,同时运用egg来完成图形界面的显示-Queuing System Simulation banks, sub-vip and ordinary users, the use of multi-threaded multi-window, while the use of egg to complete the graphical interface display
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
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-Service-System-Simulation
- 操作系统课程,银行服务系统设计,进程通信与进程同步机制实践: 某银行提供10个服务窗口(7个对私服务窗口,3个对公服务窗口)和100个供顾客等待的座位。顾客到达银行时,若有空座位,则到取号机上领取一个号,等待叫号。取号机每次仅允许一位顾客使用,有对公和对私两类号,每位顾客只能选取其中一个。当营业员空闲时,通过叫号选取一位顾客,并为其服务。 -Operating system courses banking system design, process communication and
demo_version
- 东软实习项目——银行排队系统,实现取号、叫号及经理查询功能-Neusoft Internship Program- Bank queuing system, take a number, called number and query manager
bnaxs
- 简单的网上银行系统,但涉及到技术还是很不错的,值得学习()
conpract__noise__hihrarmhy
- 不错的银行管理系统 需求分析,很有用,大家可以相互借鉴()