搜索资源列表

  1. banker

    0下载:
  2. 用c++实现的操作系统中著名的银行家算法,应该说里面实现的还是比较易懂的-Using c++ implementation of the operating system well-known banker' s algorithm, it should be said there is still relatively easy to understand the implementation of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:sdfsd
  1. banker

    0下载:
  2. 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。 -The purpose of this design thr
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:244736
    • 提供者:elaine
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker&#
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Jun
  1. yhj

    0下载:
  2. 用C++实现的银行家算法,简单,实用-Banker' s Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:流水
  1. yinhang

    0下载:
  2. 实现银行家算法,对学生非常有用,在大学操作系统中都会用到-The realization of banker' s algorithm, is very useful to students in the University of the operating system will be used
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:dingding
  1. banker

    0下载:
  2. 行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法-Algorithm is to avoid deadlock experts an important method, the experiment requires the preparation of high-level language and debug a
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zicek
  1. yinhangjia

    0下载:
  2. 通过用c++语言来实现银行家算法,同时也注重到如何防止死锁的发生-By using c++ language to achieve the banker' s algorithm, but also pay attention to how to prevent the occurrence of deadlock
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:孙方俊
  1. 1

    0下载:
  2. 用C++语言实现银行家算法,以操作系统书为例子-Using C++ language implementation banker' s algorithm, to the operating system as an example the book
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:雷哲文
  1. YINHANGJIA

    0下载:
  2. 用C语言写的一个关于银行家算法调度的程序,实现对资源的动态申请和分配。-Written in C language using a scheduling program on the banker' s algorithm to realize the dynamic application and resource allocation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:202752
    • 提供者:潇潇
  1. Banker

    0下载:
  2. 银行家算法用来避免死锁,实现语言C++,输入从文件中读取-Banker algorithm is used to avoid deadlocks and achieve language C++, input from the file.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:109568
    • 提供者:Felix
  1. banker

    0下载:
  2. 这是一个用c++写的银行家算法,希望大家用的上-This is a work written in c++ banker algorithm, used in the hope that we
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:254976
    • 提供者:fred
  1. yinhangjia

    0下载:
  2. 用c++变的一个银行家算法,来源于网络,仅供参考,谢谢。够20字了-Using c++ change a banker' s algorithm, derived from the network for reference purposes only, thank you. Enough for 20 characters of the
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:185344
    • 提供者:kun
  1. Banker

    0下载:
  2. 用VC编写的学生学习用的银行家算法程序,设计得比较简单。-Prepared students with the VC with the bankers algorithm program, designed to be simple.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:
  1. Bankersalgorithm

    0下载:
  2. 操作系统中有银行家算法,但我是用c++编的-Bankers algorithm in the operating system, but I am using c++ compiled
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:lip
  1. Bank

    0下载:
  2. 用数组模拟银行家算法,解决进程之间的死锁避免问题-Simulation with an array of bankers algorithm avoid deadlock between the process of resolving the problem
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:Zr
  1. 2

    0下载:
  2. 用c编写的银行家算法,实现资源的合理调度-banker.........
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:王娟
  1. yinhangjia

    0下载:
  2. 操作系统银行家算法实验报告,内附代码;功能齐全,下载粘贴之后聚能运行,绝不用在调试-Bankers algorithm operating systems laboratory report, containing a code featured download pasted together to run after, not used in debugging
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:133120
    • 提供者:luojiawen
  1. Bank

    0下载:
  2. 用java模拟实现了银行家算法,字符界面。其中包括爱全序列的检查和是否可分配资源。-Achieved with the banker' s algorithm java simulation, character-based interface. Love the whole sequence, including the inspection and whether the allocation of resources.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:LLLL
  1. bank

    0下载:
  2. 一个简单的用c语言实现的银行家算法,短小精悍,可以参考一下-A simple c language of the banker' s algorithm, dapper, you can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jefferson
  1. yinhangjiasuanfa

    0下载:
  2. 用c++实现银行家算法,可以使算法得到演示和操作,可行,是个简单的样板-Using c++ to achieve the banker' s algorithm, can make the algorithm presentation and operation, feasible, is a simple model
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:刘力
« 1 2 3 4 5 6 78 9 »

源码中国 www.ymcn.org