CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - bankers

搜索资源列表

  1. 爽爽

    0下载:
  2. 操作系统银行家算法 一、目的和要求 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-a banker's algorithm operating system, the purpose and requirements of bankers to avoid deadlock algorithm is an important method used in
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2918
    • 提供者:爽爽
  1. yinhangjiasuanfa

    0下载:
  2. 本程序主要是用银行家算法避免系统出现的死锁-This procedure is mainly used bankers algorithm avoid deadlock system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1350
    • 提供者:张大中
  1. Banker

    0下载:
  2. VC + + 6.0 bankers algorithm , it s useful for anyone.-VC++ 6.0 bankers algorithm , it s useful for anyone.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:2000250
    • 提供者:kevin
  1. banker

    0下载:
  2. 操作系统中的银行家算法,用于寻找安全序列,防止发生死锁-OS bankers algorithm for finding safe sequence, to prevent deadlock
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2549
    • 提供者:chencl
  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. Bankers-Algorithm-

    0下载:
  2. 银行家算法,实现了基本功能,欢迎交流学习,仅供参考,-Bankers algorithm, realize the basic function, only supplies the reference
  3. 所属分类:Other windows programs

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

    0下载:
  2. 操作系统中最基本也是最重要的算法——银行家算法-Operating system, the most fundamental and important algorithm- bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:237098
    • 提供者:陈慧
  1. banker

    0下载:
  2. 银行家算法问题,自己的银行家算法课程设计代码和说明书-Bankers algorithm problem, his banker algorithm curriculum design code and specification
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:16669
    • 提供者:lingyi
  1. library

    0下载:
  2. 图书馆管理系统,利用数据库2005,DB等相关软件,包括添加删除查询书籍,管理员,等-Library management, bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:2434930
    • 提供者:冰水
  1. banker

    0下载:
  2. 银行家算法,可用于linux系统,文档中包含源代码-Bankers algorithm can be used Linux system, the document contains the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:212658
    • 提供者:丛菲
  1. bank

    0下载:
  2. 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1110303
    • 提供者:吴宏玲
  1. Bankers-algorithm

    0下载:
  2. 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1572
    • 提供者:vity
  1. yinhangjiasuanfa

    0下载:
  2. 用c++实验银行家算法模拟程序,并输出安全序列-Experiment with c++ bankers algorithm simulation program, and outputs the security sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3893
    • 提供者:会将
  1. Bank2

    0下载:
  2. 模拟银行家算法分配进程资源,随机初始化资源数目种类及分配情况,输入进程号,输出分配安全序列或不安全提示,再输出分配后资源分配情况-Analog bankers algorithm resource allocation process, the type and number of random initialization of resources allocation, enter the process ID, the output sequence or unsafe assign se
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:668331
    • 提供者:卢平
  1. banker-solution

    0下载:
  2. 实现的是操作系统中所研究的银行家算法问题。(1) 设计进程对各类资源最大申请表示及初值确定。 (2) 设定系统提供资源初始状况。 (3) 设定每次某个进程对各类资源的申请表示。 (4) 编制程序,依据银行家算法,决定其申请是否得到满足。 -Banker algorithm implementation is a problem in the operating system under study. (1) the design process for all types
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:曾奕
  1. banker-funtion

    0下载:
  2. 用银行家算法设计一个资源分配程序,观察系统运行情况,并对系统运行的每一步情况进行显示,观察死锁产生和避免的情况。-With bankers algorithm design a resource allocation process, observe the operation of the system, and the system is running every step of the case for display, to observe and to avoid deadlock
  3. 所属分类:Other systems

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

    0下载:
  2. 操作系统,银行家算法C++代码实现,安全状态算法-Operating system, bankers algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1069173
    • 提供者:楚志铭
  1. Bankers-algorithm

    0下载:
  2. 操作系统: 银行家算法 实现的算法:实现了题目的所有要求,并实现了PPT上对应章节给出的三种情况;几种申请情况和最先的分配情况全部写在testdata文件中。 优点:可以随时增加和删除申请,在testdata.txt文件中的第一行:5指现在有几种进程在申请资源,3指有几种资源,下面的矩阵是指当 前的资源分配情况,第8行和第9行分别是指进程1申请第1种资源1个,第2种资源0个,第3种资源2个,下面的类似。 程序运行后会给出判定结果。 缺点:暂时还未发现。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:302326
    • 提供者:天蓝
  1. Bankers-algorithm

    0下载:
  2. 银行家算法实现了进程同步,预防了死锁的发生-Bankers algorithm relize Bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2237
    • 提供者:lai
  1. Avoid-process-deadlock-bankers

    0下载:
  2. 银行家算法避免进程死锁程序,通过安全性检查算法,银行家算法实现,可运行实现-Avoid process deadlock bankers algorithm procedures, algorithms through security checks, bankers algorithm can be run to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:43916
    • 提供者:吕梦楠
« 12 »
搜珍网 www.dssz.com