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

搜索资源列表

  1. shiyan

    0下载:
  2. 银行家算法,c++环境的,希望可以帮到忙-Banker' s algorithm, c++ environment, the desire to help busy
  3. 所属分类:JavaScript

    • 发布日期:2017-12-06
    • 文件大小:3306
    • 提供者:饼干
  1. bank

    0下载:
  2. 银行家算法,自己写的。有比较漂亮的界面,可以清晰的模拟银行家算法的每一步。是操作系统的实验-Banker' s algorithm, write your own. There are more beautiful interface, you can clear every step of the analog bankers algorithm. Experimental operating system
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:207682
    • 提供者:周周
  1. BankerTest

    0下载:
  2. 银行家算法 随机生成资源种类 资源数 输出安全序列 检测安全状态-Banker' s algorithm randomly generated number of resources Resource type sequence detection output security security status
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:6792
    • 提供者:李小驴
  1. yinhangjia

    0下载:
  2. 操作系统银行家算法 1、了解多道程序系统中,多个进程并发执行的资源分配。 2、掌握思索的产生原因、产生死锁的必要条件和处理死锁的基本方法。 3、掌握预防死锁的方法,系统安全状态的基本概念。 4、掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 5、理解死锁避免在当前计算机系统不常使用的原因。 -Operating system bankers algorithm 1, to understand multi-program system, concurren
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:228928
    • 提供者:王涛
  1. banker_algorithm

    0下载:
  2. 银行家算法(C语言版本),也是操作系统上的内容,对于初学者很有启发作用-Banker' s algorithm (C language version), but also the contents of the operating system, is very inspiring for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:2863
    • 提供者:zzlmatrix_zzl
  1. Banks

    0下载:
  2. 采用java编写的银行家算法,在大学本科操作系统中涉及到。-The banker' s algorithm using java prepared, at the undergraduate operating systems involved.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:18264
    • 提供者:andy
  1. BankerAlgorithm

    0下载:
  2. 操作系统银行家算法源码,这个是我做课程设计时编写的C语言的银行家算法-Operating system bankers algorithm source code, this is what I do curriculum designed to prepare the banker' s algorithm in C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7092
    • 提供者:Ray
  1. bank

    0下载:
  2. 银行家算法,实验报告,源码,总结,实验过程,以前的作业-Banker s algorithm,source
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1455606
    • 提供者:yanran
  1. shiyan

    0下载:
  2. 银行家算法,用于解决死锁问题或避免死锁问题,操作系统的主要实验-Banker s algorithm for solving the deadlock problem and avoid deadlock problem, which is the operating system s main experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:13354
    • 提供者:李三
  1. yin_hang_jia_yuandaima

    0下载:
  2. 银行家算法源代码。通过银行家算法理解操作系统安全状态和不安全状态。银行家算法是一种最有代表性的避免死锁的算法。-Bankers algorithm source code. By understanding the banker' s algorithm operating system security status, and insecurity. Bankers algorithm is one of the most representative of deadlock avoid
  3. 所属分类:Home Personal application

    • 发布日期:2017-03-21
    • 文件大小:4456
    • 提供者:zhangyu
  1. banksuanfa

    0下载:
  2. 计算机操作系统中避免死锁的典型的一个算法:银行家算法。-A typical computer operating system an algorithm to avoid deadlock: the banker' s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:314564
    • 提供者:justdoit
  1. jsj11234_3

    0下载:
  2. 1、 43534设计出管理的资源种类和数量 2、 设计出银行家算法的基本数据结构 3、 设计出完成该资源的银行家算法 4、 设计出简单的进程创建、运行资源需求、结束的过程 5、 采用高级语言实现该应用程序 -ON划词翻译ON实时翻译 1, 43534 designs the type and number of resource management 2, design the basic data structure of the banker s a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:165612
    • 提供者:加加减减
  1. PCB

    0下载:
  2. 操作系统的进程管理、内存管理以及银行家算法的源码-Operating system process management, memory management, and the banker' s algorithm source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2313281
    • 提供者:张凡荣
  1. bankers.c

    0下载:
  2. A program to implement banker s algorithm which is used in deadlocks.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:nikbet
  1. allocation

    0下载:
  2. There are three methods for handling deadlocks in resource allocation systems deadlock prevention, deadlock avoidance and deadlock detection combined with recovery. Of these three methods deadlock avoidance is preferable in many cases but seldom
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:951421
    • 提供者:yangs
  1. 1

    0下载:
  2. 操作系统的银行家算法,供同学们下载学习,谢谢大家-Banker s Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:72817
    • 提供者:唐文浩
  1. ConsoleApplication1

    0下载:
  2. //程序说明: // 一、开发语言:C#语言 //二、本程序模拟的是课本 银行家算法之例 编写的。 // 即系统中有五个进程{0,1,2,3,4}和三类资源{A,B,C},各进程的初始资源分配情况及各资源的总数量均 //参照该例子。 //三、本程序中共四个函数分别为:show(),apply(),test(),及主函数main() // 其中: // 1、show()的功能为:直观的列出系统某时刻的资源分配情况。 // 2、apply()的功能为:进程发出资
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:43902
    • 提供者:tangfypw
  1. JavaApplication5

    0下载:
  2. banker s algorithm java source code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:15686
    • 提供者:Nurba
  1. Bank

    0下载:
  2. VC环境下对操作系统中的银行家调度算法的模拟实现-VC environment on the operating system of the banker s scheduling algorithm simulation
  3. 所属分类:ELanguage

    • 发布日期:2017-05-07
    • 文件大小:1041555
    • 提供者:黄安
  1. back

    0下载:
  2. 银行家算法模拟,用C语言实现,固定资源,自动识别是否通过-Banker' s algorithm simulation, using C language implementation, fixed resources, whether through the automatic identification
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:906
    • 提供者:na3nsn
« 1 2 ... 22 23 24 25 26 2728 »
搜珍网 www.dssz.com