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

搜索资源列表

  1. banker

    0下载:
  2. 银行家算法的解释及源代码模拟,能够很好的理解银行家算法-Bankers algorithm interpretation and source code simulation, can be very good understanding of the bankers algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:73205
    • 提供者:opwt
  1. Bankers-algorithm

    0下载:
  2. 用C++实现的银行家算法,实现如何避免死锁翻译,很好用的。-Banker' s algorithm implemented in C++, how to avoid the deadlock translation and good use.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:199466
    • 提供者:黎孟
  1. The-banker

    0下载:
  2. 银行家算法我知道了它是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。通过这个实验我体会和了解死锁和避免死锁的具体实施方法更加深了解有关资源申请、避免死锁等概念。死锁的产生,必须同时满足四个条件,互斥条件,请求和保持条件,不剥夺条件,环路等待条件只要破坏上述四个条件中除去互斥资源的条件外系统就不会发生死锁。通过这个算法可用解决生活中的实际问题。-The banker' s algorithm, I know it is an important method
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:27926
    • 提供者:k
  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. banker

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

    • 发布日期:2017-12-10
    • 文件大小:1300
    • 提供者:xhb
  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. 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. 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. bankers-algorithm

    0下载:
  2. banker s algorithm using c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1229
    • 提供者:jenemui
  1. banker

    0下载:
  2. 使用c++编写的银行家算法的实现,是操作系统课程设计的任务,列出了所有的可能的安全序列,在vs2010上运行通过。-Use c++ prepared bankers algorithm, is the operating system of curriculum design task lists all possible security sequence in vs2010 run through.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:7153745
    • 提供者:Helen
  1. banker

    0下载:
  2. c语言模拟实现操作系统避免死锁的“银行家算法”-c language simulation operating system to avoid deadlock, "the banker s algorithm"
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:38964
    • 提供者:张亮
  1. bankerReaderAndWriter

    0下载:
  2. c++实现操作系统中经典的银行家算法和读者写着算法-c++ operating system to achieve the classic banker algorithm written algorithms and readers
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2853483
    • 提供者:黄小君
  1. 3

    0下载:
  2. 银行家算法的实现,allocate,need,maximum等矩阵算出request是否安全-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2776
    • 提供者:jill
  1. BANKER~1.C.tar

    0下载:
  2. bankers algorithm for deadlock detection
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1082
    • 提供者:sam
  1. banker

    0下载:
  2. 操作系统中进程分配的银行家算法,包括其中的安全性检查-The process allocation bankers algorithm, including the security checks of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1034
    • 提供者:罗卓
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统实验安全性检查算法和银行家算法,能对系统进行是否发生了死锁进行检测。-Operating system experiment security check algorithm and banker algorithm,a deadlock detection is performed on the system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:368629
    • 提供者:
  1. BankerAlgorithm

    0下载:
  2. 操作系统课程设计,用C语言实现了银行家算法-Courses on operating system design, using C language to achieve a banker algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:198448
    • 提供者:Cliver
  1. Banker

    0下载:
  2. 银行家算法简单实现(多线程 VC) 用多线程模拟多进程实现银行家算法-Bankers algorithm simple implementation (multi-thread VC) with a multi-threaded multi-process simulation algorithm to achieve bankers
  3. 所属分类:OS Develop

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

    0下载:
  2. 银行家算法的实现-Banker Algorithm
  3. 所属分类:OS Develop

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

    0下载:
  2. 此代码运用C语言,实现了银行家算法。代码简单易懂,是操作系统初学者的必学代码之一。-This code using C language, the banker algorithm. The code is simple and easy to understand, is the operating system for beginners will learn one of the code.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:LYY
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com