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

搜索资源列表

  1. 死锁检测:银行家算法

    0下载:
  2. 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-It is on simulating banker arithmetic and detecting death lock. When user applies a group of resource, the system must decide if assigning the source still keep
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:309473
    • 提供者:zqm
  1. 629

    0下载:
  2. 本程序是一个银行家算法避免死锁的程序,模拟实现资源分配。-this procedure is a banker's algorithm to avoid deadlock procedures, simulating the distribution of resources.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1447
    • 提供者:刘帅
  1. yinhangjia.rar

    0下载:
  2. 操作系统银行家算法,并用该算法解决《计算机操作系统》第三版P115习题22的问题。,Operating system, banker' s algorithm, and use the algorithm to solve the " computer system" in the third edition of P115 Problem 22 issue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:371739
    • 提供者:阿爽
  1. bank

    0下载:
  2. 银行家算法,系统资源名称、系统资源数量、进程数量、各进程对资源的最大需求、各进程已申请到资源数等信息初始值不可以在程序中指定固定值,要在程序运行后人工输入。-Banker s algorithm, the system resource name, the number of system resources, the number of processes, each process s maximum demand for resources, the process has been ap
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1467
    • 提供者:简小单
  1. csharpcode.rar

    0下载:
  2. 银行家算法,使用C#源代码,数据结构常用算法,Banker
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12548
    • 提供者:张峰
  1. aefa334231

    0下载:
  2. 模拟银行家算法,检测死锁。当用户申请一组资源时,系统必须确定这些资源的分配是否仍会使系统处于安全状态。如果会,就可分配资源;否则,进程必须等待直到某个其他进程释放足够资源为止。-Analog banker s algorithm to detect deadlock. When users apply a set of resources, the system must determine whether the allocation of these resources is still c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:309882
    • 提供者:kid
  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. OS5_mfc

    0下载:
  2. 用VC实现的一个小的银行家算法,图型界面,直接输入各个资源数据,运行即可!-VC realize with a small banker algorithm, map-based interface, directly into the various resource data, you can run!
  3. 所属分类:Windows Develop

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

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

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

    0下载:
  2. 银行家算法代码实现参考 内有详细代码以便初学者使用-The banker' s algorithm code reference within the code in detail so that beginners
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:18408
    • 提供者:汪翔
  1. bank

    0下载:
  2. 用c++编的银行家算法-With c++ Made the banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-12-07
    • 文件大小:13092
    • 提供者:魏威
  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. l3

    0下载:
  2. 计算机操作系统银行家算法月分个月毫分个毫 吨个一月毫有那边年不-Computer operating system of Banker
  3. 所属分类:Database system

    • 发布日期:2017-03-27
    • 文件大小:997
    • 提供者:huhu
  1. caozuoxitong

    0下载:
  2. 关于银行家算法的操作系统课程设计,包括实验目的、运行结果等-Banker
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:107184
    • 提供者:幸福一生
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法是用来在系统调用资源时,避免死锁的一种使用很广泛的算法,易懂,有兴趣玩程序的就加我啊QQ364523756-Banker s algorithm is used to call in the system resources, a deadlock avoidance algorithm to use a wide, easy to understand, are interested in playing process on the increase, I ah QQ3645237
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5791
    • 提供者:周玉
  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:129180
    • 提供者:丁泽霞
  1. C+++C

    0下载:
  2. 银行家算法C\C++描述,分两个文件,分别用C和C++实现了银行家算法-Banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:20495
    • 提供者:刘鑫
  1. 001

    0下载:
  2. 在避免死锁的方法中,所施加的限制条件较弱,有可能获得令人满意的系统性能。在该方法中把系统的状态分为安全状态和不安全状态,只要能使系统始终都处于安全状态,便可以避免发生死锁。 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法。 -Avoid deadlock in the method, the restrictions imposed by the weaker conditions, it is possible to obtai
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:63255
    • 提供者:陈伟
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 30 »
搜珍网 www.dssz.com