搜索资源列表
yhjdesuanfa
- 界面虽然简单,但是功能还是比较完善的银行家算法,欢迎大家改编-interface is simple, but the functionality is still relatively sound bankers algorithm, we welcome adaptation
yhjiasf
- 这个是一个界面更为简陋的银行家算法,但是功能还是比较全面的,忘记是从哪里搞来的啦,-this a more simple interface bankers algorithm, but still function in a more comprehensive, forget where it is to engage in beauty, quaking
算法2
- 还是一个银行家算法,不过这一个要更加深奥这个可厉害啊 -or a banker's algorithm, but this one should be more difficult this can be powerful ah
就是我
- 简单的银行家算法 可是现五个进程对三个资源的需求.-simple algorithm But bankers are five to three process on the demand for resources.
bankari
- 银行家算法是避免死锁的一种方法,输入某时刻各个进程的相关信息,包括资源的最大需求量,已经分配的资源数,还需要的资源数以及系统可利用资源数,然后判断该序列是否安全,再模拟某个进程向系统提出资源申请,判断是否可以给该进程分配资源。 -bankers avoid deadlock algorithm is a method of importation of a certain moment all process-related information, including the greate
bank_c_source
- 本程序是操作系统中经典算法银行家算法的实现.已经在turbo c2.0编译通过-operating system classic algorithm bankers algorithm implementation. Turbo has compiled c2.0 through
banker_
- 一个简单的银行家算法程序,需要的赶紧的!-a simple algorithm bankers procedures, the need to quickly!
yhjsf-c
- 银行家算发C语言代码.在TURBO C2.0中验证可行,应付操作系统的作业绝对没问题-bankers count the C language code. Turbo C 2.0 in the test were feasible, cope with the operating system Operating absolutely no problem
zhiyuanguanlixitong
- 操作系统课程设计 资源管理系统 safe() //用银行家算法判定系统是否安全 do{ printf(\"\\n*****输入要进行的操作 1:分配资源 2: 修改资源 3:显示资源 4:离开*****\") scanf(\"%d\",&choice) -courses on operating system design resource management system safe () / / algorithm with bankers de
Dijkstra2007
- 银行家算法,弄课程设计的时候搞的,作课设时可以用来参考下,希望有帮助-bankers algorithm to find curriculum design of the moment when, for the class can be used to set up at the reference, we hope that the help
2
- 银行家算法 者是我最新编写的 可以在wintc和turboc中运行的
3
- 最近写了一个银行家算法的实现,不过还有待完善,因为我这个算法只是一个进程申请资源后的安全性检测,还不能循环检测。如果有错,请浏览者指证或提出更好的方法
yinhangjia
- 操作系统课程实验——实现银行家算法。银行家算法是用来使系统避免死锁的
银行家算法 C
- 银行家算法
银行家算法全解
- 银行家算法
bank
- 设计内容包括银行家算法和安全性算法,以及用VC界面实现输出.并实现了课本97页的例题,内附实验报告-Design elements include banker' s algorithm, and security algorithms, and the VC output interface implementation. And achieve a textbook example of 97, enclosing the experimental report
GroupLink
- 银行家算法。C++实现的,精确。命令行界面。很好用。-Banker' s algorithm. C++ to achieve accurate. Command line interface. Good use.
BankerAlgo
- 运用C#实现,操作系统中介绍的多资源银行家算法的交互式动态演示 -The use of C# implementation, the operating system described in many resources, interactive dynamic presentation of Banker' s Algorithm
MyBank
- 操作系统银行家算法,C#编写,比较漂亮,有用!-OS Banker' s algorithm, C# prepared, more beautiful, works!
banker
- 共享资源分配与银行家算法 [问题描述] 本题主要内容是模拟实现资源分配。银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 通过对这个算法的设计,让学生能够对书本知识有更深的理解,在操作和其它方面有更高的提升。 -Share resource allocation algorithm with bankers [Problem Descr iption] T