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

搜索资源列表

  1. 算法2

    0下载:
  2. 还是一个银行家算法,不过这一个要更加深奥这个可厉害啊 -or a banker's algorithm, but this one should be more difficult this can be powerful ah
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3221
    • 提供者:小宫
  1. aefa334231

    0下载:
  2. 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-Analog banker s algorithm to detect deadlock. When users apply a set of resources, the system must determine whether the allocation of these resources is still c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:309882
    • 提供者:kid
  1. yinhangjia

    0下载:
  2. 使用C语言来实现的CPU处理机中的银行家算法-The use of C language to realize the CPU processor of the banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:1708
    • 提供者:
  1. Operatingsystemsolution

    0下载:
  2. 操作系统上机题(代码) 进程管理调度,银行家算法可正常运行-Machine operating system title (code) process management scheduling, banker s algorithm may be the normal operation of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:10562
    • 提供者:黄跃跃
  1. bank

    0下载:
  2. 设计内容包括银行家算法和安全性算法,以及用VC界面实现输出.并实现了课本97页的例题,内附实验报告-Design elements include banker' s algorithm, and security algorithms, and the VC output interface implementation. And achieve a textbook example of 97, enclosing the experimental report
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:139280
    • 提供者:郎郎
  1. yhj

    0下载:
  2. 典型的银行家算法,linux下gcc编译通过,默认3进程,3类资源,自己稍作修改可以手动分配资源。-A typical banker' s algorithm, linux under the gcc compiler is passed, the process of the default 3, 3 types of resources, with some slight modifications to their allocation of resources manually.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1849
    • 提供者:Michel
  1. GroupLink

    0下载:
  2. 银行家算法。C++实现的,精确。命令行界面。很好用。-Banker' s algorithm. C++ to achieve accurate. Command line interface. Good use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2487
    • 提供者:David Stone
  1. BankerAlgo

    0下载:
  2. 运用C#实现,操作系统中介绍的多资源银行家算法的交互式动态演示 -The use of C# implementation, the operating system described in many resources, interactive dynamic presentation of Banker' s Algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:39336
    • 提供者:石伶
  1. jyttff

    0下载:
  2. 银行家算法,系统资源的请求判断。并能多次进行判断-Banker' s algorithm, the system requests for resources to judge. And can be judged on many occasions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:262575
    • 提供者:yutou
  1. xiaoying0712

    0下载:
  2. 一个有关操作系统课程设计:银行家算法的c++源程序,自己的作业,100 可以运行。-A course on operating system design: banker' s algorithm for c++ source code, its own operations, 100 run.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:17624
    • 提供者:anqichao
  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. 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. MyBank

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

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

    0下载:
  2. 银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:叶杰峰
  1. 2

    0下载:
  2. 银行家算法,实现数据的输入输出,各种数据下的结果-Banker' s algorithm, data input and output, the result of a variety of data
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-24
    • 文件大小:9808
    • 提供者:徐伟杰
  1. yinhangjia

    0下载:
  2. 操作系统银行家算法 1、了解多道程序系统中,多个进程并发执行的资源分配。 2、掌握思索的产生原因、产生死锁的必要条件和处理死锁的基本方法。 3、掌握预防死锁的方法,系统安全状态的基本概念。 4、掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 5、理解死锁避免在当前计算机系统不常使用的原因。 -Operating system bankers algorithm 1, to understand multi-program system, concurren
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:228928
    • 提供者:王涛
  1. banker_algorithm

    0下载:
  2. 银行家算法(C语言版本),也是操作系统上的内容,对于初学者很有启发作用-Banker' s algorithm (C language version), but also the contents of the operating system, is very inspiring for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:2863
    • 提供者:zzlmatrix_zzl
  1. shiyan

    0下载:
  2. 银行家算法,用于解决死锁问题或避免死锁问题,操作系统的主要实验-Banker s algorithm for solving the deadlock problem and avoid deadlock problem, which is the operating system s main experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:13354
    • 提供者:李三
  1. banksuanfa

    0下载:
  2. 计算机操作系统中避免死锁的典型的一个算法:银行家算法。-A typical computer operating system an algorithm to avoid deadlock: the banker' s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:314564
    • 提供者:justdoit
« 1 2»
搜珍网 www.dssz.com