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

搜索资源列表

  1. banker-algorithm

    0下载:
  2. c#编写界面来演示银行家算法的实现过程,界面较为美观简洁,演示清晰-c# to write the interface to show the banker s algorithm implementation process, the interface is more beautiful and simple, clear demonstration
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:89465
    • 提供者:罗如君
  1. banker

    0下载:
  2. 在c++开发环境下模拟银行家算法的实现,并完善了输出的格式,还将输出一并写入文件中,方便查看结果-Simulation bankers algorithm in the C++ development environment, and improve the output format will be output in conjunction write to a file for easy viewing results
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13198523
    • 提供者:罗如君
  1. banker

    0下载:
  2. 用银行家算法实现资源分配,Bankers algorithm to achieve the allocation of resources-Bankers algorithm to achieve the allocation of resources
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:230130
    • 提供者:王丹
  1. banker

    0下载:
  2. 操作系统 银行家算法 用于多进程共享系统中的多个资源,避免死锁-This procedure is a banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:2102
    • 提供者:xiaozhao
  1. Bankers-algorithm

    0下载:
  2. 用C++实现的银行家算法,实现如何避免死锁翻译,很好用的。-Banker' s algorithm implemented in C++, how to avoid the deadlock translation and good use.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:199466
    • 提供者:黎孟
  1. banker

    0下载:
  2. 实现了银行家算法的源代码,在输入数据为大数据的时候也可以进行处理。-Bankers algorithm source code can also be input data for data processing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:677
    • 提供者:饭饭
  1. The-banker

    0下载:
  2. 银行家算法我知道了它是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。通过这个实验我体会和了解死锁和避免死锁的具体实施方法更加深了解有关资源申请、避免死锁等概念。死锁的产生,必须同时满足四个条件,互斥条件,请求和保持条件,不剥夺条件,环路等待条件只要破坏上述四个条件中除去互斥资源的条件外系统就不会发生死锁。通过这个算法可用解决生活中的实际问题。-The banker' s algorithm, I know it is an important method
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:27926
    • 提供者:k
  1. banker

    0下载:
  2. 操作系统中的银行家算法在Linux系统上的实现,没有模拟错误情况-Bankers algorithm in operating system on the Linux system does not simulate the error condition
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1379
    • 提供者:Jack
  1. banker

    0下载:
  2. 银行家算法,手动输入资源等,绝对可直接运行-Banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:896797
    • 提供者:草泥马
  1. banker

    0下载:
  2. 操作系统中的银行家算法,用于避免死锁的产生-Bankers algorithm in operating system, used to avoid deadlock
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1103
    • 提供者:zhangsan
  1. Banker

    0下载:
  2. 银行家算法Csharp实现,能计算出安全性序列-Bankers algorithm to achieve Csharp can calculate a safe sequence
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:566296
    • 提供者:ai
  1. Bankers-algorithm

    0下载:
  2. 用于实现银行家算法,判读系统资源分配是否安全,从而起到预防死锁的作用。很不错-For the banker' s algorithm, and interpretation of resource allocation, security system, which play the role to prevent deadlock. Very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1362
    • 提供者:韩磊
  1. banker

    0下载:
  2. 这是一个用C++实现银行家算法的程序 程序比较简单-This is a banker with a C++, the program process is relatively simple algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1259
    • 提供者:CAKE同学
  1. The-bankers-algorithm

    0下载:
  2. The banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:2511
    • 提供者:hwl
  1. banker

    0下载:
  2. 操作系统实验之银行家算法,通过实现银行家算法深入了解CPU调度-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-29
    • 文件大小:3133
    • 提供者:jimmy lin
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. banker

    0下载:
  2. 用C++将银行家算法实现!简单通俗易懂!-The use C++ bankers algorithm! Simple and easy to understand!
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:1300
    • 提供者:xhb
  1. banker

    0下载:
  2. 用c++实现银行家避免死锁的算法,简单易懂,对学习操作系统好处很大-banker algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:3686889
    • 提供者:ZHAOXIN
  1. banker

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

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

    0下载:
  2. 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:1858
    • 提供者:cai
« 1 2 3 4 5 67 8 9 10 11 ... 25 »
搜珍网 www.dssz.com