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

搜索资源列表

  1. BANKER~1.C.tar

    0下载:
  2. bankers algorithm for deadlock detection
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1082
    • 提供者:sam
  1. banker

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithms to avoid deadlock. The method allows to avoid deadlocks in t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1754855
    • 提供者:符舜
  1. banksuanfa

    0下载:
  2. House: through the experiment with the algorithm of programming language simulation bankers procedure law to strengthen the safety of understanding and mastery of the banker algorithm. Familiar with the method to avoid deadlock, deadlock and security
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:128156
    • 提供者:ahu_gj
  1. bankers-algorithm

    0下载:
  2. 用JAVA实现的银行家算法的核心思想(非完整版)-JAVA implementation with the core idea of the banker s algorithm (non-full version)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:355595
    • 提供者:zhaosj123
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统死锁————银行家算法的代码 练习-Operating system deadlock banker algorithm code practice
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1344
    • 提供者:李响
  1. banker

    0下载:
  2. 基于C语言的数据结构与算法分析:银行家算法-Data Structures and Algorithms in C language-based analysis: the banker s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6620
    • 提供者:Austin Chou
  1. banker

    0下载:
  2. 操作系统中的银行家算法,使用C实现,希望对大家理解“试触”这种思想有帮助-Bankers algorithm in the operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:172747
    • 提供者:dazhao
  1. bank_OnButton

    0下载:
  2. 用MFC编程的,这里只提取了重要按钮的代码,内含银行家算法的实现。-Programming with MFC, where only extract important button code, containing banker algorithm to achieve.
  3. 所属分类:Button control

    • 发布日期:2017-04-11
    • 文件大小:1530
    • 提供者:杨贵冰
  1. daima

    0下载:
  2. This program is a banker algorithm with the MFC and procedures and reporting instructions
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3628356
    • 提供者:kim
  1. banker

    0下载:
  2. 操作系统中进程分配的银行家算法,包括其中的安全性检查-The process allocation bankers algorithm, including the security checks of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:罗卓
  1. BANK

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:350792
    • 提供者:贺和
  1. Banker

    0下载:
  2. 实现银行家算法和随机数算法之间的对比。以及其旗本用法说明-The comparison between banker s algorithm and random number algorithm. And its use of the flag
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:392822
    • 提供者:陆雪琪
  1. Banker

    0下载:
  2. 银行家算法演示,win32动态展示银行家算法,便于理解-Bankers algorithm demonstration
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:142084
    • 提供者:王廷魁
  1. Banker

    0下载:
  2. 基于Java的银行家算法,操作系统中重要的一个算法-Java bankers algorithm, an important operating system based on an algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1487
    • 提供者:wdad
  1. Bankers

    0下载:
  2. 操作系统中的银行家算法的实现,C++编写,完整的可执行程序-Banker algorithm implementation in the operating system, writing in c++ , complete an executable program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-11
    • 文件大小:18452480
    • 提供者:lvhuimin
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统实验安全性检查算法和银行家算法,能对系统进行是否发生了死锁进行检测。-Operating system experiment security check algorithm and banker algorithm,a deadlock detection is performed on the system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:368629
    • 提供者:
  1. bankers-algorithm

    0下载:
  2. 银行家算法,得出安全序列,避免了资源等待浪费死锁-banker s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1433
    • 提供者:熊娴
  1. Banker

    0下载:
  2. 银行家算法死锁避免问题;用银行家算法来解决三个工程队A、B、C向某银行借贷免息工程资助款项的问题。-Bankers algorithm of the deadlock avoidance problem using the bankers algorithm to solve the problem with the three project teams A, B, C borrowing interest-free project funding a bank.
  3. 所属分类:Console

    • 发布日期:2017-04-27
    • 文件大小:338008
    • 提供者:凌雪
  1. dead-lock

    0下载:
  2. 基于银行家算法在教务系统的应用,排课的合理性安排,给出死锁检测和安全性的排序-banker algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:528749
    • 提供者:yao
  1. BankerAlgorithm

    0下载:
  2. 操作系统课程设计,用C语言实现了银行家算法-Courses on operating system design, using C language to achieve a banker algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:198448
    • 提供者:Cliver
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 28 »
搜珍网 www.dssz.com