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

搜索资源列表

  1. bankp

    0下载:
  2. 这是银行家算法表现的一个程序-This is a banker algorithm performance of a procedure
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:张乐
  1. Bank

    0下载:
  2. 程序是银行家算法的界面实现,银行家算法的功能都已实现,这是我自己完成的,给大家分享一下。-procedure is a banker algorithm to achieve the interface, bankers algorithm functions have been achieved, it is my personal completed. for everyone to share.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:230573
    • 提供者:彭小勇
  1. os-banker

    0下载:
  2. 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:邱孝杰
  1. banker-safe

    0下载:
  2. 银行家算法/安全性算法,一个实验,包含了要求与详细源码-Banker' s algorithm/security algorithm, an experiment that contains the source code and detailed requirements
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:17863
    • 提供者:王皓
  1. OS5_mfc

    0下载:
  2. 用VC实现的一个小的银行家算法,图型界面,直接输入各个资源数据,运行即可!-VC realize with a small banker algorithm, map-based interface, directly into the various resource data, you can run!
  3. 所属分类:Windows Develop

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

    0下载:
  2. 银行家算法-Banker s Algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-21
    • 文件大小:1327
    • 提供者:echomails
  1. banker

    0下载:
  2. 这是c语言编写的银行家算法小程序,这是我学操做系统时做的-This is the c language bankers algorithm applet, this is my gymnastics school system to do so
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1146
    • 提供者:sinch
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. banker

    0下载:
  2. 用c++实现的操作系统中著名的银行家算法,应该说里面实现的还是比较易懂的-Using c++ implementation of the operating system well-known banker' s algorithm, it should be said there is still relatively easy to understand the implementation of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5448
    • 提供者:sdfsd
  1. Banker

    0下载:
  2. 操作系统中的银行家算法 C语言实现 VC6.0编译-Operating system implementation of Banker' s Algorithm C language compiler VC6.0
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:79489
    • 提供者:笨笨周
  1. banker

    0下载:
  2. 这是一个C++的银行家算法程序,可以根据输入的进程资源进行银行家算法.也可以按2直接输入一组默认数据.-This is a C++ procedures of the banker' s algorithm, you can enter the process in accordance with resources algorithm Banker. 2 can be directly imported by a set of default data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1290177
    • 提供者:周是晓
  1. banker

    0下载:
  2. 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。 -The purpose of this design through the writing and debugging
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:245173
    • 提供者:elaine
  1. Banker

    0下载:
  2. 用于操作系统,银行家算法,用以计算安全性,判断如何分配资源,判断资源分配是否安全-For the operating system, banker' s algorithm for computing security, determine how to allocate resources, determine the allocation of resources if it is safe
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1921
    • 提供者:wujingyun
  1. Banker

    0下载:
  2. 银行家算法 采用C#编程 开发环境VS2005 朋友们可以参考一下 主要核心算法大同小异 其他语言的也可以参考下-Banker' s algorithm using C# programming development environment VS2005 friends can refer to more or less the same core algorithms in other languages can also refer to the following
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:432379
    • 提供者:wx
  1. banker

    0下载:
  2. 行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-Algorithm is to avoid deadlock experts an important method, the experiment requires the preparation of high-level language and debug a simple procedure of Banker'
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2609
    • 提供者:zicek
  1. BANKER

    0下载:
  2. 银行家算法C++描述 银行家算法C++描述-Banker' s Algorithm C++ descr iption of banker' s algorithm C++ descr iption
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:13952
    • 提供者:gacser
  1. banker

    0下载:
  2. 操作系统中的经典算法—银行家算法的实现,并进行了改进。-Classical algorithm in the operating system- the realization of banker' s algorithm and improved.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:847763
    • 提供者:xiangcao
  1. BA

    0下载:
  2. 操作系统实验,在VC下模拟实现银行家算法,运行过程中根据提示使用资源验证是否死锁-OS experiment to simulate the realization of banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2073
    • 提供者:erene
  1. Banker

    0下载:
  2. 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1399
    • 提供者:hezj
  1. Banker

    0下载:
  2. This code defines the behaviors of the bankers algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1131
    • 提供者:Steven
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com