CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - banker algorithm

搜索资源列表

  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法代码,能够实现银行家算法安全性检查,等等。-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7810
    • 提供者:李嘉琪
  1. 11

    0下载:
  2. 进程的死锁避免算法(银行家算法实现) 一:实验目的: 根据银行家算法的思想,编写程序,解决并发进程的死锁问题。 二:实验要求: (1)本实验要求设计并实现银行家算法。银行家算法是死锁避免的经典算法,其核心思想是:进程动态地申请资源,每次申请资源时系统都执行安全状态检查算法判断本次申请是否会造成系统处于不安全状态,如果不安全则阻塞进程;如果安全状态,则完成资源分配。 (2)安全状态检查算法的思想是找到一个安全序列,使所有进程都能执行完毕。如果找到,则处于安全状态,否则为不安全状
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:10269
    • 提供者:吴起
  1. bank

    0下载:
  2. 实现了操作系统课程中的银行家算法,c++代码,调度算法,解决死锁问题。-The operating system curriculum in the banker s algorithm, c++ code, scheduling algorithm, to solve the deadlock problem.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:679584
    • 提供者:象棋
  1. BankerCal

    0下载:
  2. 银行家算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-The banker s algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:jerryhu
  1. os6

    0下载:
  2. “银行家算法”。 其实验目的是: 1 了解银行家算法的机制,学会用银行家算法为进程分配资源的意义。 2 学会利用银行家算法避免死锁的方法 -"The banker s algorithm." The purpose of the experiment is as follows: An understanding of the mechanism of the banker s algorithm, the significance of resources alloca
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1538
    • 提供者:pang
  1. YH

    0下载:
  2. 银行家算法,使用FMC界面,VS2008编程,操作系统进程管理。-Banker s algorithm, using the FMC interface, VS2008 programming, operating systems process management.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-30
    • 文件大小:12872092
    • 提供者:fuguohe
  1. yin-hang-jia-suan-fa-

    0下载:
  2. 计算机操作系统中的典型的死锁避免方法,银行家算法,用VC++6.0写的,已经实现,希望可以帮助大家。-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:5715
    • 提供者:luying
  1. 123

    0下载:
  2. 模拟实现银行家算法,用银行家算法实现资源分配和安全性检查。通过本次实验,使学生加深对死锁概念的理解和掌握,并培养学生对操作系统开发的兴趣与应用能力。-Simulation of the banker' s algorithm, the banker' s algorithm for resource allocation and security checks. Through this experiment, to deepen students ' understandin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1032
    • 提供者:朱华
  1. caozuoxitong-

    0下载:
  2. 自己动手做的操作系统实训,关于银行家算法的-Yourself to do the training of the operating system, on the banker' s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:82510
    • 提供者:钟帅
  1. os-YIN-HANG-JIA

    0下载:
  2. 银行家算法,个人原创经典,昆明理工大学操作系统实验-Banker' s algorithm, the individual original classic, Kunming University of Science and Technology operating system experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-06-17
    • 文件大小:27387120
    • 提供者:刘召
  1. yinhang

    0下载:
  2. 银行家算法,完整代码实现!无需调试,即可运行!-Banker' s algorithm, to achieve complete code! Need to debug, you can run!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:7796
    • 提供者:yifan
  1. Bank

    0下载:
  2. 以从文件读入的方法,实现了操作系统中预防进程死锁的银行家算法。-Process deadlock prevention in the operating system to read from the file into the banker' s algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:543088
    • 提供者:Dwxiao
  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. 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. 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. BankerAlgorithm

    0下载:
  2. 操作系统银行家算法源码,这个是我做课程设计时编写的C语言的银行家算法-Operating system bankers algorithm source code, this is what I do curriculum designed to prepare the banker' s algorithm in C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7092
    • 提供者:Ray
  1. ConsoleApplication1

    0下载:
  2. //程序说明: // 一、开发语言:C#语言 //二、本程序模拟的是课本 银行家算法之例 编写的。 // 即系统中有五个进程{0,1,2,3,4}和三类资源{A,B,C},各进程的初始资源分配情况及各资源的总数量均 //参照该例子。 //三、本程序中共四个函数分别为:show(),apply(),test(),及主函数main() // 其中: // 1、show()的功能为:直观的列出系统某时刻的资源分配情况。 // 2、apply()的功能为:进程发出资
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:43902
    • 提供者:tangfypw
  1. 银行家算法

    1下载:
  2. 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-17
    • 文件大小:82944
    • 提供者:寒修末
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com