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

搜索资源列表

  1. banker00

    0下载:
  2. 一个很好用的银行家算法,可以试试,欢迎大家,有好的和我联系-a good algorithm for the bankers, you can try, welcoming everyone, and I have good contact
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:10981
    • 提供者:mingzhu
  1. 200651523247

    0下载:
  2. 银行家算法 大家参考-bankers algorithm reference
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:172319
    • 提供者:积极
  1. ying

    0下载:
  2. 这是一个银行家算法的c语言的实现,已经通过测试,望对有需要的有点触类旁通的作用-This a banker's algorithm in C Language Implementation, has passed the tests, there is a need to look a little bit the role they jump! !
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2150
    • 提供者:王晓东
  1. bank-C++

    0下载:
  2. 操作系统银行家算法分析模拟 操作系统银行家算法分析模拟-OS operating system simulation algorithm analysis algorithm analysis bankers bankers operating system simulation algorithm, simulation Analysis
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:61646
    • 提供者:胡宗波
  1. yinhaogjia

    0下载:
  2. 加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 要求编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的防止和避免死锁的发生。 -deepen understanding of the application of resources to avoid deadlock concepts, and share and understand the deadlock and avoid the deadlock spe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:333247
    • 提供者:与非门
  1. Operate_System

    0下载:
  2. 操作系统实验:单处理器调度算法的实现和银行家算法实现。-experimental operating system : single-processor scheduling algorithm and the realization of bankers algorithm.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:41514
    • 提供者:李林华
  1. yinhangjiasfa

    0下载:
  2. 操作系统课程设计----银行家算法实现 -courses on operating system design algorithm-bankers
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:123
  1. banker

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-bankers avoid deadlock algorithm is an important method, The experiment with high-level language debugging and prepared a simple algorithm bankers procedures. Deepe
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:200169
    • 提供者:张宁
  1. OSCurriculumDesignReport

    0下载:
  2. 关于操作系统的课程设计报告,包含两个程序的设计:生产者与消费者的问题、银行家算法
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:122168
    • 提供者:huangtao
  1. os

    0下载:
  2. java和c语言编写的操作系统的算法,有生产者消费者问题和银行家算法,具体的实验报告格式-java and c language operating system algorithms, there are producers of consumer issues and banker s algorithm, the specific reporting format experiment
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:59733
    • 提供者:fantasysq
  1. yinhangjia

    0下载:
  2. 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:68163
    • 提供者:张许
  1. Dijkstra2008_3

    0下载:
  2. 另外一个银行家算法课程设计,三号文档,-Another banker s algorithm curriculum design, on the 3rd document,
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:4926
    • 提供者:精灵晓月
  1. Dijkstra2008_4

    0下载:
  2. 另外一个银行家算法课程设计,四号文档,-Another banker s algorithm curriculum design, on the 4th document,
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6122
    • 提供者:精灵晓月
  1. windows

    0下载:
  2. 操作系统 银行家算法的模拟实现-window system
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:173026
    • 提供者:张金龙
  1. shengchanzhexiaofeiz

    0下载:
  2. 课程设计 生产者与消费者 及银行家算法 [课程设计],欢迎下载,资料宝贵-Curriculum design producers and consumers and bankers algorithm [curriculum], please download valuable information
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:59476
    • 提供者:jing
  1. OS

    0下载:
  2. 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:120763
    • 提供者:蒋思
  1. bank

    0下载:
  2. 银行家算法(1)进一步理解利用银行家算法避免死锁的问题; (2)在了解和掌握银行家算法的基础上,编制银行家算法通用程序,将调试结果显示在计算机屏幕上,再检测和笔算的一致性 -bank
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1594
    • 提供者:liuzhen
  1. yinghangjia

    0下载:
  2. 一个有关操作系统课程设计:银行家算法的c++源程序,自己的作业,100 可以运行。-A course on operating system design: banker' s algorithm for c++ source code, its own operations, 100 run.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:61440
    • 提供者:anqichao
  1. ziyuanguanli

    0下载:
  2.  1.1 设计的目的    加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。  1.2 设计的要求 用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。 每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。-1.1 is des
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:141254
    • 提供者:xiaoxi10086
  1. FCFS

    0下载:
  2. 银行家算法避免死锁,其中涉及安全状态的设置-Bankers algorithm avoid deadlock
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:892
    • 提供者:明月紫莹
« 12 »
搜珍网 www.dssz.com