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

搜索资源列表

  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. 一个在Myeclipse环境下编译并实现的银行家算法。-A banker' s algorithm in Myeclipse compiler environment and achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3822
    • 提供者:康康
  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. Banker

    0下载:
  2. 实现银行家算法和随机数算法之间的对比。以及其旗本用法说明-The comparison between banker s algorithm and random number algorithm. And its use of the flag
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:392822
    • 提供者:陆雪琪
  1. banker.cpp

    0下载:
  2. Banker algorithm in c++ format...with good indexing
  3. 所属分类:Other systems

  1. Banker

    0下载:
  2. 计算机操作系统_课程实验_基于c++实现的_银行家算法-banker suanfa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:235028
    • 提供者:luyinglai
  1. Banker

    0下载:
  2. 对I/O系统的死锁资源的问题的解决主要的方法是银行家算法,单种资源的银行家算法和多种资源的银行家算法的解决思路一致,要求设计实现多种银行家算法,并要求所涉及的模型最少更够满足如下要求: (1)程序能够根据进程的请求进行判断,给出系统是否安全的的提示,如果安全,要求能够显示一组进程执行的安全序列; (2)能够根据需要,显示当前系统中各种资源的分配情况;-The problem I/O system deadlock resources to solve the main method is
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:82168
    • 提供者:lawrence
  1. banker

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

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

    0下载:
  2. this is Banker algorithm-this is Banker algorithm..............
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:ken908nse
  1. banker

    0下载:
  2. this is Banker algorithm-this is Banker algorithm..............
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:m4guan
« 1 2 3 4 5 67 8 9 10 11 ... 33 »
搜珍网 www.dssz.com