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

搜索资源列表

  1. Banks

    0下载:
  2. 采用java编写的银行家算法,在大学本科操作系统中涉及到。-The banker' s algorithm using java prepared, at the undergraduate operating systems involved.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:18264
    • 提供者:andy
  1. Operating-System

    0下载:
  2. 操作系统 课后习题 案例讲解 包含 消费者问题,银行家算法等-Homework case to explain the operating system include consumer issues, bankers algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:661005
    • 提供者:李镇江
  1. BankerAlgorithm

    0下载:
  2. 操作系统银行家算法源码,这个是我做课程设计时编写的C语言的银行家算法-Operating system bankers algorithm source code, this is what I do curriculum designed to prepare the banker' s algorithm in C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7092
    • 提供者:Ray
  1. algo

    0下载:
  2. 银行家算法的实现,有兴趣的可以研究一下具体的实现。-Bankers algorithm, are interested can study about the specific implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1699
    • 提供者:xuming
  1. bank

    0下载:
  2. 银行家算法,实验报告,源码,总结,实验过程,以前的作业-Banker s algorithm,source
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1455606
    • 提供者:yanran
  1. shiyan

    0下载:
  2. 银行家算法,用于解决死锁问题或避免死锁问题,操作系统的主要实验-Banker s algorithm for solving the deadlock problem and avoid deadlock problem, which is the operating system s main experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:13354
    • 提供者:李三
  1. VC6.0

    0下载:
  2. 银行家算法,点点半径求圆心算法,vc6下可直接运行,两个程序在一块-Bankers algorithm, little circle radius seeking algorithms, vc6 run directly under the two programs in a
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1618752
    • 提供者:
  1. banker

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

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

    0下载:
  2. 用c++实验银行家算法模拟程序,并输出安全序列-Experiment with c++ bankers algorithm simulation program, and outputs the security sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3893
    • 提供者:会将
  1. fdsa

    0下载:
  2. 用c++实验银行家算法模拟程序,并输出安全序列-Experiments using c++ bankers algorithm simulation program, and outputs security sequence
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:2053
    • 提供者:会将
  1. Bank2

    0下载:
  2. 模拟银行家算法分配进程资源,随机初始化资源数目种类及分配情况,输入进程号,输出分配安全序列或不安全提示,再输出分配后资源分配情况-Analog bankers algorithm resource allocation process, the type and number of random initialization of resources allocation, enter the process ID, the output sequence or unsafe assign se
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:668331
    • 提供者:卢平
  1. d

    0下载:
  2. 银行家算法的实现帮助你轻松学习掌握操作系统-Bankers algorithm to help you easily learn to master the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:221131
    • 提供者:杨康
  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-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. 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. 银行家算法简单演示程序,纯dos界面的,很清楚,适合初学者理解。-It is a good resuorse for studnts,It can help you understand the code of banker.
  3. 所属分类:OS Develop

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

    0下载:
  2. 在VC上模拟实现银行家算法 希望对大家学习有帮助 共同进步-Simulation Algorithm hope to help them to learn the common progress in the VC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:9082
    • 提供者:PLZ
  1. Bankers-algorithm

    0下载:
  2. 计算机操作系统 上机代码 银行家算法 源代码-Operating system on your computer bankers algorithm source code to native code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1394
    • 提供者:颜庭岩
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com