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

搜索资源列表

  1. yhj

    0下载:
  2. 实现操作系统中的经典问题银行家算法,主要的核心代码-The realization of the classic problem of the operating system banker' s algorithm, the main core of the code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:967
    • 提供者:tmac
  1. yinghangjia

    0下载:
  2. 操作系统中用到得一个银行家算法!可以实现安全性检查-Operating system used was a banker' s algorithm! Security checks can be ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1433
    • 提供者:邵二丫
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,可以检测死锁,自己写的 ,满足同学的操作系统作业-Banker' s algorithm, can detect the deadlock, his own written work to meet the students of the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1367
    • 提供者:永不言弃
  1. bank

    0下载:
  2. 银行家算法,操作系统的安全状态和安全序列,死锁和避免死锁的银行家算法-Banker' s algorithm, the operating system' s security status and security sequence, deadlock and the bankers algorithm avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1377
    • 提供者:xapql
  1. Ten_classic_operating_system_algorithm

    0下载:
  2. 本文介绍了进程调度,文件管理,银行家算法,作业调度等等十个经典算法,有利于学习和理解操作系统。-This article describes the process of scheduling, document management, bankers algorithm, job scheduling algorithms and so on dozens of classic and is conducive to learning and understanding of the oper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:56892
    • 提供者:星星
  1. banker

    0下载:
  2. 操作系统中的经典算法—银行家算法的实现,并进行了改进。-Classical algorithm in the operating system- the realization of banker' s algorithm and improved.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:847763
    • 提供者:xiangcao
  1. BA

    0下载:
  2. 操作系统实验,在VC下模拟实现银行家算法,运行过程中根据提示使用资源验证是否死锁-OS experiment to simulate the realization of banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2073
    • 提供者:erene
  1. Dijkstra

    0下载:
  2. 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13353
    • 提供者:李方
  1. bankerarithmetic

    0下载:
  2. 做操作系统实验时候写的银行家算法,只是简单的控制台程序-banker arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:159941
    • 提供者:summer
  1. bankeralgorith

    0下载:
  2. 银行家算法 , 操作系统中的一个资源分配的算法-Banker' s algorithm, the operating system in a resource allocation algorithm for
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:7432
    • 提供者:hub
  1. bank

    0下载:
  2. 操作系统的银行家算法的源代码,visual c-Banker' s algorithm the operating system source code, visual c++
  3. 所属分类:Windows Develop

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

    0下载:
  2. 计算机操作系统死锁的避免--银行家算法C语言版。-Computer operating system deadlock detection algorithm for C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1399
    • 提供者:hezj
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法的C语言实现。操作系统中的银行家算法。-Banker' s algorithm for C language. The operating system in the banker' s algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1276
    • 提供者:刘正朝
  1. bank

    0下载:
  2. 操作系统汤子赢版,按书上写的银行家算法以及老师的示范程序-TANG Zi-winning version of the operating system, according to books written by banker' s algorithm, as well as the teacher' s demonstration program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:33249
    • 提供者:严迪
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. banker

    0下载:
  2. 操作系统实验银行家算法,检测死锁并且给出相应序列-En Operating System Experiment banker' s algorithm. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2889
    • 提供者:jiazhiyu
  1. bank

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。要解释银行家算法,必须先解释操作系统安全状态和不安全状态。该程序实现有效描述。-Banker' s algorithm is one of the most representative of the deadlock avoidance algorithms. To explain the banker' s algorithm, we must first explain the operating system security st
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:276167
    • 提供者:王道
  1. 111

    0下载:
  2. 1)本实验目的是通过使用银行家算法实现系统资源的分配和安全性检查模拟,提高学生对操作系统资源分配功能的深刻理解,并培养学生对操作系统开发的兴趣与应用能力; 2)实验前必须认真阅读和理解银行家算法的基本原理和实现方法; 3)独立使用C或VC++编程语言编写银行家算法模拟程序; 4)按照实验题目要求独立正确地完成实验内容(编写、调试算法程序,提交程序清单及及相关实验数据与运行结果) -Banker s algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:110857
    • 提供者:吴飞
  1. 1

    0下载:
  2. 用C++语言实现银行家算法,以操作系统书为例子-Using C++ language implementation banker' s algorithm, to the operating system as an example the book
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:8217
    • 提供者:雷哲文
  1. banker

    0下载:
  2. 操作系统进程中的银行家算法,利用C语言实现的简单程序。-The operating system in the process of banker' s algorithm, using C language implementation of the simple procedure
  3. 所属分类:Other windows programs

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