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

搜索资源列表

  1. BankerAlgorithsm

    0下载:
  2. 一个关于死锁检测的经典算法--银行家算法-With regard to the classic deadlock detection algorithms- Banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:960
    • 提供者:lee
  1. OSyinghangjiasuanfa

    1下载:
  2. 1.1 课程设计题目 银行家算法的模拟实现。应用银行家算法验证进程安全性检查及分配资源。 1.2 课程设计目的 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁地发生。 -1.1 Course Design Title Simulation of banker s algorithm implementation. Application of Banker s algorithm validat
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:579960
    • 提供者:张晓光
  1. back

    0下载:
  2. 银行家算法模拟,用C语言实现,固定资源,自动识别是否通过-Banker' s algorithm simulation, using C language implementation, fixed resources, whether through the automatic identification
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:774
    • 提供者:冯天
  1. yinhangjia

    0下载:
  2. 银行家算法的C++程序实现,可以给初学者提供参考-Banker' s algorithm implementation of C++ programs that can provide a reference for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:307790
    • 提供者:wangzhehu
  1. DeadlockAvoidance

    0下载:
  2. 实验要求:(1)程序运行开始时,资源全部可用。资源种类约10种,每种资源数目为1~10。 (2)不断随机产生或手工输入新的“进程资源需求向量”,并填写到最大需求矩阵。 (3)在各进程的最大需求数量范围内(因此需作是否超出范围的检验),为各进程随机生成或手工输入资源请求。经银行家算法后输出系统是否安全的信息。当一个进程的资源请求全部发完后,认为它结束。 -Experimental requirements: (a) program run begins, all of the avai
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:378396
    • 提供者:lili
  1. caozuoxitong

    0下载:
  2. 银行家算法通用程序,并检测所给状态的系统安全性。-Banker' s algorithm common procedures, and to detect the state of system security.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1714486
    • 提供者:金小山
  1. banker

    0下载:
  2. Writing From the information carefully detailed features, including content descr iption (at least 20 words). Try not to let owners to spend time on your revised instructions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1404
    • 提供者:Jacky
  1. yinhangjia

    0下载:
  2. 编程序模拟银行家算法,要求能体现算法的全过程。-Programmed simulation of Banker' s algorithm, the algorithm required to reflect the entire process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2187
    • 提供者:小黄
  1. 5

    0下载:
  2. 编写银行家算法模拟程序,实现银行家算法原理。-The preparation of Banker' s algorithm simulation program, to achieve bankers algorithm principle.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6812
    • 提供者:xujinxj
  1. bank

    0下载:
  2. header file for banker s algo
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:668
    • 提供者:santosh
  1. MyBank

    0下载:
  2. 操作系统银行家算法,C#编写,比较漂亮,有用!-OS Banker' s algorithm, C# prepared, more beautiful, works!
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 操作系统银行家算法的实现。操作系统的实验课程。-OS bankers algorithm. Experimental course the operating system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:523
    • 提供者:hh
  1. Bankeralgorithm

    0下载:
  2. 该程序演示了银行家算法的核心内容,有助于我们更加的理解银行家算法!! 至于好不好,看了评论!!! 可以发邮件gzdxzhouyuqing@tom.com一起交流学习 -The program demonstrates the core of Banker s algorithm will help us better understand bankers algorithm! ! As for the good, read comments! ! ! Email gz
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2434982
    • 提供者:gzuzyq
  1. bank2

    0下载:
  2. 银行家算法(这是操作系统中的一个实验,用于解决资源分配问题)-the banker arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:919
    • 提供者:zhazha
  1. banker2

    0下载:
  2. 银行家算法,比较简单,用数组实现的,不过都基本上阐述了银行家算法的过程-Banker' s algorithm is simpler, using an array to achieve, but are basically explained the process of Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:201005
    • 提供者:嘉嘉
  1. bank

    0下载:
  2. 银行家算法 操作系统对进程需要资源进行保守分配,能避免死锁产生-Banker' s algorithm operating on the process needs to be a conservative allocation of resources, to avoid the deadlock created
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2099
    • 提供者:xingqiyi
  1. bank

    0下载:
  2. 此文档为操作系统课程设计之银行家算法,仅供参考-This document is the banker for the operating systems course design algorithm, reference
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:47007
    • 提供者:陆勇
  1. bankerAlgorithm

    0下载:
  2. 设计一个银行家算法,实现对N个进程和M种系统资源进行银行家算法判定和资源分配;并根据银行家算法的要求设计相应的数据结构,通过输入进程的个数,资源的种类,各个资源的最多数量,各个进程的Max,,Allocation,Need,然后对算法进行检测,判断是否能产生安全序列。-Design of a banker' s algorithm, to realize the process and the M N-species system resources determine the banke
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2721141
    • 提供者:何志芬
  1. Bankeralgorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法-Banker s algorithm one of the most representative algorithm for deadlock avoidance
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:153745
    • 提供者:hanchao
  1. YinHangJia

    0下载:
  2. 模拟实现操作系统中解决死锁问题的银行家算法-Simulation to achieve the operating system to solve the problem of the banker' s algorithm deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2257
    • 提供者:吴蕾
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 30 »
搜珍网 www.dssz.com