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

搜索资源列表

  1. Bankers-Algorithm

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

    • 发布日期:2017-04-14
    • 文件大小:5582
    • 提供者:雷钧
  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. yinhangjia

    0下载:
  2. 银行家代码,用于操作系统的课程设计 写的不好 请批评指导-Bankers Code
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1306982
    • 提供者:ruier
  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. yinhangjiasuanfa

    0下载:
  2. 银行家算法 很好的课程设计 我用来交作业的 需要用的人可以直接拿走-Bankers algorithm good course design my homework needs to be direct with people who take
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:203623
    • 提供者:流浪
  1. Bankers-Algorithm

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

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

    0下载:
  2. 银行家算法源代码。通过银行家算法理解操作系统安全状态和不安全状态。银行家算法是一种最有代表性的避免死锁的算法。-Bankers algorithm source code. By understanding the banker' s algorithm operating system security status, and insecurity. Bankers algorithm is one of the most representative of deadlock avoid
  3. 所属分类:Home Personal application

    • 发布日期:2017-03-21
    • 文件大小:4456
    • 提供者:zhangyu
  1. bank

    0下载:
  2. 银行家算法的实现 产生死锁的原因和必要条件以及处理的基本方法-Reason for the deadlock and the necessary conditions and basic approach to achieve bankers algorithm to produce
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:282362
    • 提供者:零钱
  1. banker_work

    0下载:
  2. 在C环境下,通过链表模拟银行家算法,可自定义资源量和资源数,以及进程数,实现判定避免死锁的分配。-In the C environment, through the list bankers algorithm simulation, can be custom resource amount and the number of resources, as well as the number of processes, determine the deadlock avoidance allo
  3. 所属分类:Windows Develop

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

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

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

    0下载:
  2. 实验五 银行家算法实现 一、实验目的及要求: 了解掌握银行家算法,学会模拟实现资源分配,同时有要求编写和调试一个系统分配资源的简单模拟程序,观察死锁产生的条件,并使用适当的算法,有效的防止和避免死锁的发生 -Master bankers algorithm, learning resources allocation simulation, simple simulation program and requirements for writing and debugging a s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:11449
    • 提供者:红烧排骨
  1. Project2

    0下载:
  2.   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。-Bankers algorithm is one of the most representative of deadlock avoidance algorithm. In the method allows the process to avoid deadlock dynamic applica
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:19373777
    • 提供者:梁伟
  1. 11235

    0下载:
  2. 这里包括银行家算法 文件处理 时间片轮转处理还有主存分配与回收的课设原理和代码-Here the principle of class-based document processing including bankers algorithm processing time slice allocation and recovery as well as main memory and code
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:213608
    • 提供者:sulun
  1. rrb-bankers

    0下载:
  2. Banker Algorithms Implemented in C/C-Banker Algorithms Implemented in C/C++
  3. 所属分类:Other systems

  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. yinhangjiasuanfa

    0下载:
  2. 操作系统的银行家算法方法,具体过程程序代码。-OS bankers algorithm method, the specific process code.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:153637
    • 提供者:杨真芳
  1. os-coursedesign

    0下载:
  2. 操作系统课程设计包含:多线程模拟(生产者和消费者)、银行家算法、页面置换算法-Courses on operating system design includes: multi-threaded simulation (producers and consumers), bankers algorithm, page replacement algorithm
  3. 所属分类:Applet

  1. Banker-algorithm

    0下载:
  2. 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using C++ implementation, testing available
  3. 所属分类:Data structs

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

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

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

    0下载:
  2. Visual C++ 6.0实现银行家算法的编程源代码,亲测!-Bankers algorithm implemented by Visual C++ 6.0
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2453744
    • 提供者:compiler
« 1 2 ... 15 16 17 18 19 2021 22 23 24 »
搜珍网 www.dssz.com