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

搜索资源列表

  1. caozuo

    0下载:
  2. 操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3584
    • 提供者:
  1. os-banker

    0下载:
  2. 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:邱孝杰
  1. _banker

    0下载:
  2. 银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer's operating system Mutex. There are other algorithms Peterson
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1406
    • 提供者:wf
  1. zy19810412

    0下载:
  2. 在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构。-in computer operating systems, and most representative of the deadlock avoidance algorithm is Dijkstra algorithm bankers. This is becaus
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:301328
    • 提供者:张学友
  1. ning

    0下载:
  2. 操作系统中的银行家算法, 该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强-operating system bankers algorithm, the code is mainly directed against the Department of Computer College students in the operating system programming is difficult students designed and targeted
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1217
    • 提供者:宁志言
  1. 4

    0下载:
  2. 银行家算法,操作系统实验,C++编程,免费下载.windows编程.-Banker' s algorithm, operating system, experiment, C++ programming, free download. Windows programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1859
    • 提供者:xionghuihua
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2053
    • 提供者:恋恋的恋
  1. 1

    0下载:
  2. 银行家算法,模拟CPU进行进程调度,同时避免死锁状态的产生。C++实现。操作系统实验。-Banker' s algorithm, simulation CPU to process scheduling, while avoiding deadlock generation. C++ implementation. Operating experiment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:884367
    • 提供者:caomin
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统作业银行家算法的实现 用C++语言做的 含有 MFC 框架-The implementation of the banker s algorithm MFC framework
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2134072
    • 提供者:xiongdeliang
  1. bank

    0下载:
  2. 操作系统-模拟银行家算法,实现操作系统PV信号量操作-operating system- analog bankers algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2273
    • 提供者:王引刚
  1. bank

    0下载:
  2. 操作系统实验,银行家算法,用vc实现,进程的同步问题-Experimental operating system, bankers algorithm, using vc realized, the process of synchronization problems
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:676537
    • 提供者:jacky
  1. banker

    0下载:
  2. 操作系统中解决死锁的银行家算法的演示算法-Operating system to resolve Deadlock banker
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1235
    • 提供者:
  1. exam5te

    0下载:
  2. 用C写的银行家算法……在学操作系统的朋友可以参考一下-Using C to write the banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1410
    • 提供者:Jamon Wong
  1. yinhang

    0下载:
  2. 一个十分经典而且简单的银行家算法,对操作系统上机实验十分有效-A very classic and simple bankers algorithm, on the operating system on the experimental machine is very effective
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1215
    • 提供者:Jhon
  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. 使用Visual C++ 6.0开发,纯算法(不涉及进程和线程)模拟银行家算法,测试通过,为我的操作系统实验的雏形。Console模式。-The use of Visual C++ 6.0 development, net algorithm (does not involve the process and thread) analog bankers algorithm, the test for my operating system, the embryonic form of the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:9423
    • 提供者:billsedison
  1. bankprofessor

    0下载:
  2. 简单的银行家算法用于处理操作系统死锁安全性算法-Bankers simple algorithm for dealing with operating system security algorithm deadlock
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1209
    • 提供者:hxmlvffl
  1. BAN

    0下载:
  2. 死锁问题,关于银行家算法,解决死锁,是操作系统的,-Deadlock issues, on the banker s algorithm to resolve the deadlock is the operating system,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1234
    • 提供者:peter
  1. bank

    0下载:
  2. .cpp,操作系统的银行家算法的C程序实验-. cpp, the operating system of the banker s algorithm C experimental procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1368
    • 提供者:00
  1. c++yinhangjia

    0下载:
  2. 操作系统中的银行家算法源码,用c++写的关于避免死锁的算法。-Banker s algorithm in the operating system source code, using c++ Write on the algorithm to avoid deadlock.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:106805
    • 提供者:tiantian
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com