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

搜索资源列表

  1. 200501132112546771 bank

    0下载:
  2. 实现系统多进程管理的银行家算法,合理的避免了进程因为竞争同一资源而出现的死锁问题-achieve multi-process management system bankers algorithm, reasonable process to avoid the same resources as a result of competition arising from the issue Deadlock
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:张珉
  1. bank

    0下载:
  2. 银行家算法,系统资源名称、系统资源数量、进程数量、各进程对资源的最大需求、各进程已申请到资源数等信息初始值不可以在程序中指定固定值,要在程序运行后人工输入。-banker s algorithm, the system resource name, the number of system resources, the number of processes, each process s maximum demand for resources, the process has been ap
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1.43kb
    • 提供者:简小单
  1. bank

    0下载:
  2. 用c++编的银行家算法-With c++ Made the banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-12-07
    • 文件大小:12.79kb
    • 提供者:魏威
  1. bank

    0下载:
  2. 操作系统实验,银行家算法,用vc实现,进程的同步问题-Experimental operating system, bankers algorithm, using vc realized, the process of synchronization problems
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:660.68kb
    • 提供者:jacky
  1. bank

    0下载:
  2. 使用Visual C++ 6.0开发,纯算法(不涉及进程和线程)模拟银行家算法,测试通过,为我的操作系统实验的雏形。Console模式。-The use of Visual C++ 6.0 development, net algorithm (does not involve the process and thread) analog bankers algorithm, the test for my operating system, the embryonic form of the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:9.2kb
    • 提供者:billsedison
  1. bank

    0下载:
  2. .cpp,操作系统的银行家算法的C程序实验-. cpp, the operating system of the banker s algorithm C experimental procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1.34kb
    • 提供者:00
  1. bank

    0下载:
  2. 银行家算法,操作系统的安全状态和安全序列,死锁和避免死锁的银行家算法-banker' s algorithm, the operating system' s security status and security sequence, deadlock and the bankers algorithm avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1.34kb
    • 提供者:xapql
  1. bank

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。要解释银行家算法,必须先解释操作系统安全状态和不安全状态。该程序实现有效描述。-banker' s algorithm is one of the most representative of the deadlock avoidance algorithms. To explain the banker' s algorithm, we must first explain the operating system security st
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:269.69kb
    • 提供者:王道
  1. bank)

    0下载:
  2. 银行家算法的程序,将文件改成c语言就行了。认真编写-banker' s algorithm process the file into c language on the list. Carefully prepared
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.36kb
    • 提供者:vicky
  1. bank

    0下载:
  2. 此文件模拟实现了避免死锁发生的银行家算法。-This file is simulated to achieve the bankers algorithm avoid deadlock occurred.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1.75kb
    • 提供者:sunlong
  1. bank

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

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

    0下载:
  2. 银行家算法,操作系统课程设计,运行通过了。-banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1.19mb
    • 提供者:liudong
  1. bank

    0下载:
  2. 用数组模拟银行家算法,解决进程之间的死锁避免问题-Simulation with an array of bankers algorithm avoid deadlock between the process of resolving the problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:56.26kb
    • 提供者:Zr
  1. bank

    0下载:
  2. 计算机操作系统实验中的银行家算法的完整实现。-Experiments in the computer operating system, full implementation of banker' s algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:501.5kb
    • 提供者:windblueos
  1. bank

    0下载:
  2. 操作系统课程设计之多资源银行家算法 产生安全序列 -banker' s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:9.09kb
    • 提供者:zl
  1. bank

    0下载:
  2. 银行家算法是操作系统中一个很重要的算法,很重要的啊-bankers algorithm Implementation Procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:214.24kb
    • 提供者:zhou
  1. bank

    0下载:
  2. 实现了操作系统课程中的银行家算法,c++代码,调度算法,解决死锁问题。-The operating system curriculum in the banker s algorithm, c++ code, scheduling algorithm, to solve the deadlock problem.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:663.66kb
    • 提供者:象棋
  1. bank_alogthm

    0下载:
  2. 银行家算法C#描述,用于求解操作系统资源分配分题-bank algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1.69kb
    • 提供者:lishuju
  1. bank

    0下载:
  2. 以从文件读入的方法,实现了操作系统中预防进程死锁的银行家算法。-Process deadlock prevention in the operating system to read from the file into the banker' s algorithm.
  3. 所属分类:OS Develop

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

    0下载:
  2. 模拟银行家算法,实现自动分配资源及遍历输出所以安全序列-Simulation of the banker' s algorithm to achieve automatic allocation of resources and traverse the output so the security sequence
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1.8kb
    • 提供者:FHJ
« 12 »
搜珍网 www.dssz.com