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

搜索资源列表

  1. BRAND

    0下载:
  2. 这个主要是实现操作系统里面的算法,其是为了避免阻塞而实现银行家算法-This is the main operating system inside the algorithm in order to avoid obstruction of the banker' s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:2068286
    • 提供者:liuxing
  1. Bank

    0下载:
  2. 模拟银行家算法,实现自动分配资源及遍历输出所以安全序列-Simulation of the banker' s algorithm to achieve automatic allocation of resources and traverse the output so the security sequence
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1847
    • 提供者:FHJ
  1. scheduling

    0下载:
  2. 操作系统中进程调度与资源分配算法(即银行家算法)的可视化演示程序,使用Java编写,GUI为SWING-Operating system process scheduling and resource allocation algorithm (ie, the banker' s algorithm), visual presentation program, written in Java, GUI SWING
  3. 所属分类:OS Develop

    • 发布日期:2017-03-21
    • 文件大小:17519
    • 提供者:frank
  1. BankerAlgorithm

    0下载:
  2. C++写的银行家算法,可以随机生成资源和进程序列。-C++ write the banker' s algorithm, resources and process sequences can be randomly generated.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:266497
    • 提供者:sandwich
  1. 2.tar

    0下载:
  2. 银行家算法,避免产生死锁,检查银行家算法是否存在安全序列-Bankers algorithm avoid deadlock, check the banker' s algorithm is a safe sequence
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3354
    • 提供者:吴振浩
  1. 1

    0下载:
  2. 银行家算法,实现各种结果,能自动、手动输入数据-Banker' s algorithm, to achieve various results can be automatically, manually enter the data
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:6428
    • 提供者:徐伟杰
  1. 2

    0下载:
  2. 银行家算法,实现数据的输入输出,各种数据下的结果-Banker' s algorithm, data input and output, the result of a variety of data
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-24
    • 文件大小:9808
    • 提供者:徐伟杰
  1. operating-system

    0下载:
  2. 计银行家算法,void FCFS(int Han,int DiscL[]) //先来先服务算法(FCFS) void SSTF(int Han,int DiscL[]) //最短寻道时间优先算法(SSTF) int SCAN(int Han,int DiscL[],int x,int y) //扫描算法(SCAN) void CSCAN(int Han,int DiscL[]) //循环扫描算法(CSCAN) void N_Step_SCAN(int Han1,int DiscL
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:240639
    • 提供者:suhuhu
  1. jyhjjsffa

    0下载:
  2. java语言银行家算法的简简单易懂实现,大家能参考参考 -java language of the banker' s algorithm, simple easy to understand, we can refer to reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2158
    • 提供者:pgx0123
  1. yhjsf

    0下载:
  2. 用C语言编写的控制台程序,用于实现银行家算法的一些功能-Console application written in C language, for some of the features of the banker' s algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:12116
    • 提供者:CHENLEI
  1. Backer_SecondTest

    0下载:
  2. 操作系统银行家算法的模拟程序和安全序列的检测-Simulation program of the operating system of the banker' s algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:63672
    • 提供者:朱俊生
  1. Bbankera

    0下载:
  2. 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。 -The banker' s algorithm is a well-known algorithm to avoid deadlock (Deadlock), and a way to avoid deadlock generated by algorithm 艾兹格迪杰 Stell
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:53388
    • 提供者:表现
  1. yhjmn

    0下载:
  2. 实现银行家算法模拟,可加深资源申请、避免死锁等概念的理解-The realization of banker s algorithm simulation, can deepen resources applications, to avoid deadlock concepts
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1202
    • 提供者:wendyalia
  1. bank

    0下载:
  2. 银行家算法 ,借安全性评估实现资源的合理分配-Banker' s algorithm, by security assessment to achieve a reasonable distribution of resources
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:1250135
    • 提供者:关目
  1. bank

    0下载:
  2. 操作系统 银行家算法 虽然不是很好 大家可以借鉴一下-Banker' s algorithm operating system, though not very good that we can learn from it
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:12047
    • 提供者:吉祥
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统课程设计,银行家算法,实验报告-Curriculum design of the operating system,Banker s algorithm,Experimental report…………
  3. 所属分类:EditBox

    • 发布日期:2017-12-06
    • 文件大小:49387
    • 提供者:bibi
  1. os

    0下载:
  2. 操作系统课程设计:银行家算法的实现,老师验收过的,直接可以用-Courses on operating system design: the realization of the banker' s algorithm
  3. 所属分类:Document

    • 发布日期:2017-12-01
    • 文件大小:778823
    • 提供者:张源
  1. 706727835threadDead

    0下载:
  2. 银行家算法 描述死锁等问题 自己编写 能够运行-Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-27
    • 文件大小:104754
    • 提供者:周朝晖
  1. Bankers_algorithm

    0下载:
  2. 这段代码是实现操作系统中“银行家算法”的源代码,采用C语言进行编写-This code is to achieve the operating system " banker' s algorithm," the source code, using C language to write
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:5131
    • 提供者:lantian
  1. Text

    0下载:
  2. 银行家算法,银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Banker' s algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1772
    • 提供者: 大概是
« 1 2 ... 21 22 23 24 25 2627 28 »
搜珍网 www.dssz.com