搜索资源列表

  1. bank-C++

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

    • 发布日期:2024-05-18
    • 文件大小:61440
    • 提供者:
  1. wangxiaodong

    0下载:
  2. 一个完完全全用c编译的程序,使操作系统的课程设计,实现了安全分配,回收,网上的大多都没有回收操作,使一个非常完整的银行家算法的实现-a totally c compiler with the procedures so that the operating system of curriculum design, realization of a security allocation, recovery, most of the In
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:王晓东
  1. bankerwangxd

    0下载:
  2. 用C实现的银行家算法,虽然和我上次上传得实现的功能是一样的,但实现方法是完全不同的,相信对不同的人因该有不同的应用-C algorithm to achieve the bankers, and the last time I uploaded in the functions is the same. but this method is completely different, I think different people h
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:王晓东
  1. ygjs

    0下载:
  2. 1.设计进程对各类资源最大申请表示及初值确定。 2.设定系统提供资源初始状况。 3.设定每次某个进程对各类资源的申请表示。 4.编制程序,依据银行家算法,决定其申请是否得到满足。 -1. design advancement to each kind of resources biggest application expression and starting value determination. 2.
  3. 所属分类:组合框控件

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:陈登
  1. BankMan_C++

    0下载:
  2. 银行家算法演示-C++描述(扩展功能较强,其中的注释也比较多) 适合与初学此算法的学第学妹们-bankers algorithm demo-C++ descr iption (expanded stronger, The Notes will be more) for this algorithm with a novice school first Xuemei they
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:龙俊
  1. kuer

    0下载:
  2. 银行家算法演示,经过测试可以使用,压缩包里很详细(根据网络源码改的)-bankers algorithm demonstration, the test can be used, the compressed bundle very detailed (based on the source code to make the network)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:270336
    • 提供者:kuer
  1. yinhaogjia

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

    • 发布日期:2024-05-18
    • 文件大小:1119232
    • 提供者:与非门
  1. banker-deadlock

    0下载:
  2. 解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:94208
    • 提供者:李国新
  1. Operate_System

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

    • 发布日期:2024-05-18
    • 文件大小:40960
    • 提供者:李林华
  1. yinhaojiasuanfa

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张正
  1. jav

    0下载:
  2. 大家看下吧,利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解. -we facie bar, bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the entire process, and to deepen the understanding b
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:692224
    • 提供者:周守超
  1. vc347772244

    0下载:
  2. 人工智能的银行家算法,用C和C++两种语言进行描述-bankers artificial intelligence algorithm, using both C and C language descr iption
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:马克
  1. bankSys

    0下载:
  2. 题目:银行家算法 具体要求:屏幕提示:输入申请资源的进程和各资源数目,程序通过对预先输入的资源的矩阵分析。给出当前系统是否安全的提示,若安全,给出安全序列。 -topics : bankers algorithm specific requirements : screen Tip : resources for the importation of the process and the number of resources
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:周子藤
  1. bankerarithmetic

    0下载:
  2. 银行家算法本课程设计是学习完《计算机操作系统》课程后,进行的一次全面的综合训练。通过这次课程设计,让我们更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解,加强动手能力-bankers algorithm design of the course is learning End "computer system" in the courses. of a full and comprehens
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:201728
    • 提供者:wbb
  1. Bank_Algorithm

    0下载:
  2. 这是一个编程模拟实现死锁避免的银行家算法-This is a programming simulation deadlock avoidance algorithm bankers
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:158720
    • 提供者:周彦斌
  1. dead

    0下载:
  2. 关于死锁的银行家算法,给定剩余资源和客户的要求,判定该银行家是否会统一此种资源分派方式-Deadlock on the banker's algorithm, given the remaining resources and customer needs, determine whether the bankers will be assigned to such resources unified approach
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王朋
  1. asdfghh

    0下载:
  2. 关于死锁的银行家算法,给定剩余资源和客户的要求,判定该银行家是否会统一此种资源分派方式-Deadlock on the banker's algorithm, given the remaining resources and customer needs, determine whether the bankers will be assigned to such resources unified approach
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:王朋
  1. osbank

    0下载:
  2. 操作系统中的进程管理的银行家算法实现,简单易懂,是我计算机系学生的设计哦!-operating system process management bankers algorithm is simple to understand, I was a student of computer design!
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:156672
    • 提供者:陈秀兰
  1. YHJ

    0下载:
  2. 自己的人工智能课程设计~~银行家算法~很简洁~-their curriculum design artificial intelligence bankers algorithm ~ ~ ~ ~ very concise
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:
  1. banker_

    0下载:
  2. 一个简单的银行家算法程序,需要的赶紧的!-a simple algorithm bankers procedures, the need to quickly!
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:li
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org