CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - c 实现操作系统

搜索资源列表

  1. suanfa

    0下载:
  2. 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:周恺君
  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. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.32kb
    • 提供者:sdfsd
  1. jinchengtongbu

    0下载:
  2. 利用c++实现操作系统中进程同步中的经典问题——生产者与消费者问题的模拟实现过程。-Using c++ operating system processes to achieve a classic problem of synchronization- producers and consumers, the implementation process simulation problems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.2mb
    • 提供者:天逸
  1. 操作系统+模拟的+欢迎下载+C#版

    0下载:
  2. 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
  3. 所属分类:其他小程序

    • 发布日期:2017-03-29
    • 文件大小:396.01kb
    • 提供者:远光
  1. ymdd

    0下载:
  2. 操作系统中若干种页面调度算法的程序模拟,使用C实现,含实验报告。-Several kinds of operating system scheduling algorithm of the program to simulate the page, use the C implementation, including experimental report.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:360.97kb
    • 提供者:哈哈哈哈
  1. wenjian

    0下载:
  2. 操作系统课程设计之简易的文件管理系统 基于C++实现-Operating system, curriculum design of the simple document management system is based on C++ implementation
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.56mb
    • 提供者:王小萌
  1. Memoryfenpei

    0下载:
  2. 一个简单的用C++实现的内存分配 操作系统课程实验-A simple implementation using C++ memory allocation Course of Operating System
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.26mb
    • 提供者:sjfkldj
  1. clock

    0下载:
  2. 操作系统clock算法,用c实现。代码有详细的注释-The operating system clock algorithm, c to realize the code is detailed notes
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:937.27kb
    • 提供者:
  1. PageReplacement

    0下载:
  2. 操作系统课程设计,页面置换算法,对页面置换的四种算法的C++实现-Operating systems curriculum design, page replacement algorithm, page replacement algorithm C++ achieve four
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2.31mb
    • 提供者:张三
  1. buddy

    0下载:
  2. 操作系统伙伴系统的C++实现,是操作系统概述的一个实验部分-C++ buddy system to achieve the operating system, is an overview of the experimental part of the operating system
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:236.64kb
    • 提供者:yigenliang
  1. banker

    0下载:
  2. 操作系统中的银行家算法,使用C实现,希望对大家理解“试触”这种思想有帮助-Bankers algorithm in the operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:168.7kb
    • 提供者:dazhao
  1. memman.c.tar

    0下载:
  2. 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:刘丹阳
  1. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2.52mb
    • 提供者:黄keke
  1. 多进程并发

    0下载:
  2. 实现操作系统下一个多进程并发机制,在VS13下用C++实现(realize a Multi process concurrency,it run by vs13 using C++)
  3. 所属分类:其他

  1. FCFS优化

    0下载:
  2. 操作系统调度算法 先来先服务 给大家参考一下(this is a code about fcfs very easy but useful)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:467kb
    • 提供者:求资源
  1. 最佳置换算法

    0下载:
  2. 该代码实现了操作系统中的最佳置换算法,相关代码可以实现功能的拓展,代码只提供最基本的思路和实现(The code implements the best replacement algorithm in the operating system,the related code can realize the expansion of function,Code provides only the most basic ideas and Implementation)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1kb
    • 提供者:wwwssh
  1. SJF

    0下载:
  2. 用C++实现操作系统中SJF的进程调度算法。(The process scheduling algorithm of SJF in the operating system is implemented with C++.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:465kb
    • 提供者:jttqhh1
  1. FileManageSystem

    0下载:
  2. 用C编写和调试一个文件系统,功能使用命令行的方式实现。模拟文件管理的工作过程。 说明: 1)每个目录项16个字节(在2.2中有具体定义),所以根目录下只允许建立4个子目录或者文件。 2)i-node位图1块64字节,共512位,可以描述512个i-node的使用情况 3)位图的数据结构可以参考“位域”数据结构类型。 4)Data Block区的数据块,是三种类型。包括索引块,文本文件数据块,目录文件数据块。定义时使用union类型(A file system is written a
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4kb
    • 提供者:FeedK
  1. os_file

    2下载:
  2. 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:367kb
    • 提供者:Greenyy
  1. 基于C语言实现的模拟操作系统文件系统

    1下载:
  2. 模拟linux操作系统,期末课程设计,实现linux基本功能,显示所有文件,返回目录(Simulation of linux operating system, final course design, realize the basic functions of linux, display all files, return to the directory)
  3. 所属分类:其他

    • 发布日期:2020-05-26
    • 文件大小:2.26mb
    • 提供者:帕西法尔
« 12 »
搜珍网 www.dssz.com