搜索资源列表

  1. banker

    0下载:
  2. 这是一个C++的银行家算法程序,可以根据输入的进程资源进行银行家算法.也可以按2直接输入一组默认数据.-This is a C++ procedures of the banker' s algorithm, you can enter the process in accordance with resources algorithm Banker. 2 can be directly imported by a set of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1290240
    • 提供者:周是晓
  1. Bankeralgorithm

    0下载:
  2. 银行家算法,一般可用于任务规划中的目标分配。-Banker algorithm, in general can be used for mission planning in the distribution goal.
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

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

    0下载:
  2. micoro soft .net csharp basic source code banker.zip
  3. 所属分类:.net编程

    • 发布日期:2024-05-22
    • 文件大小:381952
    • 提供者:mikeo
  1. banker

    0下载:
  2. 银行家算法,C+++实现,肯定是好使的-banker
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:于静
  1. Banker

    0下载:
  2. VC + + 6.0 bankers algorithm , it s useful for anyone.-VC++ 6.0 bankers algorithm , it s useful for anyone.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1999872
    • 提供者:kevin
  1. banker

    0下载:
  2. Banker Algorithm You shoud make table by textfile
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:minwoo
  1. banker

    0下载:
  2. 用C++模拟操作系统中的避免死锁的银行家算法-make the banker of os using vc++
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:1903616
    • 提供者:
  1. Banker

    0下载:
  2. 用于操作系统,银行家算法,用以计算安全性,判断如何分配资源,判断资源分配是否安全-For the operating system, banker' s algorithm for computing security, determine how to allocate resources, determine the allocation of resources if it is safe
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:wujingyun
  1. Banker

    0下载:
  2. 银行家算法 采用C#编程 开发环境VS2005 朋友们可以参考一下 主要核心算法大同小异 其他语言的也可以参考下-Banker' s algorithm using C# programming development environment VS2005 friends can refer to more or less the same core algorithms in other languages can also r
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:432128
    • 提供者:wx
  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-22
    • 文件大小:3072
    • 提供者:zicek
  1. BANKER

    0下载:
  2. 银行家算法C++描述 银行家算法C++描述-Banker' s Algorithm C++ descr iption of banker' s algorithm C++ descr iption
  3. 所属分类:系统编程

    • 发布日期:2024-05-22
    • 文件大小:14336
    • 提供者:gacser
  1. Banker

    0下载:
  2. 操作系统的课程设计,使用java实现银行家算法,做了些改良,能够自动或手动初始化!-Operating system design, the use of java bankers algorithm to achieve and made some improvements can be automatically or manually initialized!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:3072
    • 提供者:hoo
  1. banker

    0下载:
  2. 使用C++实现的一个银行家算法(类C形式)-C++ realization of the banker algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:zuyi
  1. 050601236

    0下载:
  2. c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:12288
    • 提供者:peng.xu
  1. banker

    0下载:
  2. 操作系统中的经典算法—银行家算法的实现,并进行了改进。-Classical algorithm in the operating system- the realization of banker' s algorithm and improved.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:847872
    • 提供者:xiangcao
  1. banker

    0下载:
  2. 一个银行家演示程序,源于操作系统中死锁的解决问题,采用TC编写,使用了带有颜色的输出,易于理解。该程序写于大二时期,程序中多有冗余漏洞,请见谅。-A banker demo program, from the operating system to solve the problem of deadlock, using TC preparation, use of color output with easy to understan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-22
    • 文件大小:22528
    • 提供者:云鹤
  1. BANKER

    0下载:
  2. program to implement the banker s algorithm
  3. 所属分类:成功激励

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:Juned
  1. BankersAlgorithm

    0下载:
  2. Banker s Algorithm implementation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-22
    • 文件大小:175104
    • 提供者:sersery
  1. banker

    0下载:
  2. 银行家算法,使用vs2005控制台应用程序设计的-Banker' s algorithm, using vs2005 console application designed for
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:428032
    • 提供者:小庆
« 1 2 34 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org