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

搜索资源列表

  1. BankersAlgorithm

    0下载:
  2. Banker s Algorithm implementation.
  3. 所属分类:Algorithm

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

    0下载:
  2. 银行家算法,使用vs2005控制台应用程序设计的-Banker' s algorithm, using vs2005 console application designed for
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:428082
    • 提供者:小庆
  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. 银行家算法小程序,Linux平台下运行。-Banker' s algorithm applet, Linux platform to run.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1350
    • 提供者:
  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. sol2

    0下载:
  2. banker algorithm program that make detection and terminate while detrmine processes & resources check up where is deadlock exist.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1460
    • 提供者:belal
  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. 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. 操作系统:银行家算法。能够清晰明了的了解到算法的内容及算法说明,对大家学习有一定的帮助-Operating system: Banker' s algorithm
  3. 所属分类:Windows Kernel

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

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

    • 发布日期:2017-04-06
    • 文件大小:523
    • 提供者:hh
  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. 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. 用VC编写的学生学习用的银行家算法程序,设计得比较简单。-Prepared students with the VC with the bankers algorithm program, designed to be simple.
  3. 所属分类:Algorithm

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

    0下载:
  2. 操作系统中的银行家算法,用于寻找安全序列,防止发生死锁-OS bankers algorithm for finding safe sequence, to prevent deadlock
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2549
    • 提供者:chencl
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com