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

搜索资源列表

  1. bank

    0下载:
  2. 操作系统汤子赢版,按书上写的银行家算法以及老师的示范程序-TANG Zi-winning version of the operating system, according to books written by banker' s algorithm, as well as the teacher' s demonstration program
  3. 所属分类:Data structs

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

    0下载:
  2. 银行家算法C语言实现.7个资源、7个进程-Banker' s algorithm .7 a C language implementation resources, 7 the process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:791
    • 提供者:方毅
  1. BankerAlgo

    0下载:
  2. 运用C#实现,操作系统中介绍的多资源银行家算法的交互式动态演示 -The use of C# implementation, the operating system described in many resources, interactive dynamic presentation of Banker' s Algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:39336
    • 提供者:石伶
  1. yhjsf

    0下载:
  2. 能够实现银行家的算法,还有就是死锁的检测及其解除-Banker' s algorithm implementation, there is a deadlock detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:9554
    • 提供者:沈文杰
  1. bank

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。要解释银行家算法,必须先解释操作系统安全状态和不安全状态。该程序实现有效描述。-Banker' s algorithm is one of the most representative of the deadlock avoidance algorithms. To explain the banker' s algorithm, we must first explain the operating system security st
  3. 所属分类:OS Develop

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

    0下载:
  2. 用银行家算法实现资源分配。设计五个进程{0, 1, 2, 3, 4}共享三类资源{A,B,C}的系统, {A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按进程的申请动态地分配资源,要求程序具有显示和打印各进程的某一个时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。-With the banker' s algorithm to achieve resource allocation. Designed t
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1480
    • 提供者:fujiao
  1. aaa

    0下载:
  2. 操作系统银行家算法解决死锁问题并且可以观察死锁现象的产生-Banker' s algorithm to solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1029753
    • 提供者:张学兵
  1. 111

    0下载:
  2. 1)本实验目的是通过使用银行家算法实现系统资源的分配和安全性检查模拟,提高学生对操作系统资源分配功能的深刻理解,并培养学生对操作系统开发的兴趣与应用能力; 2)实验前必须认真阅读和理解银行家算法的基本原理和实现方法; 3)独立使用C或VC++编程语言编写银行家算法模拟程序; 4)按照实验题目要求独立正确地完成实验内容(编写、调试算法程序,提交程序清单及及相关实验数据与运行结果) -Banker s algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:110857
    • 提供者:吴飞
  1. 1

    0下载:
  2. 用C++语言实现银行家算法,以操作系统书为例子-Using C++ language implementation banker' s algorithm, to the operating system as an example the book
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:8217
    • 提供者:雷哲文
  1. Equipment_Manage

    0下载:
  2. 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-The use of the operating system to prevent deadlock algorithm (banker' s algorithm) to achieve coordination between equipment and processes so that they can voluntarily apply
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:40382
    • 提供者:师颖
  1. bank

    0下载:
  2. 按照 汤子瀛操作系统一书银行家算法编写,界面友好,实现了银行家算法-Operating system, according to Tang Zi Ying write a book banker' s algorithm, user-friendly to achieve the banker' s algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:9755
    • 提供者:kiki
  1. YINHANGJIA

    0下载:
  2. 用C语言写的一个关于银行家算法调度的程序,实现对资源的动态申请和分配。-Written in C language using a scheduling program on the banker' s algorithm to realize the dynamic application and resource allocation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:202842
    • 提供者:潇潇
  1. bank)

    0下载:
  2. 银行家算法的程序,将文件改成c语言就行了。认真编写-Banker' s algorithm process the file into c language on the list. Carefully prepared
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1394
    • 提供者:vicky
  1. jyttff

    0下载:
  2. 银行家算法,系统资源的请求判断。并能多次进行判断-Banker' s algorithm, the system requests for resources to judge. And can be judged on many occasions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:262575
    • 提供者:yutou
  1. yhj

    0下载:
  2. 主要实现银行家算法相关问题 基本能解决上级的任务与要求-Main achieved banker' s algorithm can solve the related problems of basic tasks and requirements for higher
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:309477
    • 提供者:
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统中用C++实现银行家算法,实现安全性算法。可以判断这个系统资源是否足够与是否可以进程申请资源后系统是否安全。-The operating system using C++ realization of banker' s algorithm to achieve security algorithms. The system can determine the adequacy of resources and the possibility of the application
  3. 所属分类:OS Develop

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

    0下载:
  2. 用c++变的一个银行家算法,来源于网络,仅供参考,谢谢。够20字了-Using c++ change a banker' s algorithm, derived from the network for reference purposes only, thank you. Enough for 20 characters of the
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:185519
    • 提供者:kun
  1. OS

    1下载:
  2. 操作系统课程设计 资源管理系统 银行家算法 安全算法 源代码和课设报告-Operating system, curriculum design, resource management system security algorithm banker' s algorithm source code and class-based reporting
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:285881
    • 提供者:keven
  1. wjq

    0下载:
  2. TSOT:实验一 进程队列模拟,队列使用链表形式。 TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。 TAOT:实验三 进程调度。 TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation exp
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:36740
    • 提供者:yaowenxue
  1. yhj

    0下载:
  2. 银行家算法 已分配和可利用的 利用银行家算法可以避免死锁的发生-Banker' s algorithm has been allocated and the use of banker' s algorithm can be used to avoid the occurrence of deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:19219
    • 提供者:yaowenxue
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 25 »
搜珍网 www.dssz.com