CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - bankers algorithm

搜索资源列表

  1. Bank

    0下载:
  2.  银行家算法又称“资源分配拒绝”法,其基本思想是:系统中的所有进程放入进程集合,在安全状态下系统受到进程的资源请求后,先把资源试探性地分配给它。现在,系统将剩下的可用资源和进程集合中的其它进程还需要的资源数作比较,找出剩余资源能满足最大需求量的进程,从而保证进程运行完毕并归还全部资源。这时,把这个进程从进程金额和中删除,归还其所占用的所有的资源,系统的剩余资源更多。反复执行上述步骤。最后,检查进程集合,若为空则表明本次申请可行,系统处于安全状态,可以真正实施本次分配;否则,只要进程集合非空,系统
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-01
    • 文件大小:1072029
    • 提供者:kong
  1. synchronism-and-mutex

    0下载:
  2. 有关线程的同步与互斥,实现了老师讲的银行家算法。-About thread synchronization and mutual exclusion teacher talk about bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:3290881
    • 提供者:she
  1. algorithmofbanker

    0下载:
  2. 模拟实现操作系统中进程调度避免死锁的银行家算法-Analog implementation of the operating system process scheduling avoid deadlock bankers algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:2015
    • 提供者:迎风
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. banker

    0下载:
  2. 用C++将银行家算法实现!简单通俗易懂!-The use C++ bankers algorithm! Simple and easy to understand!
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:1300
    • 提供者:xhb
  1. bank.zip

    0下载:
  2. 银行家算法实现 含mfc界面的实现 ,Bankers algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:2406520
    • 提供者:吴兵
  1. resource-management-system

    0下载:
  2. 利用银行家算法和安全性算法验证的模拟资源管理系统-The use of the the bankers algorithm and security algorithm validation analog resource management system
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:316584
    • 提供者:颜圣涛
  1. os

    0下载:
  2. 实现资源管理,银行家算法实现,进程的管理-Resource management, bankers algorithm, process management
  3. 所属分类:OS Develop

    • 发布日期:2017-12-07
    • 文件大小:2320
    • 提供者:六月饿坏了
  1. Text1

    0下载:
  2. 计算机操作系统 C++银行家算法完整代码-Complete code of the computer operating the system C++ bankers algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:1402
    • 提供者:马路猪猪
  1. banker

    0下载:
  2. 银行家算法问题,自己的银行家算法课程设计代码和说明书-Bankers algorithm problem, his banker algorithm curriculum design code and specification
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:16669
    • 提供者:lingyi
  1. BBK

    0下载:
  2. 银行家算法的Java实现 包括安全序列自动探测-Bankers algorithm implemented in Java including security sequence automatically detect
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:3200
    • 提供者:风清扬
  1. banker

    0下载:
  2. 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:1858
    • 提供者:cai
  1. bankers

    0下载:
  2. 代码是操作系统中银行家算法的简单实现。通过简单的c语言控制台程序让人理解银行家算法的计算过程。-Simple implementation of the code is the the banker algorithm in the operating system. Through a simple console program c language people understand the banker' s algorithm calculation process.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-18
    • 文件大小:1895
    • 提供者:kangkang
  1. TestBankerClass

    0下载:
  2. 操作系统银行家算法java语言,简单的程序,容易理解,-The bankers algorithm java language of the operating system, a simple procedure, easy to understand,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:2361
    • 提供者:
  1. lock_hungry

    0下载:
  2.  给出进程需求矩阵C、资源向量R以及一个进程的申请序列。使用进程启动拒绝和资源分配拒绝(银行家算法)模拟该进程组的执行情况。要求: 初始状态没有进程启动 计算每次进程申请是否分配?如:计算出预分配后的状态情况(安全状态、不安全状态),如果是安全状态,输出安全序列。 每次进程申请被允许后,输出资源分配矩阵A和可用资源向量V。 每次申请情况应可单步查看,如:输入一个空格,继续下个申请 -The  gives processes demand mat
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1427
    • 提供者:journey_j
  1. Bankers

    0下载:
  2. 这个代码模拟出了操作系统在避免死锁时所采用的banker算法。para.txt中给出了示例参数(CPU数量、资源种类、每种资源的数量,以及各个任务所申请的资源种类和数量)。-This project simulates the Banker algorithm, which is widely used by all kinds of operating system (OS) to avoid dead lock. The para.txt is a sample scr ipt for th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-16
    • 文件大小:5535
    • 提供者:Zhang
  1. library

    0下载:
  2. 图书馆管理系统,利用数据库2005,DB等相关软件,包括添加删除查询书籍,管理员,等-Library management, bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:2434930
    • 提供者:冰水
  1. BankerAlgorithm

    0下载:
  2. 实现《操作系统》课程里的银行家算法,模拟cpu的作业调度。-Operating system courses bankers algorithm, simulated cpu job scheduling.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:15309
    • 提供者:闫宝彬
  1. banker

    0下载:
  2. 银行家算法,可用于linux系统,文档中包含源代码-Bankers algorithm can be used Linux system, the document contains the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:212658
    • 提供者:丛菲
  1. yangjiasuanfa

    0下载:
  2. 银行家算法的实现,界面十分灵活,可动态添加资源种数及其个数、也可动态添加进程、删除进程,在本机上运行无误,jdk1.6、eclipse3.7-The bankers algorithm implementation, the interface is very flexible and can be dynamically added resource species and its number can also be dynamically added processes, removing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-30
    • 文件大小:37649
    • 提供者:xly
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com