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

搜索资源列表

  1. Bank

    0下载:
  2. VC环境下对操作系统中的银行家调度算法的模拟实现-VC environment on the operating system of the banker s scheduling algorithm simulation
  3. 所属分类:ELanguage

    • 发布日期:2017-05-07
    • 文件大小:1041555
    • 提供者:黄安
  1. back

    0下载:
  2. 银行家算法模拟,用C语言实现,固定资源,自动识别是否通过-Banker' s algorithm simulation, using C language implementation, fixed resources, whether through the automatic identification
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:906
    • 提供者:na3nsn
  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. yinhangjia

    0下载:
  2. 使用C语言来实现的CPU处理机中的银行家算法-The use of C language to realize the CPU processor of the banker s algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2300
    • 提供者:ggjoj2066ba
  1. 79789

    0下载:
  2. 银行家算法,源代码!可以参考参考!其他的自己看内容吧!!我也不太明白!-Banker
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4568
    • 提供者:llpnp79lau93
  1. back

    0下载:
  2. 银行家算法模拟,用C语言实现,固定资源,自动识别是否通过-Banker' s algorithm simulation, using C language implementation, fixed resources, whether through the automatic identification
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1228
    • 提供者:d7yonglia0
  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. bankers-algo

    0下载:
  2. C++ implementation o banker s algo
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:1055
    • 提供者:vas
  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. 银行家算法

    1下载:
  2. 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-17
    • 文件大小:82944
    • 提供者:寒修末
  1. 银行家算法

    0下载:
  2. 实现了银行家算法,MFC界面编程,有需要可下载~(Banker's algorithm, MFC interface programming, there is a need to download ~!)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1892352
    • 提供者:sylviasue
  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 2 ... 23 24 25 26 27 2829 30 »
搜珍网 www.dssz.com