CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 操作系统实验报告

搜索资源列表

  1. ucore-lab3

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验3:用户进程。实验目的:了解用户进程的关键信息;理解内核管理用户进程的方法;理解系统调用的过程。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparr
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4541864
    • 提供者:gyh
  1. ucore-lab2

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:777572
    • 提供者:gyh
  1. Page-displacement

    0下载:
  2. 模拟操作系统的页面置换实验报告 就是一模版-Simulation of the operating system page replacement lab report
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:71785
    • 提供者:advifal
  1. Basic-paging-management-reports

    0下载:
  2. 这是一个操作系统系统方面的资源,主要功能是实现基本分页存储管理,里面含有源代码+详细实验报告及相应的运行过程,希望对各位有所帮助。-This is an operating system, system resources, the main function is to achieve the basic storage management page, which contains the source code+ detailed lab report and the correspond
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:93507
    • 提供者:黎明
  1. round-robin-algorithm-

    0下载:
  2. 这是操作系统一个实验报告,模拟时间片轮转算法,并且可以实现周转时间的的计算,希望对各位有所帮助。-This is the operating system reports an experiment to simulate round-robin algorithm, and can achieve the calculation of turnaround time, you want to help.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:49194
    • 提供者:黎明
  1. dynamic-priority-allocation

    0下载:
  2. 这是操作系统中动态优先权算法模拟的实验报告,内含有源代码,能够计算周转时间等-This is the operating system, dynamic priority algorithm simulation lab report, containing source code, to calculate the turnover time
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:91109
    • 提供者:黎明
  1. os

    0下载:
  2. 操作系统实验,关于作业调度的源代码,内加实验报告-Operating system experiments, lab reports plus job scheduling code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:364066
    • 提供者:郭学海
  1. os1

    0下载:
  2. 操作系统实验,关于进程调度的源代码与可执行文件,内加实验报告-Operating system experiments, the process of scheduling on the source code and executable files, plus lab report within
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:142891
    • 提供者:郭学海
  1. os3

    0下载:
  2. 操作系统实验,关于主存空间的分配与回收的源代码,内加实验报告。-Operating system experiments, on the main memory space allocation and recycling of source code, with added experimental report.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:132212
    • 提供者:郭学海
  1. os4

    0下载:
  2. 操作系统实验,关于文件系统实验的源代码,内含实验报告。-Operating system experiments, experiments on the file system source code, containing experimental report.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:195968
    • 提供者:郭学海
  1. the-operating_system_report

    0下载:
  2. 用C++语言编写的4个小类型的操作系统课程实验。分别为用户接口实验,进程管理实验,存储器管理实验,和文件系统实验。内附源工程和实验报告。-Written in C++ language, the four small type of operating system course experiment. Experimental user interface, respectively, process management experiments, memory management expe
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1500048
    • 提供者:淼淼
  1. sdabgdb

    0下载:
  2. 给出主要数据结构:分析栈、符号表、语法分析树; (2)将扫描器作为一个子程序,每次调用返回一个TOKEN; (3)程序界面:表达式输入、语法分析树的表示结果(文件或者图形方式); (二)实验报告撰写要求 (1)系统功能分析与设计(包括各个子功能模块的功能说明); (2)开发平台(操作系统、设计语言); (3)设计方案:包括功能模块结构图、主要函数的流程图; (4)主要数据结构:分析栈、分析表、符号表、语法分析树 -this is a mmmm mmmm
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-29
    • 文件大小:1395
    • 提供者:陆柯羽
  1. DentalService

    0下载:
  2. 给出主要数据结构:分析栈、符号表、语法分析树; (2)将扫描器作为一个子程序,每次调用返回一个TOKEN; (3)程序界面:表达式输入、语法分析树的表示结果(文件或者图形方式); (二)实验报告撰写要求 (1)系统功能分析与设计(包括各个子功能模块的功能说明); (2)开发平台(操作系统、设计语言); (3)设计方案:包括功能模块结构图、主要函数的流程图; (4)主要数据结构:分析栈、分析表、符号表、语法分析树 -this is a mmmm mmmm dsgdafh
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:15053
    • 提供者:陆柯羽
  1. OSBG-(2)

    0下载:
  2. 关于操作系统原理的实验报告,文件管理,设备管理等-Experimental reports on the principle of the operating system, file management, device management, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:59392
    • 提供者:徐楠
  1. shiyan2

    0下载:
  2. 大三下学期计算机操作系统实验二,实验代码和实验报告,可以拿来直接使用-Junior next semester computer operating system, experiment, experiment code and experimental reports, can be used to directly use
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:278883
    • 提供者:vvcross
  1. shiyan1

    0下载:
  2. 大三下学期计算机操作系统实验一,实验代码和实验报告,可以拿来直接使用-Junior next semester computer operating system, experiment, experiment code and experimental reports, can be used to directly use
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:405742
    • 提供者:vvcross
  1. shiyan3

    0下载:
  2. 大三下学期计算机操作系统实验三,实验代码和实验报告,可以拿来直接使用-Junior next semester computer operating system, experiment, experiment code and experimental reports, can be used to directly use
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:282981
    • 提供者:vvcross
  1. caozuoxitong

    0下载:
  2. 内含六个操作系统的实验报告和用C++编程实现报告要求。-Experimental report contains six operating systems and C++ programming reporting requirements.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5907026
    • 提供者:hellen1
  1. psychologist

    0下载:
  2. 哲学家问题+报告,操作系统实验要求完成的,还有一份说明文档-phschologist problem,on the operating system class
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:8941
    • 提供者:gaoqi
  1. 2

    0下载:
  2. 北理工操作系统课程设计进程控制实验的源码以及相关实验报告-North Polytechnic source operating system, the curriculum design process control experiments and experiments report
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:145797
    • 提供者:刘超
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com