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

搜索资源列表

  1. yinhangjia

    0下载:
  2. java实现银行家算法,银行家算法是一种最有代表性的避免死锁的算法-implement code
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:4325
    • 提供者:陈海蛟
  1. Bankallocation

    0下载:
  2. 模拟银行家算法实现程序,有界面,可以自由输入处理的进程数目。-Analog bankers algorithm, interface, you can freely enter the number of processing process.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:48638
    • 提供者:duhuiyou
  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. bankers-algorithm-code

    0下载:
  2. 功能:操作系统银行家算法代码:输入资源名称和数量,输入进程数量和MAX大小,输入进程请求分配资源,判断序列是否是安全的,若是安全的,给出安全的序列,分配资源。操作系统银行家算法代码-Function: input the name of the resource and the quantity, size of the input process number and MAX, the input process requesting allocation of resources to de
  3. 所属分类:OS Develop

    • 发布日期:2017-11-15
    • 文件大小:1617
    • 提供者:金旭斌
  1. yangjiasuanfa

    0下载:
  2. 银行家算法的实现,界面十分灵活,可动态添加资源种数及其个数、也可动态添加进程、删除进程,在本机上运行无误,jdk1.6、eclipse3.7-The bankers algorithm implementation, the interface is very flexible and can be dynamically added resource species and its number can also be dynamically added processes, removing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-30
    • 文件大小:37649
    • 提供者:xly
  1. yinhangjiasuanfa

    0下载:
  2. 数据结构中的银行家算法代码实现 实现银行家算法的计算-failed to translate
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:896285
    • 提供者:小李
  1. Bankers-algorithm

    0下载:
  2. 操作系统银行家算法对死锁的检测和解除 The operating system for deadlock detection and remove bankers algorithm-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:86305
    • 提供者:ZHX
  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. bank

    0下载:
  2. 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1110303
    • 提供者:吴宏玲
  1. os

    0下载:
  2. 操作系统课程设计:银行家算法的实现,老师验收过的,直接可以用-Courses on operating system design: the realization of the banker' s algorithm
  3. 所属分类:Document

    • 发布日期:2017-12-01
    • 文件大小:778823
    • 提供者:张源
  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. 706727835threadDead

    0下载:
  2. 银行家算法 描述死锁等问题 自己编写 能够运行-Banker' s algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-27
    • 文件大小:104754
    • 提供者:周朝晖
  1. systemSafe

    0下载:
  2. 数据库系统中的银行家算法的实现。通过对进程数量的控制来实现-Database system bankers algorithm. By the number of processes to achieve the control
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:709
    • 提供者:梁萍萍
  1. Bankers_algorithm

    0下载:
  2. 这段代码是实现操作系统中“银行家算法”的源代码,采用C语言进行编写-This code is to achieve the operating system " banker' s algorithm," the source code, using C language to write
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:5131
    • 提供者:lantian
  1. safe

    0下载:
  2. 安全调度算法,类似银行家算法!!!!操作系统方面的算法-the safe suanfa teach people how know about the IS how to
  3. 所属分类:OS Develop

    • 发布日期:2017-12-09
    • 文件大小:1476
    • 提供者:袁青松
  1. Text

    0下载:
  2. 银行家算法,银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Banker' s algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1772
    • 提供者: 大概是
  1. yhj

    0下载:
  2. C写的银行家算法代码实例,运行时先CMD打开命令提示符,然后将生成的EXE文件拖放至提示符窗口中-Bankers algorithm written in C code examples, when the first run CMD to open a command prompt, and then drag and drop the generated EXE file to prompt
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:11650
    • 提供者:陈丽凤
  1. YHJSF

    0下载:
  2. 使用VC++实现银行家算法,当时的操作系统大作业,给大家共享了-Use VC++ bankers algorithm, then the operating system large operations, to share the
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:329863
    • 提供者:Alexia
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com