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

搜索资源列表

  1. yinhangjia

    0下载:
  2. 银行家算法的C++程序实现,可以给初学者提供参考-Banker' s algorithm implementation of C++ programs that can provide a reference for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:307790
    • 提供者:wangzhehu
  1. yinhangjia

    0下载:
  2. 编程序模拟银行家算法,要求能体现算法的全过程。-Programmed simulation of Banker' s algorithm, the algorithm required to reflect the entire process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2187
    • 提供者:小黄
  1. Bankeralgorithm

    0下载:
  2. 该程序演示了银行家算法的核心内容,有助于我们更加的理解银行家算法!! 至于好不好,看了评论!!! 可以发邮件gzdxzhouyuqing@tom.com一起交流学习 -The program demonstrates the core of Banker s algorithm will help us better understand bankers algorithm! ! As for the good, read comments! ! ! Email gz
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2434982
    • 提供者:gzuzyq
  1. banker2

    0下载:
  2. 银行家算法,比较简单,用数组实现的,不过都基本上阐述了银行家算法的过程-Banker' s algorithm is simpler, using an array to achieve, but are basically explained the process of Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:201005
    • 提供者:嘉嘉
  1. bank

    0下载:
  2. 银行家算法 操作系统对进程需要资源进行保守分配,能避免死锁产生-Banker' s algorithm operating on the process needs to be a conservative allocation of resources, to avoid the deadlock created
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2099
    • 提供者:xingqiyi
  1. YHJSF

    0下载:
  2. 操作系统银行家算法分配资源的一步步实现过程。-Operating system allocating resources banker' s algorithm implementation process step by step.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1708
    • 提供者:liaojie
  1. bankerC

    0下载:
  2. 银行家算法的另一种实现源程序,它属于操作系统的相关编程-Another banker' s algorithm implementation source code, it is operating system-related programming
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1471
    • 提供者:chencl
  1. os_yinghangjiasuanfa

    0下载:
  2. 是银行家算法,进行对操作系统中进程管理,预防死锁,非常简单的一个程序-Is the banker' s algorithm, on an operating system process management, prevention of deadlock, a very simple procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:38594
    • 提供者:张三
  1. yhjsf

    0下载:
  2. 银行家算法,模拟解决系统中的死锁问题,更清楚多道系统中并行进程的资源分配问题-Banker' s algorithm, simulation to solve deadlock in the system more clearly the process of multi-channel system, the resource allocation problem in parallel
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2238
    • 提供者:李飞飞
  1. ss

    0下载:
  2. VC++MFC模拟多进程并发死锁,界面友好,功能多,还设有银行家算法-VC++ MFC concurrent multi-process simulation deadlock, friendly interface, multi-function, also a banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:51113
    • 提供者:赵凯
  1. YinHangJia

    0下载:
  2. 关于操作系统中的银行家算法,输入初始的资源量以及资源分配方案,通过银行家算法得出死锁的预防-Bankers on the operating system algorithm, enter the initial amount of resources and resource allocation scheme, obtained through the banker' s algorithm to prevent deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:42746
    • 提供者:Amon
  1. test2

    0下载:
  2. 银行家算法 操作系统实验 实现查看资源请求后能否找到安全序列 判断资源请求是否成功-Banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1284
    • 提供者:april
  1. 9990

    0下载:
  2. 银行家算法程序设计,windows操作系统试验设计。及其代码。-Banker' s algorithm programming, windows operating system test design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8016
    • 提供者:孟祥瑛
  1. yinhangjiasuanfa

    0下载:
  2. 设计程序模拟预防进程死锁的银行家算法的工作过程。假设有系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生。-Process simulation program designed to prevent deadlock bankers algorithm works. Suppose the s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1118750
    • 提供者:gst
  1. yinhangjiasuanfabimiansisuo

    0下载:
  2. 1、本次课程设计通过编写和调试一个银行家算法避免死锁的程序,观察产生死锁的条件,并采用银行家算法,有效地避免死锁的发生。 2、掌握避免死锁的方法,系统安全的基本概念 3、掌握产生死锁的原因、产生死锁的必要的条件和处理死锁的基本方法。 4、了解最具有代表性的避免死锁的算法——银行家算法,了解资源在进程并发执行过程中的资源分配策略。 -1, this course designed by bankers to write and debug a program algorithm t
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4816364
    • 提供者:孙天胤
  1. bankers

    1下载:
  2. 多线程银行家算法实现, 多线程银行家算法实现-Banker' s algorithm to achieve multi-threaded, multi-threaded algorithm bankers, banker' s algorithm to achieve multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1929194
    • 提供者:成益武
  1. mybank.c

    0下载:
  2. 纯c实现的银行家算法,采用pthread多线程编程,模拟资源的安全有效分配-the banker‘s algorithm based on pthread and safety algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-22
    • 文件大小:1024
    • 提供者:zhang
  1. BankerAlgorithm

    0下载:
  2. C++写的银行家算法,可以随机生成资源和进程序列。-C++ write the banker' s algorithm, resources and process sequences can be randomly generated.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:266497
    • 提供者:sandwich
  1. jyhjjsffa

    0下载:
  2. java语言银行家算法的简简单易懂实现,大家能参考参考 -java language of the banker' s algorithm, simple easy to understand, we can refer to reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2158
    • 提供者:pgx0123
  1. yhjsf

    0下载:
  2. 用C语言编写的控制台程序,用于实现银行家算法的一些功能-Console application written in C language, for some of the features of the banker' s algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:12116
    • 提供者:CHENLEI
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com