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

搜索资源列表

  1. Banker

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

    • 发布日期:2017-05-01
    • 文件大小:566296
    • 提供者:ai
  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. 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. The-bankers-algorithm

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

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

    0下载:
  2. 通过算法,实现进程间有限资源的安全分配,避免死锁的产生,利用银行家的算法实现.-Algorithm to achieve security allocation of limited resources in the process, to avoid deadlock generation of bankers algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:5735
    • 提供者:彦成
  1. banker

    0下载:
  2. 操作系统实验之银行家算法,通过实现银行家算法深入了解CPU调度-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-29
    • 文件大小:3133
    • 提供者:jimmy lin
  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++实现银行家避免死锁的算法,简单易懂,对学习操作系统好处很大-banker algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:3686889
    • 提供者:ZHAOXIN
  1. banker

    0下载:
  2. 银行家算法Java语言实现,符合计算机操作系统原理书籍上的要求,请放心下载使用。-Bankers algorithm Java realization, in line with the principle of computer operating system on the books of the request, please feel free to download to use.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1886
    • 提供者:coolcgp
  1. banker

    0下载:
  2. 银行家算法问题,自己的银行家算法课程设计代码和说明书-Bankers algorithm problem, his banker algorithm curriculum design code and specification
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:16669
    • 提供者:lingyi
  1. Banker

    0下载:
  2. 这是一个用Java写的银行家算法程序,能够实现银行家算法,实现资源分配和安全检测!-This is a banker algorithm written in Java program, bankers algorithm, resource allocation, and security detection!
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:173560
    • 提供者:Miami
  1. banker

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

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

    0下载:
  2. 这是关于 操作系统 中 银行家算法的代码,自己写的,可能不是符合每个人的要求,代码后面有关于算法的具体介绍和解释-This is the code of the operating system banker algorithm, may not meet the requirements of each person, write their own code followed by the specific introduction and explanation of the algori
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:1778
    • 提供者:李玲
  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. banker

    0下载:
  2. 多个进程同时运行时,系统根据各类系统资源的最大需求和各类系统的剩余资源为进程安排安全序列,使得系统能快速且安全地运行进程,不至发生死锁。银行家算法是避免死锁的主要方法-Multiple processes running at the same time, the greatest demand for various types of system resources and the remaining resources of the various systems arranged for
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:3139
    • 提供者:陈斯顿
  1. Bankers-algorithm-C

    0下载:
  2. 能预防死锁的银行家算法C语言实现方法,一种最有代表性的避免死锁的算法-Can prevent deadlock banker algorithm C language, one of the most representative algorithm to avoid deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:16691
    • 提供者:兰陵悦之
  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. Operating-system-bankers-algorithm

    0下载:
  2. 操作系统中银行家算法编程,系统地描述了银行家算法的实现,如何实现-Operating system bankers algorithm programming, systematic descr iption of the the banker algorithm implementation, how to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1625
    • 提供者:小雨
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com