CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - Bank

搜索资源列表

  1. BankCaller_new

    1下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:956592
    • 提供者:songlei
  1. BankCaller

    0下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:962164
    • 提供者:songlei
  1. bank

    0下载:
  2. 操作系统-模拟银行家算法,实现操作系统PV信号量操作-operating system- analog bankers algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2273
    • 提供者:王引刚
  1. bankmoni

    0下载:
  2. 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1971
    • 提供者:oasuifbasf
  1. bank

    0下载:
  2. 通过实现银行家算法代码 来检测进程分配是否安全-Banker' s algorithm through the process of distribution of code to detect if it is safe
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1462
    • 提供者:杨帆
  1. bank

    0下载:
  2. 实现系统多进程管理的银行家算法,合理的避免了进程因为竞争同一资源而出现的死锁问题 -bankbankbankbankbankbankbankbankbankbankbankbankbank
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:937
    • 提供者:yuhailong
  1. banker

    0下载:
  2. 银行家算法是避免死结(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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:53257
    • 提供者:韩妍丽
  1. yinhangjia

    0下载:
  2. 银行计算法的实现,基于多线程控制的系统的实现的银行家的算法的成功实现-Bank calculations the realization of control system based on multi-threaded implementation of the banker of the successful implementation of the algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:6323
    • 提供者:benye
  1. Bank

    0下载:
  2. 模拟银行~EGG包做的图形界面。多窗口多线程。界面美观~-Simulation Bank ~ EGG package do graphical interface. Multi-window multi-threading. Interface is beautiful ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3118103
    • 提供者:fbm
  1. -Account

    0下载:
  2. 银行账户的多线程设计 很好用的 java编写的-Bank accounts, a good multi-threaded design, prepared by the java
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:3812
    • 提供者:ht
  1. ATM

    0下载:
  2. c++使用线程编程的银行ATM机的模拟程序-c++ programming using threads the bank ATM machine simulation program
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:254076
    • 提供者:sun huang
  1. Account

    0下载:
  2. 用JAVA中的多线程示例银行取款问题。有账户、银行卡、存折三个类,当用户 取款金额超过银行卡余额时则显示“余额不足”和银行卡所剩金额多少。 显示信 息:您所取金额为1000元! 对不起,余额不足! 余额为200 元! 余额为200元!-Used in multi-threaded JAVA sample bank teller problem. Have an account, bank cards, passbooks three classes, when a
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-25
    • 文件大小:843
    • 提供者:亲爱的
  1. algorithm-of-bank

    0下载:
  2. 东北大学软件学院信息安全操作系统课程实验,代码完整,解释齐全-Software College of Northeastern University information security operating system course experiment, code integrity, fully explained
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1118543
    • 提供者:刘晗
  1. Bank_Service

    0下载:
  2. 进程间通信问题: 银行有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
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:3145703
    • 提供者:Chang
  1. bank

    0下载:
  2. java模拟的银行取钱过程,实现进程同步。希望对大家有帮助-java simulation of the process of bank money, process synchronization. I hope everyone
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:6473
    • 提供者:
  1. banksulotion

    1下载:
  2. 银行柜员服务问题:银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。   编程实现该问题,用P、V操作实现柜员和顾客的同步。 实现要求 某个号码只能由一名顾客取得; 不能有多于一个柜员叫同一个号; 有顾客的时候,柜员才叫号; 无柜员空闲的时候,顾客需要等待; 无顾客的时候,柜员需要等待。 测试文本格式   测试文件由若干记录组成,记录的字段用空格分开。记录第一个字段是顾客序号,第二字段为顾客进入银行的时间,
  3. 所属分类:Process-Thread

    • 发布日期:2015-01-02
    • 文件大小:4890624
    • 提供者:赵宛玥
  1. Bank-Service-System-Simulation

    0下载:
  2. 操作系统课程,银行服务系统设计,进程通信与进程同步机制实践: 某银行提供10个服务窗口(7个对私服务窗口,3个对公服务窗口)和100个供顾客等待的座位。顾客到达银行时,若有空座位,则到取号机上领取一个号,等待叫号。取号机每次仅允许一位顾客使用,有对公和对私两类号,每位顾客只能选取其中一个。当营业员空闲时,通过叫号选取一位顾客,并为其服务。 -Operating system courses banking system design, process communication and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5312809
    • 提供者:zhangqian
  1. Bank

    0下载:
  2. 银行有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
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-26
    • 文件大小:8954077
    • 提供者:Liuning
  1. BANK

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:350792
    • 提供者:贺和
  1. demo_version

    1下载:
  2. 东软实习项目——银行排队系统,实现取号、叫号及经理查询功能-Neusoft Internship Program- Bank queuing system, take a number, called number and query manager
  3. 所属分类:Process-Thread

    • 发布日期:2016-08-08
    • 文件大小:4782080
    • 提供者:vicki
« 12 »
搜珍网 www.dssz.com