CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - banker algorithm

搜索资源列表

  1. ying

    0下载:
  2. 这是一个银行家算法的c语言的实现,已经通过测试,望对有需要的有点触类旁通的作用-This a banker's algorithm in C Language Implementation, has passed the tests, there is a need to look a little bit the role they jump! !
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2150
    • 提供者:王晓东
  1. yinhaogjia

    0下载:
  2. 加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的防止和避免死锁的发生。 -deepen understanding of the application of resources to avoid deadlock concepts, and share and understand the deadlock and avoid the deadlock spe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:333247
    • 提供者:与非门
  1. banker

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-bankers avoid deadlock algorithm is an important method, The experiment with high-level language debugging and prepared a simple algorithm bankers procedures. Deepe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:200169
    • 提供者:张宁
  1. os

    0下载:
  2. java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format experiment
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:59733
    • 提供者:fantasysq
  1. Dijkstra2008_3

    0下载:
  2. 另外一个银行家算法课程设计,三号文档,-Another banker s algorithm curriculum design, on the 3rd document,
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:4926
    • 提供者:精灵晓月
  1. Dijkstra2008_4

    0下载:
  2. 另外一个银行家算法课程设计,四号文档,-Another banker s algorithm curriculum design, on the 4th document,
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6122
    • 提供者:精灵晓月
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. yinghangjia

    0下载:
  2. 一个有关操作系统课程设计:银行家算法的c++源程序,自己的作业,100 可以运行。-A course on operating system design: banker' s algorithm for c++ source code, its own operations, 100 run.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:61440
    • 提供者:anqichao
  1. ziyuanguanli

    0下载:
  2.  1.1 设计的目的    加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。  1.2 设计的要求 用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。 每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。-1.1 is des
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:141254
    • 提供者:xiaoxi10086
  1. operating-system-_banker

    0下载:
  2. 有关操作系统银行家算法的文档。银行家算法是一种最有代表性的避免死锁的算法。我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。-For documentation of the operating system, the banker' s algorithm. The banker algorithm is one of the most representative of the deadlock avoidanc
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:27965
    • 提供者:许乓
  1. banker

    0下载:
  2. 银行家算法Java语言实现,符合计算机操作系统原理书籍上的要求,请放心下载使用。-Bankers algorithm Java realization, in line with the principle of computer operating system on the books of the request, please feel free to download to use.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1886
    • 提供者:coolcgp
  1. Text

    0下载:
  2. 银行家算法,银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Banker' s algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1772
    • 提供者: 大概是
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统死锁————银行家算法的代码 练习-Operating system deadlock banker algorithm code practice
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1344
    • 提供者:李响
  1. 1

    0下载:
  2. 操作系统的银行家算法,供同学们下载学习,谢谢大家-Banker s Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:72817
    • 提供者:唐文浩
  1. BankersAlgorithm

    0下载:
  2. 操作系统课程设计报告—银行家算法,java代码,完整报告-BANKER S ALGORITHM
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:358829
    • 提供者:qxbiao
  1. Banker-algorithm-course

    0下载:
  2. 银行家算法课程设计报告毕业论文格式,十分好用-Banker algorithm course design report graduation thesis format
  3. 所属分类:software engineering

    • 发布日期:2017-12-11
    • 文件大小:126836
    • 提供者:叶雨
搜珍网 www.dssz.com