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

搜索资源列表

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

    1下载:
  2. 操作系统课程设计 资源管理系统 银行家算法 安全算法 源代码和课设报告-Operating system, curriculum design, resource management system security algorithm banker' s algorithm source code and class-based reporting
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:285881
    • 提供者:keven
  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. Banker

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

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

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

    • 发布日期:2017-04-03
    • 文件大小:1430
    • 提供者:岳豪
  1. banker

    0下载:
  2. 银行家算法(实现银行家算法的整个流程。从资源申请,到数据结构数值的修改,到安全性检测;循环资源申请,检测每次的安全状态,输出安全序列,直至所有进程执行完毕)-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1669
    • 提供者:ronny
  1. Banker

    0下载:
  2. 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1963743
    • 提供者:Meihua
  1. Banker

    0下载:
  2. 使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process requests for resources when
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:Yanxingfu
« 12 3 4 5 6 »
搜珍网 www.dssz.com