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

搜索资源列表

  1. BankeraSharp39s-algorithm

    0下载:
  2. 银行家算法,模拟实现了银行家算法的功能,并带有运行结果-Banker' s algorithm to simulate the function of achieving the banker' s algorithm, and with the running results
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:26167
    • 提供者:吴语
  1. Dijkstra

    0下载:
  2. 操作系统的实验 源代码 关于 预防进程死锁的银行家算法-The experimental operating system source code on the prevention of deadlock in the banker' s algorithm process
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:15867
    • 提供者:huangbingtao
  1. 9990

    0下载:
  2. 银行家算法程序设计,windows操作系统试验设计。及其代码。-Banker' s algorithm programming, windows operating system test design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8016
    • 提供者:孟祥瑛
  1. yinhangjiasuanfa

    0下载:
  2. 用VC++编写的银行家算法源代码,复函实验报告-Written by VC++ source code for banker' s algorithm, Experimental Report Reply
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1371
    • 提供者:邱祥举
  1. yhj

    0下载:
  2. 银行家算法操作系统开发用C++编程语言开发-Banker' s algorithm operating system development with C++ programming language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3110
    • 提供者:问问
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法:程序模拟预防进程死锁的银行家算法的工作过程-Banker' s algorithm: program to simulate the process of deadlock prevention algorithms work process banker
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:523859
    • 提供者:踏雪
  1. OS

    0下载:
  2. 操作系统课程的实验 用C++控制台程序模拟银行家算法-Experimental Operating System Course C++ console application using simulated banker' s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:88910
    • 提供者:冯良
  1. banker.cpp

    0下载:
  2. 操作系统原理的银行家算法模拟程序, 可以参考下-Operating System bankers algorithm simulation program, you can refer to the following
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1020
    • 提供者:张佳
  1. tt4

    0下载:
  2. 银行家算法的实现,操作系统课程设计,利用银行家算法进行避免死锁的资源分配-Banker' s algorithm implementation, operating system, curriculum design, the use of banker' s algorithm for resource allocation to avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1654
    • 提供者:王海
  1. windowssystem-banker-way

    0下载:
  2. 本学期要求的windows操作系统课程的大作业-This semester course required of large windows operating system operating
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:209767
    • 提供者:李静
  1. yinhangjiasuanfa

    0下载:
  2. 设计程序模拟预防进程死锁的银行家算法的工作过程。假设有系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生。-Process simulation program designed to prevent deadlock bankers algorithm works. Suppose the s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1118750
    • 提供者:gst
  1. osBank

    0下载:
  2. 3、银行家算法 设request:是Pi进程的请求向量,当Pi发了资源请求后,系统按下述步骤检查: (1)如果Request[i]<= Need[i],则转向步骤(2); (2)若Request[i] <=Available,则转向步骤(3); (3)系统试探性地把要求的资源分配给进程Pi,并修改以下数据结构的值: Available=Available-Request[i]; Allocation[i]= Allocation[i]+ Request[i];
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1122686
    • 提供者:fairybroken
  1. mark

    0下载:
  2. 银行家算法的实验报告以及源代码内容详细-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2351268
    • 提供者:mark
  1. ziyuanfenpei

    0下载:
  2. 用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:93686
    • 提供者:
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法与随机算法 设计用银行家算法和随机分配算法,实现资源分配的两个资源分配程序,应具有显示或打印各进程依次要求申请的资源数以及依次分配资源的情况。-Banker' s algorithm and the random algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:440932
    • 提供者:
  1. 21-point-game

    0下载:
  2. 模拟21点扑克牌游戏,玩家最多可以要5张牌,但如果牌的点数之和超过21,则自动出局;在不超过21点的情况下,玩家与庄家比牌的点数的大小,大者为赢家。-Simulation game, players playing CARDS 21 points at up to five CARDS, but if the sum of the card more than 21 points, the automatic out In not more than 21 points, with the
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:3553
    • 提供者:陈建
  1. yhj

    0下载:
  2. 利用vc实现的银行家算法模拟。可初始化各进程及其请求资源,判断安全性并输出全部安全序列。-Banker' s algorithm implementation using vc simulation. The initialization process can request resources and to determine all the security and safety of the output sequence.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2401571
    • 提供者:唐帆
  1. Bank

    0下载:
  2. 用java模拟实现了银行家算法,字符界面。其中包括爱全序列的检查和是否可分配资源。-Achieved with the banker' s algorithm java simulation, character-based interface. Love the whole sequence, including the inspection and whether the allocation of resources.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5603
    • 提供者:LLLL
  1. bank

    0下载:
  2. 银行家算法 操作系统学习中主要介绍算法的实现流程-Banker' s algorithm to learn the operating system in the implementation process focuses on algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:236051
    • 提供者:李朗
  1. bankmethod

    0下载:
  2. 银行家算法 数据结构编程必用的基本程序 含有注释-Banker' s algorithm programming data structures will contain comments with the basic procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1309
    • 提供者:yancongcong
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 33 »
搜珍网 www.dssz.com