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

搜索资源列表

  1. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7881
    • 提供者:李琪
  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. fourbanker

    0下载:
  2. 这是四个用C#,C++,和C语言编写的一个经典银行家算法-This is the four C#, C, and C language of a classic bankers Algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:78768
    • 提供者:常伟民
  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. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. 校园卡管理系统

    0下载:
  2. 问题描述(单资源) Dijkstra(1965)年提出了一种能够避免死锁的调度方法,称为银行家算法。它的模型基于一个小城镇的银行家,描述如下:假定一个银行家拥有资金,数量为Ё,被N个可户共享。银行家对可户提出下列约束条件: Ⅰ.每个客户必须预先说明自己所要求的最大资金量; Ⅱ.每个客户每次提出部分资金量申请和获得分配; Ⅲ.如果银行家满足了客户对资金的最大需求量,那么,客户在资金运作后,应在有限时间内全部归还银行。-problem descr iption (single-res
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6395
    • 提供者:周楠
  1. 工人工资管理

    0下载:
  2. 只要每个客户遵守上述约束,银行家将保证做到:若一个客户所要求的最大资金量不超过Ё,则银行一定接纳该客户,并处理他的资金需求;银行在收到一个客户的资金申请要求时,可能因资金不足而让客户等待,但保证在有限是见被让客户获得资金。在银行家算法中,客户可以看做进程,资金可以看作资源,银行家可以看做是操作系统。-as long as each customer compliance with the above constraints, bankers will undertake : if a custo
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:周楠
  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24353
    • 提供者:陈晨
  1. yinhangjia02

    0下载:
  2. 用C++实现银行家算法也不难,这一个程序就基本实现了,而且运行起来还可以,另人满意。-C bankers realize it is not difficult algorithm, a procedure basically achieved, but can also run up, others were satisfied.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2332
    • 提供者:徐旭明
  1. Soft20060210160138684

    0下载:
  2. 银行家算法,真正的C语言版,绝对真实的相信自己。-bankers algorithm, the real version of the C language, absolutely true trust themselves.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3006
    • 提供者:张天
  1. bankC++

    0下载:
  2. 操作系统课程设计,经典的银行家算法,适合初学者学习,里面也含有c的算法描述。-courses on operating system design, the classic banker algorithm, suitable for beginners to learn, they also contain c algorithm descr iption.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18512
    • 提供者:wz
  1. oskechengsheji

    1下载:
  2. 这是我操作系统的课程设计,实现了银行家算法,并附有课程设计报告。-This is my operating system of curriculum design, realization of the banker's algorithm, together with curriculum design report.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47298
    • 提供者:康珊
  1. 进程安全性算法

    0下载:
  2. 操作系统进程检测死锁模拟银行家算法,安全性算法-operating system simulation process Deadlock Detection Algorithm bankers, security algorithm
  3. 所属分类:C#编程

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

    0下载:
  2. 没有你做不到的,只有你想不到的。
  3. 所属分类:Windows编程

    • 发布日期:2008-12-07
    • 文件大小:63011
    • 提供者:lidingwei
  1. banker

    0下载:
  2. 银行家算法的实现,完成了银行家算法的各种基本功能(The bankers' algorithm realized the basic functions of the banker's algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:haha_111
  1. 银行家算法

    0下载:
  2. 操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-09
    • 文件大小:155648
    • 提供者:moona
  1. YHJSF

    0下载:
  2. 操作系统书籍中,银行家算法实验C#窗体代码,简易(In the operating system books, the banker's algorithm experiment C# form code is simple and simple.)
  3. 所属分类:C#编程

  1. yinhangjia

    0下载:
  2. 操作系统学科下——银行家算法的模拟与实现(Simulation and implementation of bankers' algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:346112
    • 提供者:no213
  1. Banker

    0下载:
  2. 实现银行家算法,编译环境VS2015,文件包含整个项目(Implement the bankers algorithm, compile the environment VS2015, the file contains the entire project.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:12643328
    • 提供者:晨星落羽
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com