CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - c/c 算法

搜索资源列表

  1. 汤子瀛银行家算法

    2下载:
  2. 操作系统银行家算法c语言版适合广大在校生作实验报告,应付考试-operating system bankers algorithm c language version suitable for the majority of the in-school experiments, with their examinations
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.46kb
    • 提供者:魏丙英
  1. 银行家算法(C Sharp)

    0下载:
  2. 操作系统银行家算法实习程序,可以输入资源和进程信息,计算安全序列,能否为某个请求分配资源-operating system bankers algorithm attachment procedures, can be imported resources and process information, computing security sequence, Can a request for the allocation of resources
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:553.61kb
    • 提供者:崔哈
  1. NEICUN

    0下载:
  2. 这是模拟内存分配的C语言算法,请大家参考
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.18kb
    • 提供者:pp
  1. 用C语言实现银行家算法

    0下载:
  2. 用C实现银行家算法-C algorithm to achieve bankers
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8.48kb
    • 提供者:nL
  1. pdfrd

    0下载:
  2. 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anqu
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:868.31kb
    • 提供者:小鱼
  1. C++_memory

    0下载:
  2. C++ 内存管理算法和实现,C++ 内存管理算法和实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5.47mb
    • 提供者:chen
  1. 银行家算法程序

    0下载:
  2. 银行家算法程序,操作系统的,用c编的-bankers algorithm procedures, operating systems, with the series c
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:张嘉微
  1. 操作系统中改进型clock页面置换算法的演示算法

    0下载:
  2. 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2016-12-23
    • 文件大小:1.13kb
    • 提供者:周岩
  1. FIFO.先进先出调度算法(FIFO)处理缺页中断

    1下载:
  2. 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
  3. 所属分类:操作系统开发

  1. project1

    0下载:
  2. 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:25.17kb
    • 提供者:lly
  1. one

    0下载:
  2. FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:刘蒙
  1. 银行家算法(C语言)

    1下载:
  2. 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
  3. 所属分类:OS Develop

    • 发布日期:2016-01-26
    • 文件大小:20.63kb
    • 提供者:Paine
  1. C++neicunguanli

    0下载:
  2. VC++的内存管理算法和算法实现,介绍了很多有用的函数和思想,原版英文书籍-VC++ Memory management algorithm and the algorithm to introduce a lot of useful functions and thought, the original English books
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:顾箫剑
  1. c

    0下载:
  2. 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1.71kb
    • 提供者:
  1. fifth

    0下载:
  2. 进程调度 ,操作系统实验报告,5种算法实现,包含源码可以运行的使用c,c++软件-The process of scheduling, the operating system experiment report, five kinds of algorithms, including source code can run the use of c, c software
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:72.49kb
    • 提供者:金鱼
  1. firstsuit

    0下载:
  2. 文件的首次适应算法和最佳适应算法,实验平台是vc.-Documents the first time the best algorithm and adapt to meet the algorithm, the experimental platform is vc.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:877.84kb
    • 提供者:王一奇
  1. banker

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

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:
  1. Producer-and-consumer-C

    0下载:
  2. 能实现应生产者消费者算法的c++代码 运行环境为vc6.0-Producer and consumer C
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:60.05kb
    • 提供者:金火
  1. 银行家算法

    0下载:
  2. c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-24
    • 文件大小:2kb
    • 提供者:苏提春晓
  1. bankers

    0下载:
  2. 一个成功实现银行家算法的代码,代码包含用c/c++实现(implement of the Banker's Algorithm,by c/c++)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-06
    • 文件大小:175kb
    • 提供者:peterkachi
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com