CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 银行家算法

搜索资源列表

  1. yinghang

    0下载:
  2. 是用c++编辑的银行家算法,是有点长,不过我相信只要努力就有收获的-is editor bankers algorithm, is a bit long, but I believe as long as the efforts will harvest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1964
    • 提供者:不知道
  1. 银行家安全性算法

    0下载:
  2. 改进的安全性算法! 有效实现资源回收! 5个进程,3 个资源!-improve the security algorithm! Effective resource recovery! Five process, three!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2568
    • 提供者:张傻
  1. BANKER method

    0下载:
  2. 这是一个C程序,描述的是操作系统中的银行家算法,呵呵,我是花了好长时间才写好的。-This is a C program, describes the operating system as a banker algorithm, huh, I spent a good long time to write the.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2075
    • 提供者:yata
  1. 银行家算法1

    0下载:
  2. 这是一个关于操作系统银行家算法的程序,实现资源的各项操作-This is a banker's algorithm on the operating system procedures, the resources to operate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2516
    • 提供者:张亮
  1. 银行家算法的一解

    0下载:
  2. 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描)第二部分:安全性算法 -Simulation bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) Part 2 : Security Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3122
    • 提供者:王国强
  1. 银行家算法 2

    0下载:
  2. .数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 银行家算法的二解

    0下载:
  2. 数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. winBank

    0下载:
  2. 银行家算法。多用户多资源下的银行家算法,对操作系统课程的一个实现。-bankers algorithm. Multi-user more resources bankers algorithm, to the operating system to achieve an courses.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:736304
    • 提供者:倪恩伟
  1. OSOS

    1下载:
  2. 操作系统课程设计——银行家算法的流程图、源代码、设计报告-courses on operating system design -- the banker's algorithm flowchart, source code, design report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70927
    • 提供者:孙华魁
  1. wangxiaodong

    0下载:
  2. 一个完完全全用c编译的程序,使操作系统的课程设计,实现了安全分配,回收,网上的大多都没有回收操作,使一个非常完整的银行家算法的实现-a totally c compiler with the procedures so that the operating system of curriculum design, realization of a security allocation, recovery, most of the Internet are not recycling opera
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2169
    • 提供者:王晓东
  1. bankerwangxd

    0下载:
  2. 用C实现的银行家算法,虽然和我上次上传得实现的功能是一样的,但实现方法是完全不同的,相信对不同的人因该有不同的应用-C algorithm to achieve the bankers, and the last time I uploaded in the functions is the same. but this method is completely different, I think different people have different because of the A
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2918
    • 提供者:王晓东
  1. ygjs

    0下载:
  2. 1.设计进程对各类资源最大申请表示及初值确定。 2.设定系统提供资源初始状况。 3.设定每次某个进程对各类资源的申请表示。 4.编制程序,依据银行家算法,决定其申请是否得到满足。 -1. design advancement to each kind of resources biggest application expression and starting value determination. 2. hypotheses systems provide th
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:3302
    • 提供者:陈登
  1. kuer

    0下载:
  2. 银行家算法演示,经过测试可以使用,压缩包里很详细(根据网络源码改的)-bankers algorithm demonstration, the test can be used, the compressed bundle very detailed (based on the source code to make the network)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9872
    • 提供者:kuer
  1. jav

    0下载:
  2. 大家看下吧,利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解. -we facie bar, bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the entire process, and to deepen the understanding bankers algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:692044
    • 提供者:周守超
  1. yinhagjiasuanfa

    0下载:
  2. 使用C++实现计算机操作系统中的银行家算法-use computer operating system bankers algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1993
    • 提供者:高恩
  1. Bank

    0下载:
  2. 程序是银行家算法的界面实现,银行家算法的功能都已实现,这是我自己完成的,给大家分享一下。-procedure is a banker algorithm to achieve the interface, bankers algorithm functions have been achieved, it is my personal completed. for everyone to share.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:230573
    • 提供者:彭小勇
  1. bank

    0下载:
  2. 银行家算法是一种避免进程死锁的算法。某一进程申请资源时,系统检测分配给它相应资源后系统是否处于安全状态。若处于安全状态,则实施分配;否则,不分配。 本实习要求学生掌握多资源银行家算法,理解它是如何避免死锁的。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:28897
    • 提供者:geduo
  1. bank

    0下载:
  2. 银行家算法,c++版本的 ,可以直接拿去交作业
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9969
    • 提供者:复仇天
  1. bank02

    0下载:
  2. 一种解银行家算法的全新的思路,用线程模拟进程
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6341
    • 提供者:复仇天
  1. 银行家算法C++

    0下载:
  2. 银行家算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2350
    • 提供者:FSC
« 12 »
搜珍网 www.dssz.com