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

搜索资源列表

  1. banker-ron

    0下载:
  2. 银行家算法,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态等的理解-bankers algorithm simulation Deadlock avoid the realization of deepening Deadlock avoided, such as system security state understanding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5986763
    • 提供者:李海
  1. 银行家算法(C语言)

    1下载:
  2. 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
  3. 所属分类:OS Develop

    • 发布日期:2016-01-26
    • 文件大小:21122
    • 提供者:Paine
  1. banker_code

    0下载:
  2. 操作系统中的经典问题:银行家算法 - In operating system classical question: Banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-12-08
    • 文件大小:4562
    • 提供者:赫冰
  1. Banker

    0下载:
  2. 银行家算法:实现了动态的进程分配资源,望大家多多指教-Banker' s Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-26
    • 文件大小:8728937
    • 提供者:卢成彪
  1. banker

    0下载:
  2. Banker Algorithm You shoud make table by textfile
  3. 所属分类:Editor

    • 发布日期:2017-04-14
    • 文件大小:2828
    • 提供者:minwoo
  1. 050601236

    0下载:
  2. c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:12089
    • 提供者:peng.xu
  1. Banker

    0下载:
  2. 银行家算法用来避免死锁,实现语言C++,输入从文件中读取-Banker algorithm is used to avoid deadlocks and achieve language C++, input from the file.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:109396
    • 提供者:Felix
  1. banker

    0下载:
  2. 模拟操作系统中的银行家算法,1.txt的录入格式 进程名(单字符),所需a资源数,所需b资源数,所需c资源数,已申请a资源数,已申请b资源数,已申请c资源数 共5行-The Banker Algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1821
    • 提供者:shiboo
  1. banker

    0下载:
  2. 操作系统实验,编写程序实现银行家算法的C++代码-Operating system, experiment, write a program to achieve banker algorithm C++ code for
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:850
    • 提供者:驰骋
  1. banker

    0下载:
  2. 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:46768
    • 提供者:gaoning
  1. banker

    0下载:
  2. banker algorithm using c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:737
    • 提供者:kim
  1. Banker

    0下载:
  2. Banker Algorithm in OS -Banker Algorithm in OS ...
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:219175
    • 提供者:Abi
  1. banker

    0下载:
  2. 操作系统课程设计 银行家算法源码 C/C++源代码-Banker algorithm source-C/C++ source code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5445
    • 提供者:zhaoli
  1. banker

    0下载:
  2. 操作系统 银行家算法 用于多进程共享系统中的多个资源,避免死锁-This procedure is a banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2102
    • 提供者:xiaozhao
  1. banker

    0下载:
  2. 操作系统实验之银行家算法,通过实现银行家算法深入了解CPU调度-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-29
    • 文件大小:3133
    • 提供者:jimmy lin
  1. banker

    0下载:
  2. 多个进程同时运行时,系统根据各类系统资源的最大需求和各类系统的剩余资源为进程安排安全序列,使得系统能快速且安全地运行进程,不至发生死锁。银行家算法是避免死锁的主要方法-Multiple processes running at the same time, the greatest demand for various types of system resources and the remaining resources of the various systems arranged for
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:3139
    • 提供者:陈斯顿
  1. banker

    0下载:
  2. 这个程序是用汇编语言写的银行家算法!包括对数据的输入和显示!-This program is written in assembly language banker algorithm! Including data input and display!
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:demon
  1. Bankcr-Banker

    0下载:
  2. Banker algorithm C ++ descr iption-Banker algorithm C++ descr iption
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:Content
  1. Banker

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。(Analog banker algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:风海
  1. banker

    0下载:
  2. 基于codeblocks下编程的银行家算法(A banker algorithm based on CodeBlocks programming)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:暴宝宝
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com