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

搜索资源列表

  1. Banker

    0下载:
  2. 银行家算法Csharp实现,能计算出安全性序列-Bankers algorithm to achieve Csharp can calculate a safe sequence
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:566296
    • 提供者:ai
  1. main

    0下载:
  2. 银行家算法,实现操作系统中银行家借钱的算法-The banker algorithm, the algorithm operating system
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:2159
    • 提供者:chen
  1. Bankers-algorithm

    0下载:
  2. 用于实现银行家算法,判读系统资源分配是否安全,从而起到预防死锁的作用。很不错-For the banker' s algorithm, and interpretation of resource allocation, security system, which play the role to prevent deadlock. Very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1362
    • 提供者:韩磊
  1. Tcyiinhangjiih

    0下载:
  2. 此源代码,是一个银行家算法的C语言程序源码,在win TC下下实现了,完全可用,如有需要可下载 -This source code is a banker algorithm in C language program source code, win TC, fully available and, if necessary, can be downloaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1338
    • 提供者:wzzling
  1. BBankerra

    0下载:
  2. 银行家算法 采用CSHARP编程 开发环境VS2005 朋友友们可以参考一下 主要核心算法大同小异 其他语言的也可以参考下 -CSHARP the programmed development environment VS2005 friend faithful banker algorithm can refer to the core algorithm can also refer to the following much the same in other languages
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:432741
    • 提供者:slim
  1. banker

    0下载:
  2. 这是一个用C++实现银行家算法的程序 程序比较简单-This is a banker with a C++, the program process is relatively simple algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1259
    • 提供者:CAKE同学
  1. M-bankers-algo

    0下载:
  2. Banker algorithm implementation in Java , extract the rar file, source code in pdf format
  3. 所属分类:source in ebook

    • 发布日期:2017-12-08
    • 文件大小:13506
    • 提供者:speedracers
  1. The-bankers-algorithm

    0下载:
  2. The banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:2511
    • 提供者:hwl
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. banker

    0下载:
  2. 用C++将银行家算法实现!简单通俗易懂!-The use C++ bankers algorithm! Simple and easy to understand!
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:1300
    • 提供者:xhb
  1. banker

    0下载:
  2. 银行家算法,通过C++实现银行家算法避免死锁。-Bankers algorithm, C++ achieve bankers algorithm to avoid deadlock.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-10
    • 文件大小:1858
    • 提供者:cai
  1. bankers

    0下载:
  2. 代码是操作系统中银行家算法的简单实现。通过简单的c语言控制台程序让人理解银行家算法的计算过程。-Simple implementation of the code is the the banker algorithm in the operating system. Through a simple console program c language people understand the banker' s algorithm calculation process.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-18
    • 文件大小:1895
    • 提供者:kangkang
  1. yin-hang-jia-suan-fa

    0下载:
  2. 用c语言模拟了操作系统中银行家算法,包含了详细的代码。 -C language to simulate the banker algorithm, the operating system contains a detailed code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:235994
    • 提供者:liuyangbiao
  1. Banker-s-algorithm

    0下载:
  2. 银行家算法实现Banker s algorithm-Banker s algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:1835
    • 提供者:肖传林
  1. Bankers

    0下载:
  2. 这个代码模拟出了操作系统在避免死锁时所采用的banker算法。para.txt中给出了示例参数(CPU数量、资源种类、每种资源的数量,以及各个任务所申请的资源种类和数量)。-This project simulates the Banker algorithm, which is widely used by all kinds of operating system (OS) to avoid dead lock. The para.txt is a sample scr ipt for th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-16
    • 文件大小:5535
    • 提供者:Zhang
  1. BankWw

    0下载:
  2. 操作系统银行家算法的实现,我试过了,可以使用,请放心-Banker algorithm realization of the operating system, I tried, you can use, please rest assured
  3. 所属分类:Console

    • 发布日期:2017-12-08
    • 文件大小:179700
    • 提供者:ww
  1. banker

    0下载:
  2. 银行家算法,可用于linux系统,文档中包含源代码-Bankers algorithm can be used Linux system, the document contains the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:212658
    • 提供者:丛菲
  1. Banker

    0下载:
  2. 这个应用程序演示了如何实现该僵局避免算法,死锁是潜在的问题在任何操作系统。这有助于理解如何植入可以避免死锁:通过跟踪安全的和不安全的状态。实现模拟了死锁避免算法 我们可以分配资源来处理在运行时间和可以看到效果的分配。-This application demonstrates how to implement the deadlock avoiding algorithm, deadlock is a potential problem in any operating system. This
  3. 所属分类:Windows Develop

  1. Bankers-algorithm

    0下载:
  2. 死锁避免----银行家算法的模拟实现,掌握银行家算法,了解资源在进程并发执行中的资源分配策略。-Deadlock avoidance---- bankers algorithm simulation, master the banker' s algorithm, and resources in the process of concurrent implementation of resource allocation strategies.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1572
    • 提供者:vity
  1. banker

    0下载:
  2. 操作系统科目中一些经典的关于银行家算法的源代码和报告整理合集-Operating system on account of some classic bankers algorithm source code and reports finishing Collection
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:502872
    • 提供者:杨鹤凌
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com