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

搜索资源列表

  1. The-bankers-algorithm

    0下载:
  2. 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:mr.lin
  1. yinhangjiasuanfa

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

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

    0下载:
  2. 四舍六入,五成双修约方法的C++实现代码。-Banker s rounding into alike about the method implemented in C++ code.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:730
    • 提供者:毛振宇
  1. banker

    0下载:
  2. 操作系统中的银行家算法,使用C实现,希望对大家理解“试触”这种思想有帮助-Bankers algorithm in the operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:172747
    • 提供者:dazhao
  1. bank_OnButton

    0下载:
  2. 用MFC编程的,这里只提取了重要按钮的代码,内含银行家算法的实现。-Programming with MFC, where only extract important button code, containing banker algorithm to achieve.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1530
    • 提供者:杨贵冰
  1. bankers.c

    0下载:
  2. A program to implement banker s algorithm which is used in deadlocks.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:nikbet
  1. banker

    0下载:
  2. 可运行 #define W 10 //最大进程数W=10 #define R 20 //最大资源总数=20 int AVAILABLE[R] //可利用资源向量 int MAX[W][R] //最大需求矩阵 int ALLOCATION[W][R] //分配矩阵 int NEED[W][R] //需求矩阵 int Request[R] //进程请求向量 -Can run#define W 10 // maximum number of processes W =
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:93617
    • 提供者:toy
  1. allocation

    0下载:
  2. There are three methods for handling deadlocks in resource allocation systems deadlock prevention, deadlock avoidance and deadlock detection combined with recovery. Of these three methods deadlock avoidance is preferable in many cases but seldom
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:951421
    • 提供者:yangs
  1. representations

    0下载:
  2. The paper deals with representations of the safe states set in the Banker s problem. Using a Petri Net model we derive formulas for this set (SAFE) directly and for its (smaller) minimal elements set MIN. Moreover, we partition the set MIN into s
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:959371
    • 提供者:yangs
  1. 1

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

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

    0下载:
  2. 银行家算法
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:2784
    • 提供者:ian
  1. daima

    0下载:
  2. This program is a banker algorithm with the MFC and procedures and reporting instructions
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3628356
    • 提供者:kim
  1. banker

    0下载:
  2. 操作系统中进程分配的银行家算法,包括其中的安全性检查-The process allocation bankers algorithm, including the security checks of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:罗卓
  1. BANK

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

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

    0下载:
  2. 银行家算法演示,win32动态展示银行家算法,便于理解-Bankers algorithm demonstration
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:142084
    • 提供者:王廷魁
  1. ConsoleApplication1

    0下载:
  2. //程序说明: // 一、开发语言:C#语言 //二、本程序模拟的是课本 银行家算法之例 编写的。 // 即系统中有五个进程{0,1,2,3,4}和三类资源{A,B,C},各进程的初始资源分配情况及各资源的总数量均 //参照该例子。 //三、本程序中共四个函数分别为:show(),apply(),test(),及主函数main() // 其中: // 1、show()的功能为:直观的列出系统某时刻的资源分配情况。 // 2、apply()的功能为:进程发出资
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:43902
    • 提供者:tangfypw
  1. outlawz_bank_inc

    0下载:
  2. Advanced Banking System in C++ This system will teach you how to draw some simple 2D shapes and how to make a Progress bar in C++. This system can further accommodate any number of accounts. I commented the codes for easy understanding of the be
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:151612
    • 提供者:datashit
  1. JavaApplication5

    0下载:
  2. banker s algorithm java source code
  3. 所属分类:JavaScript

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

    0下载:
  2. 基于Java的银行家算法,操作系统中重要的一个算法-Java bankers algorithm, an important operating system based on an algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:wdad
  1. Bankers

    0下载:
  2. 操作系统中的银行家算法的实现,C++编写,完整的可执行程序-Banker algorithm implementation in the operating system, writing in c++ , complete an executable program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-11
    • 文件大小:18452480
    • 提供者:lvhuimin
« 1 2 ... 25 26 27 28 29 3031 32 33 »
搜珍网 www.dssz.com