CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 银行家算法

搜索资源列表

  1. yhj

    0下载:
  2. 设计一个n 个并发进程共享m 个系统资源的系统。进程可动态申请资源和释放资源,系统按各进程的申请动态的分配资源。要求采用银行家算法实现。-N the design of a concurrent process of system resources m sharing system. Process can be dynamic application of resources and the release of resources, the system according to proc
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:2109
    • 提供者:候莹莹
  1. yinhangjia

    0下载:
  2. 用C++写的 银行家算法 还带有检错功能 并带有注释 很容易看懂-With C++ Write the banker s algorithm with error detection function also with the Notes is easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6351
    • 提供者:刘峰
  1. caozuoxitong

    0下载:
  2. 有两个程序,进程调度和银行家算法,很是实用的,-There are two procedures, the process of scheduling and banker s algorithm, it is practical,
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:222020
    • 提供者:wangying
  1. 2222

    0下载:
  2. 银行家算法的课程设计。自己做的 请大家看看。。是否能用-Banker s Algorithm curriculum design. Themselves do I want you to look. . Whether it can
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:212165
    • 提供者:沃尔夫
  1. bankerVC

    0下载:
  2. 银行家算法VC算法演示-Banker s Algorithm Demonstration VC algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1758
    • 提供者:谢霆锋
  1. zuizhong

    0下载:
  2. 详细的银行家算法,重点在其中的测试部分,对输入要求较高-Banker s algorithm in detail, focusing on the test, in which part of the input requirements of the higher
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2064
    • 提供者:yang
  1. Cpp1

    0下载:
  2. 计算机操作系统,银行家算法的C++源代码,-Computer operating system, bankers algorithm C++ Source code,
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2135
    • 提供者:dongbo
  1. bank

    0下载:
  2. 实现经典的银行家算法、是一个很好的演示程序、可用于讲解操作系统课程-The realization of the classic banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2241
    • 提供者:sunyu
  1. yinhangjia

    0下载:
  2. 银行家算法 适合操作系统课设 自己编的-Banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:968
    • 提供者:wanghui
  1. gj

    0下载:
  2. 银行家算法的改进,包括2个pdf格式的文件和文本文档,解释详细。-Bankers algorithm, including the two pdf files and text documents, a more detailed explanation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:237550
    • 提供者:liyue
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. Banker

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

    • 发布日期:2017-04-13
    • 文件大小:1555
    • 提供者:xjc
  1. BANKER

    0下载:
  2. 多用户银行家算法,操作系统课设中需要使用到-Banker algorithm multi-user, the operating system located in the required classes to use. . . .
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:382705
    • 提供者:吴遐
  1. yinhangjiasuanfa

    0下载:
  2. 实现了银行家算法,操作系统课程设计时编写的,能够成功运行-The banker' s algorithm implementation, the operating system designed to prepare the curriculum, be able to run successfully
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:李利芳
  1. 2

    0下载:
  2. 银行家算法在vvc下的实现,很全的,而且简单移动-Very GoodVery GoodVery GoodVery GoodVery GoodVery GoodVery Good
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:904241
    • 提供者:Bruce Jia
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1327
    • 提供者:Jun
  1. banker

    0下载:
  2. 银行家算法,C+++实现,肯定是好使的-banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1377
    • 提供者:于静
  1. bank1

    0下载:
  2. 经典的银行家算法。能对进程进行分析,找到安全序列。-Classic banker' s algorithm. Analysis of the process to find a safe sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1427
    • 提供者:zhangguifa
  1. yinhangjiasuanfa

    0下载:
  2. 这是我做的操作系统里面的银行家算法的源程序,发上来供大家参考。-caozuoxitongyinhangjiasuanfa
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:252287
    • 提供者:李志
  1. yinghanjia

    0下载:
  2. 这是操作系统的银行家算法,实验源代码,共同分享吧-This is the operating system of the banker' s algorithm, the experimental source code and share it
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1874
    • 提供者:baojiang
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com