CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - bankers

搜索资源列表

  1. fourbanker

    0下载:
  2. 这是四个用C#,C++,和C语言编写的一个经典银行家算法-This is the four C#, C, and C language of a classic bankers Algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:78768
    • 提供者:常伟民
  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24353
    • 提供者:陈晨
  1. yinhangjia02

    0下载:
  2. 用C++实现银行家算法也不难,这一个程序就基本实现了,而且运行起来还可以,另人满意。-C bankers realize it is not difficult algorithm, a procedure basically achieved, but can also run up, others were satisfied.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2332
    • 提供者:徐旭明
  1. yinhaojiasuanfa

    0下载:
  2. C语言的代码,银行家的算法实现,老师要我们交作业的时候下的,不知道好不好用-C language code, bankers algorithm, the teachers we perpendicular operation of the time, not knowing something handy
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2065
    • 提供者:张正
  1. sourcesbanker

    0下载:
  2. C语言编写的模拟多资源银行家算法 包括流程图和报告以及可执行文件 推荐!-C language simulation algorithm bankers more resources, including flow charts and reports and executable files recommended!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:114599
    • 提供者:sonica
  1. 进程安全性算法

    0下载:
  2. 操作系统进程检测死锁模拟银行家算法,安全性算法-operating system simulation process Deadlock Detection Algorithm bankers, security algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:杨鼎新
  1. yhj

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

    • 发布日期:2008-10-13
    • 文件大小:1562
    • 提供者:发卡
  1. 徐智峰

    0下载:
  2. copy 源代码,银行家算法等的算法,用c,c++拿来编的(借用了其他同志的意见)-copy source code, bankers algorithm algorithm used c, c used to compile (to borrow other's opinions)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4025
    • 提供者:徐智峰
  1. _vc3484645.txt

    0下载:
  2. 银行家算法 系统提供进程数目5个 资源3种输入并计算是否安全-bankers algorithm system process number five three kinds of resources and in terms of the importation of safety
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1934
    • 提供者:忘了
  1. 银行家算法C++描述

    0下载:
  2. 用VC实现银行家算法 自己制作 十分好用-with VC bankers algorithm to produce their own very handy
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61504
    • 提供者:lee
  1. bank

    0下载:
  2. 银行家算法的CSharp实现。Console Application程序。过段时间修改后上传可视化程序。-CSharp bankers algorithm to achieve. Console Application procedures. Modified over time visualization procedures upload.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:21747
    • 提供者:atl
  1. Bankeralgorithm

    0下载:
  2. 该程序演示了银行家算法的核心内容,有助于我们更加的理解银行家算法!! 至于好不好,看了评论!!! 可以发邮件gzdxzhouyuqing@tom.com一起交流学习 -The program demonstrates the core of Banker s algorithm will help us better understand bankers algorithm! ! As for the good, read comments! ! ! Email gz
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2434982
    • 提供者:gzuzyq
  1. YinHangJia

    0下载:
  2. 关于操作系统中的银行家算法,输入初始的资源量以及资源分配方案,通过银行家算法得出死锁的预防-Bankers on the operating system algorithm, enter the initial amount of resources and resource allocation scheme, obtained through the banker' s algorithm to prevent deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:42746
    • 提供者:Amon
  1. yinhangjiasuanfabimiansisuo

    0下载:
  2. 1、本次课程设计通过编写和调试一个银行家算法避免死锁的程序,观察产生死锁的条件,并采用银行家算法,有效地避免死锁的发生。 2、掌握避免死锁的方法,系统安全的基本概念 3、掌握产生死锁的原因、产生死锁的必要的条件和处理死锁的基本方法。 4、了解最具有代表性的避免死锁的算法——银行家算法,了解资源在进程并发执行过程中的资源分配策略。 -1, this course designed by bankers to write and debug a program algorithm t
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4816364
    • 提供者:孙天胤
  1. Banker

    0下载:
  2. 银行家算法Csharp实现,能计算出安全性序列-Bankers algorithm to achieve Csharp can calculate a safe sequence
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:566296
    • 提供者:ai
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. Bankers-algorithm

    0下载:
  2. 实现银行家算法的课程设计实验报告,简明易读,方便使用-Bankers algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:257554
    • 提供者:李山鹰
  1. lock_hungry

    0下载:
  2.  给出进程需求矩阵C、资源向量R以及一个进程的申请序列。使用进程启动拒绝和资源分配拒绝(银行家算法)模拟该进程组的执行情况。要求: 初始状态没有进程启动 计算每次进程申请是否分配?如:计算出预分配后的状态情况(安全状态、不安全状态),如果是安全状态,输出安全序列。 每次进程申请被允许后,输出资源分配矩阵A和可用资源向量V。 每次申请情况应可单步查看,如:输入一个空格,继续下个申请 -The  gives processes demand mat
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1427
    • 提供者:journey_j
  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. yinhangjia

    0下载:
  2. 银行家代码,用于操作系统的课程设计 写的不好 请批评指导-Bankers Code
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1306982
    • 提供者:ruier
« 12 »
搜珍网 www.dssz.com