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

搜索资源列表

  1. banker

    0下载:
  2. 操作系统实验课程题目,实现银行家算法,避免死锁。-Experimental operating system curriculum subject, bankers algorithm to achieve, to avoid deadlock.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1720
    • 提供者:文龙
  1. banker

    0下载:
  2. Banker s algorithm to detect prevent deadlock in OS
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4651520
    • 提供者:lolokad
  1. Banker

    0下载:
  2. 银行家算法简单实现(多线程 VC) 用多线程模拟多进程实现银行家算法-Bankers algorithm simple implementation (multi-thread VC) with a multi-threaded multi-process simulation algorithm to achieve bankers
  3. 所属分类:OS Develop

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

    0下载:
  2. 银行家算法的实现-Banker Algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2024
    • 提供者:刘斐
  1. Banker_Algorithm

    0下载:
  2. 操作系统进程调度算法,银行家算法,还有RR轮转算法,都可以运行-The operating system process scheduling algorithm, the banker algorithm, and RR rotation algorithm, can run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5328
    • 提供者:babbage
  1. bank

    0下载:
  2. 此代码运用C语言,实现了银行家算法。代码简单易懂,是操作系统初学者的必学代码之一。-This code using C language, the banker algorithm. The code is simple and easy to understand, is the operating system for beginners will learn one of the code.
  3. 所属分类:OS Develop

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

    0下载:
  2. 避免死锁产生的算法-银行家算法。系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。-Before allocating resources, the system should calculate the security of the allocated resources. If the allocation does not cause the system to enter an unsafe state, the system w
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1123389
    • 提供者:UnKnown
  1. banker

    0下载:
  2. 操作系统实验:模拟银行家算法,支持所有特性。-Experimental operating system: Analog bankers algorithm, support all the features.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1450
    • 提供者:李大好
  1. IDKNZY

    0下载:
  2. 用VC实现银行家算法 自己制作 十分好用 推荐给大家-Make your own using VC to achieve the banker algorithm is very useful to recommend to you
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:59392
    • 提供者:shakinl
  1. youc

    0下载:
  2. 用VC实现银行家算法 自己制作 十分好用 推荐给大家-Make your own using VC to achieve the banker algorithm is very useful to recommend to you
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-16
    • 文件大小:59392
    • 提供者:avelyn
  1. xithoperatwng

    0下载:
  2. 这是我操作系统的课程设计,实现了银行家算法,并附有课程设计报告,-This is my curriculum design of the operating system, realized the banker algorithm, and comes with a curriculum design report,
  3. 所属分类:Console

    • 发布日期:2017-12-15
    • 文件大小:46080
    • 提供者:Sylvqc
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法是一个避免死锁的经典算法 本示例完全可以运行-Banker s Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-16
    • 文件大小:558080
    • 提供者:LYL
  1. Operating-system

    0下载:
  2. 操作系统课程设计报告银行家算法,软件工程-Operating system curriculum design report banker algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-11
    • 文件大小:233475
    • 提供者:叶雨
  1. Operating-system-curriculum

    0下载:
  2. 操作系统课程设计 银行家算法论文 流程图——小E的点滴-Operating system curriculum design banker algorithm paper flow chart- small E bit
  3. 所属分类:File Formats

    • 发布日期:2017-12-11
    • 文件大小:107400
    • 提供者:叶雨
  1. 银行家算法

    0下载:
  2. 银行家算法的实现,以及安全性检查,代码部分参考其他平台,在此对代码进行了优化与更改(Banker algorithm implementation, as well as security checks)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:15360
    • 提供者:灵剑山
  1. 银行家算法代码实现

    0下载:
  2. 本代码主要利用C语言对银行家算法进行实现。(This code mainly uses the C language to implement banker algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:魔尊重楼
  1. Banker

    0下载:
  2. 操作系统概念英文版chapter 7 银行家算法源码。(Banker's algorithm in Operating System Concept Chapter 7.)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:enemy
  1. Banker

    0下载:
  2. 银行家算法模拟实现,基于C语言实现,windows平台.........(Banker's algorithm simulation, based on C language implementation, windows platform)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-24
    • 文件大小:40960
    • 提供者:ts123angle
  1. vou-binkur

    0下载:
  2. 用VC实现银行家算法 自己制作 十分好用 推荐给大家(Make your own using VC to achieve the banker algorithm is very useful to recommend to you)
  3. 所属分类:界面编程

    • 发布日期:2017-12-24
    • 文件大小:60416
    • 提供者:OClksf%21104
  1. djad

    0下载:
  2. Banker algorithm C ++ descr iption(Banker algorithm C + + descr iption)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:tvsksyxq
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 28 »
搜珍网 www.dssz.com