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

搜索资源列表

  1. EllepticalButton

    0下载:
  2. 操作系统这一课程中,银行家算法实现了进程控制管理,有很好的参照作用 -Operating system in the course, the bankers algorithm the process control management, a very good reference to the role of
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1202443
    • 提供者:张叁
  1. bank

    0下载:
  2. 运用java实现了操作系统中的银行家算法,可根据用户的输入判断是否可以分配资源-Use java bankers algorithm, operating system can allocate resources based on user input to determine whether
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:23832
    • 提供者:王璐
  1. Banker

    0下载:
  2. 利用银行家算法实现解决操作系统饥饿问题的算法,动态在控制台显示各个进程的运行情况。-Bankers algorithm used to solve the problem of hunger in the operating system, algorithm, dynamic in the console displays the operation of each process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2025
    • 提供者:chenyiyu
  1. OS

    0下载:
  2. 这是一个简单的操作系统课程设计,是用银行家算法实现进程的管理。-This is a simple operating system, curriculum design, bankers algorithm is the process of management.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:262984
    • 提供者:Edie
  1. banker.cpp

    0下载:
  2. 操作系统原理的银行家算法模拟程序, 可以参考下-Operating System bankers algorithm simulation program, you can refer to the following
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1020
    • 提供者:张佳
  1. yinhangjiasuanfa

    0下载:
  2. 设计程序模拟预防进程死锁的银行家算法的工作过程。假设有系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生。-Process simulation program designed to prevent deadlock bankers algorithm works. Suppose the s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1118750
    • 提供者:gst
  1. yinhangjia

    0下载:
  2. 银行家算法的c++源代码是一个不错的学习文件系统的材料-Bankers algorithm c++ source code is a good file system to learn the material
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1392
    • 提供者:cube
  1. 4

    0下载:
  2. 编程实现银行家算法 通过实例模拟银行家算法实现死锁预防。 掌握银行家算法实现死锁预防的原理 要求:输入实例,能够使用银行家算法判断资源分配后是否存在安全序列。 -Programming by example simulation banker bankers algorithm deadlock prevention algorithm. Master bankers, deadlock prevention algorithm principle requirements: i
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:656
    • 提供者:瓜哥
  1. bank

    0下载:
  2. 银行家算法避免死锁问题,用C语言编程实现-Bankers algorithm avoid deadlock, with the C programming language
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:228707
    • 提供者:曹书芹
  1. bankers

    1下载:
  2. 多线程银行家算法实现, 多线程银行家算法实现-Banker' s algorithm to achieve multi-threaded, multi-threaded algorithm bankers, banker' s algorithm to achieve multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1929194
    • 提供者:成益武
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Bankers algorithm avoid deadlock is a kind of important method, the requirements of the written in a high-level language and commissioning a simple bankers algorithm procedures.
  3. 所属分类:Data structs

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

    0下载:
  2. 银行家算法是操作系统中一个很重要的算法,很重要的啊-Bankers Algorithm Implementation Procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:219379
    • 提供者:zhou
  1. mybank_cPP

    0下载:
  2. 银行家算法模拟程序的实现 用可视(图形)化界面完成银行家算法的模拟程序。 模拟程序能够实现对不同数目进程,不同数目资源种类,不同当前状态的测试,通过银行家算法判断任意次数的资源请求是否会得意满足,并对提出资源请求的进程作出正确处理。 模拟程序还需要能够正确回收资源,并在回收资源后判断是否需要唤醒阻塞进程,如需要则将先前因申请资源失败而被阻塞的进程唤醒,并提供资源分配-Bankers algorithm simulation program realization
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:8012
    • 提供者:王志刚
  1. bank

    0下载:
  2. 银行家算法(解决死锁问题),为一般算法,非链表结构。-Bankers algorithm (solve the dead lock problem)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:237366
    • 提供者:kkeys
  1. 123

    0下载:
  2. 实现银行家算法的模拟测试 适合学计算机的大学生参考 特别是学操作系统这门学科的-To achieve bankers algorithm simulation test
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:104111
    • 提供者:王璐
  1. 1

    0下载:
  2. 银行家算法的源代码 适合在C++环境中实现-Bankers algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1382
    • 提供者:王璐
  1. 98

    0下载:
  2. 银行家算法实验报告 完整的报告帮助您更好的完成实验报告-Bankers algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2323909
    • 提供者:王璐
  1. yinhangjia

    0下载:
  2. 操作系统实验——银行家算法设计 (1)进一步理解利用银行家算法避免死锁的问题; (2)在了解和掌握银行家算法的基础上,编制银行家算法通用程序,将调试结果显示在计算机屏幕上,再检测和笔算的一致性。 (3)理解和掌握安全序列、安全性算法 -Bankers algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:359433
    • 提供者:张程旭
  1. s

    0下载:
  2. 操作系统课程设计题目----银行家算法的实现,包括安全性检查和资源回收-Operating systems curriculum design topics---- bankers algorithm implementation, including security checks and resource recovery
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:915059
    • 提供者:sww
  1. yinhangsuanfa

    0下载:
  2. 操作系统课程设计中的银行家算法,C语言编写的-Curriculum design in the operating system, bankers algorithm, C language
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1444
    • 提供者:xinmengyu
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com