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

搜索资源列表

  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. yinghangjiasuanfa

    0下载:
  2. 是很好的一个操作系统课程设,是银行家算的应用,希望大家找出哪有不足及时联系我,之前调试了应该没问题-Being a good operate system course to establish is a banker to calculate of application, hope everyone find out where have shortage in time contact I, previous adjusted to try should be all right
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:118607
    • 提供者:孙玉闯
  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. BANKER

    0下载:
  2. 银行家算法C++描述 银行家算法C++描述-Banker' s Algorithm C++ descr iption of banker' s algorithm C++ descr iption
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:13952
    • 提供者:gacser
  1. BANKER-C

    0下载:
  2. 银行家算法C描述
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:961
    • 提供者:gacser
  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. 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:11294
    • 提供者:yuebo
  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. this is Banker algorithm-this is Banker algorithm..............
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1309
    • 提供者:Updesh
  1. banker

    0下载:
  2. it implements the banker s algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:996
    • 提供者:SHIBU V S
  1. Banker-java

    0下载:
  2. 用java语言编程,实现银行家算法,操作系统课程设计-java banker progrmer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:358817
    • 提供者:
  1. Banker-s-algorithm

    0下载:
  2. 银行家算法实现Banker s algorithm-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:1835
    • 提供者:肖传林
  1. Banker-algorithm

    0下载:
  2. 通过银行家算法了解进程安全性检查方法及资源分配的方法。-To understand the method of process safety inspection and the allocation of resources by the banker s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:11607
    • 提供者:小雨
  1. Banker

    0下载:
  2. 计算机操作系统_课程实验_基于c++实现的_银行家算法-banker suanfa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:235028
    • 提供者:luyinglai
« 12 3 »
搜珍网 www.dssz.com