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

搜索资源列表

  1. banker

    0下载:
  2. 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。-Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:53257
    • 提供者:韩妍丽
  1. banker

    0下载:
  2. 操作系统实验银行家算法,检测死锁并且给出相应序列-En Operating System Experiment banker' s algorithm. . .
  3. 所属分类:OS Develop

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

    0下载:
  2. 操作系统进程中的银行家算法,利用C语言实现的简单程序。-The operating system in the process of banker' s algorithm, using C language implementation of the simple procedure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:756
    • 提供者:element
  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. 这是一个用c++写的银行家算法,希望大家用的上-This is a work written in c++ banker algorithm, used in the hope that we
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:254497
    • 提供者:fred
  1. banker

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

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

    0下载:
  2. 模拟操作系统中的银行家算法,1.txt的录入格式 进程名(单字符),所需a资源数,所需b资源数,所需c资源数,已申请a资源数,已申请b资源数,已申请c资源数 共5行-The Banker Algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1821
    • 提供者:shiboo
  1. banker

    0下载:
  2. 操作系统实验,编写程序实现银行家算法的C++代码-Operating system, experiment, write a program to achieve banker algorithm C++ code for
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:850
    • 提供者:驰骋
  1. Banker

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

    • 发布日期:2017-03-30
    • 文件大小:2914
    • 提供者:柳下惠
  1. Banker

    0下载:
  2. 计算机操作系统 银行家算法解决问题,为资源的分配作为根据-Computer operating system banker' s algorithm to solve the problem, the distribution of resources as a basis for
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1729
    • 提供者:w
  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. banker.c

    0下载:
  2. Implementation of Banker s Algorithm in C Language
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2220
    • 提供者:KDP
  1. bank

    0下载:
  2. Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
  3. 所属分类:Algorithm

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

    0下载:
  2. 实现操作系统调度管理思想中的“银行家算法”-To achieve the operating system scheduling management thinking in the " banker' s algorithm"
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:贺琦
  1. BANKER

    0下载:
  2. Implementation of banker algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1117
    • 提供者:rahul
  1. BANKER

    0下载:
  2. 银行家算法和安全性算法的实现。没有界面。但是很好用的。-A realization of banker algorithm and safe algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1597
    • 提供者:David Stone
  1. Banker

    0下载:
  2. 操作系统:银行家算法。能够清晰明了的了解到算法的内容及算法说明,对大家学习有一定的帮助-Operating system: Banker' s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:9798
    • 提供者:luoye
  1. banker

    0下载:
  2. 死锁会引起计算机工作僵死,因此操作系统中必须防止。本实验的目的在于让学生独立的使用高级语言编写和调试一个系统动态分配资源的简单模拟程序,了解死锁产生的条件和原因,并采用银行家算法有效地防止死锁的发生,以加深对课堂上所讲授的知识的理解。-Computer work can cause deadlock dead, so the operating system must be prevented. The purpose of this study is to make students ind
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:272925
    • 提供者:zsb
  1. Banker

    0下载:
  2. 实现典型的算法,银行家算法的实现与应用。-Achieve a typical algorithm, Implementation and Application of Banker' s algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1474
    • 提供者:kem
  1. banker

    0下载:
  2. this is Banker algorithm-this is Banker algorithm..............
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1309
    • 提供者:Updesh
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com