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

搜索资源列表

  1. yhj

    0下载:
  2. C写的银行家算法代码实例,运行时先CMD打开命令提示符,然后将生成的EXE文件拖放至提示符窗口中-Bankers algorithm written in C code examples, when the first run CMD to open a command prompt, and then drag and drop the generated EXE file to prompt
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:13239
    • 提供者:韩少恩
  1. Linux

    0下载:
  2. Linux下银行家算法的实现,完成系统的调度。先编译然后运行-Under Linux bankers algorithm, complete the system of scheduling. To compile and run
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:2543
    • 提供者:pceggszy
  1. Bank

    0下载:
  2. 了解多道程序系统中,多个进程并发执行的资源分配。 (2)掌握死锁的产生的原因、产生死锁的必要条件和处理死锁的基本方法。 (3)掌握预防死锁的方法,系统安全状态的基本概念。 (4)掌握银行家算法,了解资源在进程并发执行中的资源分配策略。 (5)理解死锁避免在当前计算机系统不常使用的原因。 -Learn multiprogramming system, concurrent execution of multiple processes resource allocati
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 操作系统,银行家算法,java实现银行家算法-Operating system, bankers algorithm, java Algorithm bankers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:7828
    • 提供者:杨惠
  1. os

    0下载:
  2. 银行家算法、死锁的检测、首次适应分配内存算法,包含操作系统的三个课程实验,都在里面了。-Bankers algorithm, deadlock detection, first-fit algorithm to allocate memory that contains the operating system three course experiment, all inside.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:268282
    • 提供者:李敏
  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. bankerand-philosopher

    0下载:
  2. 模拟银行家算法解决哲学家问题的小程序,程序能正确运行完不会造成死锁。-Analog bankers algorithm to solve the problem of small philosopher, the program runs correctly completed without causing deadlock.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1368
    • 提供者:jackwu
  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. Project2

    0下载:
  2.   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。-Bankers algorithm is one of the most representative of deadlock avoidance algorithm. In the method allows the process to avoid deadlock dynamic applica
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:19373777
    • 提供者:梁伟
  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. Bankers-algorithmaprocess-handling

    0下载:
  2. 自己编写的工程 使用vc实现操作系统里面的银行家算法和进程调度-Bankers algorithm&process handling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:934693
    • 提供者:lijue
  1. Bankers-algorithm

    0下载:
  2. 使用VC++6.0编写的银行家算法程序,可以运行-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6678
    • 提供者:范为迪
  1. Bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法-Bankers algorithm is one of the most representative of the algorithm to avoid deadlock. Also known as "resource allocation denial" method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7487
    • 提供者:czl
  1. bankerAlgorithmandCPUAlgorithm

    0下载:
  2. 银行家算法和转轮调度以及优先级调度算法,c语言实现-Scheduling algorithms and runner bankers and priority scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:965287
    • 提供者:calvados
  1. ososos

    0下载:
  2. 操作系统课,银行家算法调试,用于手动输入银行家算法各个资源数目,和原本具有的数目,从而判断能否有一个安全序列让他运行-Class operating system, bankers algorithm debugging, bankers algorithm for manual entry of each number of resources, and the number of the original has, in order to determine whether there is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2268
    • 提供者:刘开元
  1. osbank

    0下载:
  2. 操作系统银行家算法,获取文件里面的信息,然后列出安全序列-os and bank
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:255730
    • 提供者:qiao
  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. bank

    0下载:
  2. 操作系统银行家算法,基于win7系统,用C语言开发。-Operating system bankers algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1706
    • 提供者:su
  1. bank

    0下载:
  2. 银行家算法 c++ 使用c++经典算法避免死锁问题 分配内存-Bankers algorithm c++ use c++ classical algorithm avoids deadlock allocate memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:46030
    • 提供者:lansheng
« 1 2 3 45 »
搜珍网 www.dssz.com