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

搜索资源列表

  1. banker

    0下载:
  2. 操作系统中的银行家算法在Linux系统上的实现,没有模拟错误情况-Bankers algorithm in operating system on the Linux system does not simulate the error condition
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 操作系统中的银行家算法,用于避免死锁的产生-Bankers algorithm in operating system, used to avoid deadlock
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1103
    • 提供者:zhangsan
  1. Text1

    0下载:
  2. 计算机操作系统 C++银行家算法完整代码-Complete code of the computer operating the system C++ bankers algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:1402
    • 提供者:马路猪猪
  1. banker

    0下载:
  2. 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:1858
    • 提供者:cai
  1. BankerAlgorithm

    0下载:
  2. 实现《操作系统》课程里的银行家算法,模拟cpu的作业调度。-Operating system courses bankers algorithm, simulated cpu job scheduling.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:15309
    • 提供者:闫宝彬
  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-12-05
    • 文件大小:11650
    • 提供者:陈丽凤
  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. 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. 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. 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. 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. Bankers

    0下载:
  2. 操作系统中的银行家算法的实现,C++编写,完整的可执行程序-Banker algorithm implementation in the operating system, writing in c++ , complete an executable program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-11
    • 文件大小:18452480
    • 提供者:lvhuimin
  1. yhj

    0下载:
  2. 银行家算法c++,用于操作系统避免死锁的方法,程序可以正确运行-Bankers algorithm c++,The method for the operating system to avoid deadlock, the program can run correctly
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:251616
    • 提供者:ashan
  1. aljdrithmvery

    0下载:
  2. 银行家算法的实现 vc++开发 有需要的可以下载使用,很好(Bankers algorithm implementation in need can be downloaded using vc + + development, is very good)
  3. 所属分类:系统编程

    • 发布日期:2017-12-27
    • 文件大小:17408
    • 提供者:Csnthiw
« 1 23 »
搜珍网 www.dssz.com