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

搜索资源列表

  1. banker-ron

    0下载:
  2. 银行家算法,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态等的理解-bankers algorithm simulation Deadlock avoid the realization of deepening Deadlock avoided, such as system security state understanding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5986763
    • 提供者:李海
  1. yinhaogjia

    0下载:
  2. 加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的防止和避免死锁的发生。 -deepen understanding of the application of resources to avoid deadlock concepts, and share and understand the deadlock and avoid the deadlock spe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:333247
    • 提供者:与非门
  1. banker

    0下载:
  2. 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。 -The purpose of this design through the writing and debugging
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:245173
    • 提供者:elaine
  1. bank

    0下载:
  2. 银行家算法的简单实现,实现了简单的银行家算法的模拟-Bankers to achieve a simple algorithm to achieve a simple simulation of Banker' s Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:238015
    • 提供者:kingdom天狗
  1. 050601236

    0下载:
  2. c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:12089
    • 提供者:peng.xu
  1. banker

    0下载:
  2. 使用C语言实现的模拟操作系统的资源分配的银行家算法~-Using the C language implementation of the simulation of the operating system allocation of resources banker' s algorithm ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:53586
    • 提供者:于海南
  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. banker

    0下载:
  2. 操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
  3. 所属分类:OS Develop

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

    0下载:
  2. Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2076
    • 提供者:陈超
  1. Banker

    0下载:
  2. 进程调度中银行家算法的实现,进程的创建与高度均是模拟并未真正创建-Process Scheduling in the banker' s algorithm implementation, the process of creating and height are not really create a simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:219048
    • 提供者:fcwindpasss
  1. OSyinghangjiasuanfa

    1下载:
  2. 1.1 课程设计题目 银行家算法的模拟实现。应用银行家算法验证进程安全性检查及分配资源。 1.2 课程设计目的 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁地发生。 -1.1 Course Design Title Simulation of banker s algorithm implementation. Application of Banker s algorithm validat
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:579960
    • 提供者:张晓光
  1. yinhangjia

    0下载:
  2. 编程序模拟银行家算法,要求能体现算法的全过程。-Programmed simulation of Banker' s algorithm, the algorithm required to reflect the entire process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2187
    • 提供者:小黄
  1. 5

    0下载:
  2. 编写银行家算法模拟程序,实现银行家算法原理。-The preparation of Banker' s algorithm simulation program, to achieve bankers algorithm principle.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6812
    • 提供者:xujinxj
  1. banker

    0下载:
  2. 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:11294
    • 提供者:yuebo
  1. banker

    0下载:
  2. 死锁会引起计算机工作僵死,因此操作系统中必须防止。本实验的目的在于让学生独立的使用高级语言编写和调试一个系统动态分配资源的简单模拟程序,了解死锁产生的条件和原因,并采用银行家算法有效地防止死锁的发生,以加深对课堂上所讲授的知识的理解。-Computer work can cause deadlock dead, so the operating system must be prevented. The purpose of this study is to make students ind
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:272925
    • 提供者:zsb
  1. Banker

    0下载:
  2. 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1963743
    • 提供者:Meihua
  1. bankersalgorithm

    0下载:
  2. 银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:叶杰峰
  1. Banker

    0下载:
  2. 使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process requests for resources when
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:Yanxingfu
  1. Banker

    0下载:
  2. 银行家算法的模拟C实现,编程语言为C++,极易理解-The simulation of banker algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1131730
    • 提供者:解飞龙
  1. banker

    0下载:
  2. 银行家算法的解释及源代码模拟,能够很好的理解银行家算法-Bankers algorithm interpretation and source code simulation, can be very good understanding of the bankers algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:73205
    • 提供者:opwt
« 12 3 »
搜珍网 www.dssz.com