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

搜索资源列表

  1. banker

    0下载:
  2. 操作系统科目中一些经典的关于银行家算法的源代码和报告整理合集-Operating system on account of some classic bankers algorithm source code and reports finishing Collection
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:502872
    • 提供者:杨鹤凌
  1. bankers-algorithm

    0下载:
  2. banker s algorithm using c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1229
    • 提供者:jenemui
  1. banker

    0下载:
  2. 银行家算法,根据已有的资源和次课需要训醒的进程对资源的需求分配内存-Bankers algorithm, based on the existing resources and sub-classes need to wake up the process of training the demand for resources allocated memory
  3. 所属分类:Java Develop

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

    0下载:
  2. 使用c++编写的银行家算法的实现,是操作系统课程设计的任务,列出了所有的可能的安全序列,在vs2010上运行通过。-Use c++ prepared bankers algorithm, is the operating system of curriculum design task lists all possible security sequence in vs2010 run through.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:7153745
    • 提供者:Helen
  1. banker

    0下载:
  2. 银行家算法,死锁避免,资源拒绝分配,操作系统-Bankers algorithm, deadlock avoidance, resource allocation rejected the operating system
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1068
    • 提供者:zcb
  1. Bankers-algorithm

    0下载:
  2. 银行家算法 操作系统大作业C++语言源代码-Banker s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1777
    • 提供者:
  1. Bankers-Algorithm

    0下载:
  2. 操作系统银行家算法,完整的实现了银行家算法所有要求,随机分配资源。-Banker s Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5582
    • 提供者:雷钧
  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语言模拟实现操作系统避免死锁的“银行家算法”-c language simulation operating system to avoid deadlock, "the banker s algorithm"
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:38964
    • 提供者:张亮
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法,还不错,用来应付老师应该是没什么问题的,判断死锁发生于否。-Banker s Algorithm
  3. 所属分类:Windows Develop

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

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

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

    0下载:
  2. 银行家算法,vc++6.0,操作系统。 银行家算法,vc++6.0,操作系统。-Bankers algorithm, vc++6.0, operating system. Bankers algorithm, vc++6.0, operating system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:zzw
  1. Bankers-algorithm

    0下载:
  2. 使用VC++6.0编写的银行家算法程序,可以运行-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6678
    • 提供者:范为迪
  1. banker

    0下载:
  2. 一个在Myeclipse环境下编译并实现的银行家算法。-A banker' s algorithm in Myeclipse compiler environment and achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3822
    • 提供者:康康
  1. bankerReaderAndWriter

    0下载:
  2. c++实现操作系统中经典的银行家算法和读者写着算法-c++ operating system to achieve the classic banker algorithm written algorithms and readers
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2853483
    • 提供者:黄小君
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法。-Banker s Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1722
    • 提供者:沈毅杰
  1. banker_algorithm_CPP

    0下载:
  2. 用C++实现的银行家算法,可以适当做些扩展,适合初学者参考。-This is a banker algorithm which is comfortable for the new learner,on the other hand,it can be developeb of yourself.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:546801
    • 提供者:Wang Hao
  1. bank

    0下载:
  2. 这是操作系统中避免死锁最常用的算法——银行家算法的源文件,希望对你有用,谢谢。-This is the banker algorithm source files in the operating system
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:187442
    • 提供者:Anne
  1. 3

    0下载:
  2. 银行家算法的实现,allocate,need,maximum等矩阵算出request是否安全-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2776
    • 提供者:jill
  1. banker

    0下载:
  2. 最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法。-The most representative algorithm to avoid deadlock. Also known as " resource allocation refusal" method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1527
    • 提供者:earshore
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »
搜珍网 www.dssz.com