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

搜索资源列表

  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. 模拟实现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. 银行家算法的二解

    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. 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. 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. your name

    0下载:
  2. 银行家算法 利用C++编写,其中安全性算法我采用了变量的控制,比较简单,对与初学着来说,是一个非常好的例子-bankers algorithm using C + +, security algorithm I use the control variable, relatively simple, with a beginner, it is a very good example
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9380
    • 提供者:yang
  1. MGXPForm

    0下载:
  2. 源码源代码源程序编程程序员下载 ... ... banker666.rar - 银行家算法,用来检验死锁问题。。 (2004-10-7,VC, 12KB, 下载84次, 提供者李林骏)【查看评论】 HEC-linux.zip - c/c++虚拟机linux版本( 2004-10-5,C, 287KB, 下载20次, 提供者付斌)【查看评论】-source code programming source programmers download ... banker666.rar - banker
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:234808
    • 提供者:李一
  1. Banker

    0下载:
  2. 对I/O系统的死锁资源的问题的解决主要的方法是银行家算法,单种资源的银行家算法和多种资源的银行家算法的解决思路一致,要求设计实现多种银行家算法,并要求所涉及的模型最少更够满足如下要求: (1)程序能够根据进程的请求进行判断,给出系统是否安全的的提示,如果安全,要求能够显示一组进程执行的安全序列; (2)能够根据需要,显示当前系统中各种资源的分配情况;-The problem I/O system deadlock resources to solve the main method is
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:82168
    • 提供者:lawrence
  1. expeorment__system

    0下载:
  2. 操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错,-Operating system experiment program, classic bankers algorithm, good interactive friendly interface,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:Dvyao
  1. bankers-algorithm-master

    0下载:
  2. This is a sample Banker's Algorithm app.
  3. 所属分类:界面编程

    • 发布日期:2018-04-28
    • 文件大小:94208
    • 提供者:MastersoftDev
搜珍网 www.dssz.com