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

搜索资源列表

  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. Bankers-algorithm

    0下载:
  2. 使用VC++6.0编写的银行家算法程序,可以运行-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6678
    • 提供者:范为迪
  1. banker

    0下载:
  2. 一个在Myeclipse环境下编译并实现的银行家算法。-A banker' s algorithm in Myeclipse compiler environment and achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3822
    • 提供者:康康
  1. Bankers-algorithm

    0下载:
  2. 银行家算法的实现,输入进程号,资源请求量,判断是否正确。-Bankers algorithm, the input process number, the amount of resources requested, to determine whether correct.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:thesmallc
  1. bankersAlgorithmV3

    0下载:
  2. Visual C++ 6.0实现银行家算法的编程源代码,亲测!-Bankers algorithm implemented by Visual C++ 6.0
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2453744
    • 提供者:compiler
  1. bankerReaderAndWriter

    0下载:
  2. c++实现操作系统中经典的银行家算法和读者写着算法-c++ operating system to achieve the classic banker algorithm written algorithms and readers
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2853483
    • 提供者:黄小君
  1. Bankers-algorithm

    0下载:
  2. 利用c语言编写的操作系统银行家算法,作业需求可用-Bankers algorithm c language
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1843
    • 提供者:yimo
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法。-Banker s Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1722
    • 提供者:沈毅杰
  1. Bank

    0下载:
  2. java实现银行家算法,程序具有简单易懂的说明,可供借鉴-java bankers algorithm, the program has easy to understand instructions for reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4533
    • 提供者:王保全
  1. os

    0下载:
  2. 操作系统课程设计,银行家算法,值得学习的小例子-oprate sysytem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:16560
    • 提供者:anna
  1. OS

    0下载:
  2. 操作系统的银行家算法,随机产生页面,FIFO和LRU两种算法-Operating system bankers algorithm, randomly generated page, FIFO and LRU two algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2158
    • 提供者:玉璇
  1. banker_algorithm_CPP

    0下载:
  2. 用C++实现的银行家算法,可以适当做些扩展,适合初学者参考。-This is a banker algorithm which is comfortable for the new learner,on the other hand,it can be developeb of yourself.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:546801
    • 提供者:Wang Hao
  1. jsj11234_3

    0下载:
  2. 1、 43534设计出管理的资源种类和数量 2、 设计出银行家算法的基本数据结构 3、 设计出完成该资源的银行家算法 4、 设计出简单的进程创建、运行资源需求、结束的过程 5、 采用高级语言实现该应用程序 -ON划词翻译ON实时翻译 1, 43534 designs the type and number of resource management 2, design the basic data structure of the banker s a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:165612
    • 提供者:加加减减
  1. bank

    0下载:
  2. 这是操作系统中避免死锁最常用的算法——银行家算法的源文件,希望对你有用,谢谢。-This is the banker algorithm source files in the operating system
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:187442
    • 提供者:Anne
  1. bank_diaodu

    0下载:
  2. 经典的银行家算法问题,使用C++语言作的 ,里面有详细的语言分析,初学者也能看懂-The classic problem of bankers algorithm, using C++ language does, there are detailed linguistic analysis, beginners can also read
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-02
    • 文件大小:897430
    • 提供者:陈晨
  1. yinhangjiasuanfa

    0下载:
  2. 在vc++6.0下实现的银行家算法程序,比较简单,对初学操作系统的同学可能有帮助。-In vc++6.0 achieve bankers algorithm procedure is relatively simple, the operating system for novice students may help.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:248600
    • 提供者:小侯
  1. yinhangjia

    0下载:
  2. 银行家算法的实现,操作系统的学习可以用到-to achieve the Bankers algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:13301
    • 提供者:贺勇
  1. 3

    0下载:
  2. 银行家算法的实现,allocate,need,maximum等矩阵算出request是否安全-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2776
    • 提供者:jill
  1. 2014-7-1

    0下载:
  2. JAVA 银行家算法 操作系统 原理-JAVA bankers algorithm operating system operating system principles
  3. 所属分类:Applet

    • 发布日期:2017-04-26
    • 文件大小:195106
    • 提供者:瑞安
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,以避免系统产生死锁,操作系统课程设计-Bankers algorithm simulation, in order to avoid deadlock system, operating system, curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:plm
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com