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

搜索资源列表

  1. banker

    0下载:
  2. 银行家算法,手动输入资源等,绝对可直接运行-Banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:896797
    • 提供者:草泥马
  1. Banker-java

    0下载:
  2. 用java语言编程,实现银行家算法,操作系统课程设计-java banker progrmer
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 这是一个用C++实现银行家算法的程序 程序比较简单-This is a banker with a C++, the program process is relatively simple algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1259
    • 提供者:CAKE同学
  1. banker

    0下载:
  2. 操作系统 银行家算法 迪克施特拉算法,很管用很好的-banker started soijfso sdfi
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1385
    • 提供者:汪体勇
  1. banker

    0下载:
  2. 操作系统实验之银行家算法,通过实现银行家算法深入了解CPU调度-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-29
    • 文件大小:3133
    • 提供者:jimmy lin
  1. banker

    0下载:
  2. 用c++实现银行家避免死锁的算法,简单易懂,对学习操作系统好处很大-banker algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:3686889
    • 提供者:ZHAOXIN
  1. banker

    0下载:
  2. 银行家算法问题,自己的银行家算法课程设计代码和说明书-Bankers algorithm problem, his banker algorithm curriculum design code and specification
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:16669
    • 提供者:lingyi
  1. Banker-CPP

    0下载:
  2. 能实现应银行家算法的c++代码 运行环境为vc6.0-Banker c++
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:8648
    • 提供者:金火
  1. Banker-s-algorithm

    0下载:
  2. 银行家算法实现Banker s algorithm-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:1835
    • 提供者:肖传林
  1. banker

    0下载:
  2. 这是关于 操作系统 中 银行家算法的代码,自己写的,可能不是符合每个人的要求,代码后面有关于算法的具体介绍和解释-This is the code of the operating system banker algorithm, may not meet the requirements of each person, write their own code followed by the specific introduction and explanation of the algori
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:1778
    • 提供者:李玲
  1. banker

    0下载:
  2. 多个进程同时运行时,系统根据各类系统资源的最大需求和各类系统的剩余资源为进程安排安全序列,使得系统能快速且安全地运行进程,不至发生死锁。银行家算法是避免死锁的主要方法-Multiple processes running at the same time, the greatest demand for various types of system resources and the remaining resources of the various systems arranged for
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:3139
    • 提供者:陈斯顿
  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

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

    0下载:
  2. c语言模拟实现操作系统避免死锁的“银行家算法”-c language simulation operating system to avoid deadlock, "the banker s algorithm"
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:38964
    • 提供者:张亮
  1. banker

    0下载:
  2. 这个程序是用汇编语言写的银行家算法!包括对数据的输入和显示!-This program is written in assembly language banker algorithm! Including data input and display!
  3. 所属分类:assembly language

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

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

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

    0下载:
  2. banker eryd very no send
  3. 所属分类:CSharp

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

    0下载:
  2. 将进程数,资源数,以及进程信息写入二进制文件中,再次打开程序(或继续操作)进行读取,输入某进程申请的各个资源数,进行安全性判断,安全则给出安全序列,否则给出相应提示(堵塞原因)。-banker for operater system
  3. 所属分类:OS Develop

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

    0下载:
  2. 基于C语言的数据结构与算法分析:银行家算法-Data Structures and Algorithms in C language-based analysis: the banker s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6620
    • 提供者:Austin Chou
  1. Banker-algorithm

    0下载:
  2. 通过银行家算法了解进程安全性检查方法及资源分配的方法。-To understand the method of process safety inspection and the allocation of resources by the banker s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:11607
    • 提供者:小雨
« 1 2 3 4 56 7 8 9 10 ... 30 »
搜珍网 www.dssz.com