CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 银行家算法

搜索资源列表

  1. banker

    0下载:
  2. 这个程序是用汇编语言写的银行家算法!包括对数据的输入和显示!-This program is written in assembly language banker algorithm! Including data input and display!
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:demon
  1. Bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法-Bankers algorithm is one of the most representative of the algorithm to avoid deadlock. Also known as "resource allocation denial" method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7487
    • 提供者:czl
  1. bankerAlgorithmandCPUAlgorithm

    0下载:
  2. 银行家算法和转轮调度以及优先级调度算法,c语言实现-Scheduling algorithms and runner bankers and priority scheduling algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:965287
    • 提供者:calvados
  1. bankalgorithm

    0下载:
  2. 该程序实现了操作系统中控制进程的一个非常重要的算法-银行家算法。-The program implements the operating system to control the process of a very important algorithms- bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1943446
    • 提供者:袁晓丽
  1. banker

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithms to avoid deadlock. The method allows to avoid deadlocks in t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1754855
    • 提供者:符舜
  1. bankers-algorithm

    0下载:
  2. 用JAVA实现的银行家算法的核心思想(非完整版)-JAVA implementation with the core idea of the banker s algorithm (non-full version)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:355595
    • 提供者:zhaosj123
  1. banker

    1下载:
  2. 银行家算法 图形界面 用JAVA实现的一个窗口-银行家算法 图形界面
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:3236
    • 提供者:zhangqi
  1. BankersAlgorithm

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Bankers algorithm is an important way to avoid deadlock, this experiment requires a high-level language debugging and prepared a simple algorithm bankers procedures.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:1007599
    • 提供者:Huancheng
  1. ex1

    0下载:
  2. 实验用的银行家算法,没啥技术含量,不用管这个,纯粹是为了下载东西,2-BE HAPPY,JUST FOR FUN
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1578
    • 提供者:庞统
  1. PCB

    0下载:
  2. 操作系统的进程管理、内存管理以及银行家算法的源码-Operating system process management, memory management, and the banker' s algorithm source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2313281
    • 提供者:张凡荣
  1. ososos

    0下载:
  2. 操作系统课,银行家算法调试,用于手动输入银行家算法各个资源数目,和原本具有的数目,从而判断能否有一个安全序列让他运行-Class operating system, bankers algorithm debugging, bankers algorithm for manual entry of each number of resources, and the number of the original has, in order to determine whether there is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2268
    • 提供者:刘开元
  1. The-bankers-algorithm

    0下载:
  2. 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:mr.lin
  1. yinHangJia

    0下载:
  2. 银行家算法的简单实现。进程的死锁避免算法。编写一段程序,模拟银行家算法,解决进程的死锁问题。 利用VC++6.0实现上述程序设计和调试操作,根据提示输入相应的资源请求,对于算法操作的成功与否提供一定的提示框-Bankers simple algorithm. Process deadlock avoidance algorithms. Write a program to simulate the bankers algorithm to solve the deadlock process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1366
    • 提供者:cc
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统死锁————银行家算法的代码 练习-Operating system deadlock banker algorithm code practice
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1344
    • 提供者:李响
  1. yinhangjia

    0下载:
  2. 操作系统银行家算法问题的C++源代码,可以在C++中实现.-操作系统银行家算法问题的C++源代码,可以在C++中实现. Bankers operating system algorithm problem C++ source code, can be achieved in the C++.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6869
    • 提供者:李峥峥
  1. banker

    0下载:
  2. 基于C语言的数据结构与算法分析:银行家算法-Data Structures and Algorithms in C language-based analysis: the banker s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6620
    • 提供者:Austin Chou
  1. yinhangjia

    0下载:
  2. 银行家算法,计算机操作系统课程作业,上机作业-Bankers algorithm, computer operating systems course work, the machine operation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-28
    • 文件大小:298673
    • 提供者:董威
  1. banker

    0下载:
  2. 操作系统中的银行家算法,使用C实现,希望对大家理解“试触”这种思想有帮助-Bankers algorithm in the operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:172747
    • 提供者:dazhao
  1. osbank

    0下载:
  2. 操作系统银行家算法,获取文件里面的信息,然后列出安全序列-os and bank
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:255730
    • 提供者:qiao
  1. Banker-algorithm

    0下载:
  2. 通过银行家算法了解进程安全性检查方法及资源分配的方法。-To understand the method of process safety inspection and the allocation of resources by the banker s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:11607
    • 提供者:小雨
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com