CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - banker algorithm

搜索资源列表

  1. banker-safe

    0下载:
  2. 银行家算法/安全性算法,一个实验,包含了要求与详细源码-Banker' s algorithm/security algorithm, an experiment that contains the source code and detailed requirements
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:17863
    • 提供者:王皓
  1. Bankers

    0下载:
  2. Banker s Algorithm Implement by Java
  3. 所属分类:Algorithm

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

    0下载:
  2. 银行家算法的MFC模拟程序,可输入MAX,ALLOCAT数值,计算安全序列-Banker s algorithm designed in MFC
  3. 所属分类:Data structs

    • 发布日期:2016-01-23
    • 文件大小:3291372
    • 提供者:niepan
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. BANKER

    0下载:
  2. 多用户银行家算法,操作系统课设中需要使用到-Banker algorithm multi-user, the operating system located in the required classes to use. . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:382705
    • 提供者:吴遐
  1. Bankeralgorithm

    2下载:
  2. 银行家算法,一般可用于任务规划中的目标分配。-Banker algorithm, in general can be used for mission planning in the distribution goal.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 使用C++实现的一个银行家算法(类C形式)-C++ realization of the banker algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1399
    • 提供者:hezj
  1. Banker

    0下载:
  2. This code defines the behaviors of the bankers algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1131
    • 提供者:Steven
  1. BankersAlgorithm

    0下载:
  2. Banker s Algorithm implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:174999
    • 提供者:sersery
  1. bank

    0下载:
  2. Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
  3. 所属分类:Algorithm

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

    0下载:
  2. 实现操作系统调度管理思想中的“银行家算法”-To achieve the operating system scheduling management thinking in the " banker' s algorithm"
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:贺琦
  1. BANKER

    0下载:
  2. Implementation of banker algorithm
  3. 所属分类:matlab

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

    0下载:
  2. 用VC编写的学生学习用的银行家算法程序,设计得比较简单。-Prepared students with the VC with the bankers algorithm program, designed to be simple.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:37435
    • 提供者:
  1. approx1_java

    0下载:
  2. banker algorithm with C code and explain
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:868
    • 提供者:overs
  1. bankersolution

    0下载:
  2. 著名的银行家算法的C语言实现,有利于基础的数据结构和算法的练习-Well-known banker algorithm C language, is conducive to data structures and algorithms based practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1302
    • 提供者:余拜仁
  1. Banker

    0下载:
  2. 利用C++实现银行家算法,并进一步实现界面优化-Banker' s algorithm implementation, and further optimized to achieve interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4178
    • 提供者:马萌
  1. Banker

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

    • 发布日期:2017-04-17
    • 文件大小:472021
    • 提供者:015
  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. Banker algorithm

    0下载:
  2. This is a lab assignment for OS. Implementing simple banker algorithm with c++;
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 »
搜珍网 www.dssz.com