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

搜索资源列表

  1. banker-deadlock

    0下载:
  2. 解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:94804
    • 提供者:李国新
  1. bankp

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

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

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

    • 发布日期:2017-11-21
    • 文件大小:1327
    • 提供者:echomails
  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. 用于操作系统,银行家算法,用以计算安全性,判断如何分配资源,判断资源分配是否安全-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. 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. 操作系统实验银行家算法,检测死锁并且给出相应序列-En Operating System Experiment banker' s algorithm. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2889
    • 提供者:jiazhiyu
  1. banker

    0下载:
  2. 使用C语言实现的模拟操作系统的资源分配的银行家算法~-Using the C language implementation of the simulation of the operating system allocation of resources banker' s algorithm ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:53586
    • 提供者:于海南
  1. banker

    0下载:
  2. 银行家算法小程序,Linux平台下运行。-Banker' s algorithm applet, Linux platform to run.
  3. 所属分类:OS Develop

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

    0下载:
  2. 银行家算法课程设计,这是操作系统课程设计的一部分内容-Banker' s algorithm curriculum design, curriculum design, which is part of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1968
    • 提供者:康华潮
  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. caozuoxitongyinhangjiasuanfa

    0下载:
  2. 操作系统中的银行家算法,包括实验报告和算法-Banker algorithm operating systems, including lab reports and algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7290
    • 提供者:yangyang
  1. yhjsf

    0下载:
  2. 基于c的银行家算法,供初学操作系统的人学习-Banker algorithm based on c for beginners who learn the operating system
  3. 所属分类:OS Develop

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

    0下载:
  2. 操作系统中注明的银行家算法。作业的一部分,肯定有人需要把!-Bankers indicated in the operating system algorithm. Part of the job, certainly some people need to!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:5590
    • 提供者:吴雪莹
  1. Bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dynamically allo
  3. 所属分类:OS Develop

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

    0下载:
  2. 操作系统原理的银行家算法模拟程序, 可以参考下-Operating System bankers algorithm simulation program, you can refer to the following
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1020
    • 提供者:张佳
  1. banker

    0下载:
  2. 操作系统及银行家算法以及其代码,代码清楚标注,助于理解-Operating system and the banker' s algorithm and its code, the code clearly marked, help to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1391431
    • 提供者:oran
  1. Bankers-algorithm

    0下载:
  2. 银行家算法,能够用来计算银行家算法的应用程序及其相关程序,有很强大的实用性。-Banker' s algorithm, can be used to calculate the banker' s algorithm and its associated application program has a strong practical.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:4592
    • 提供者:赵里
  1. yinhangjiansuanfazip

    0下载:
  2. 操作系统实验银行家算法有完整的代码和结果截图和注释以及使用说明-The operating system experiment of complete code banker algorithm and the results screenshots and commentary and instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:172826
    • 提供者:hule
  1. OS-bankers-algorithm

    0下载:
  2. 《操作系统》课程实验-----银行家算法 死锁避免—银行家算法的实现-"Operating System" course experiment----- banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6124
    • 提供者:rongly
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com