搜索资源列表
tinix_os
- 于渊编著,用汇编在NASM环境下编写的一个简易的操作系统内核。对学习操作系统理论有很好的帮助。-produced in the Yuan, with the compilation environment Assemble a summary prepared by the operating system kernel. Learning theory is a good operating system help.
FCFSSSTF
- 《操作系统原理》课程设计 课题名称:磁臂调度及扇区排队算法模拟 模拟了FCFS和SSTF两种调度 -"Operating Systems Theory" design issues Name : Magnetic Sector arm scheduling and queuing algorithm simulation and the simulation of FCFS queue scheduling two SSTF
windowsosprinciple
- Windows操作系统原理》,这是国内第一本以Windows操作系统为例,全面讲述操作系统原理的教程。微软总裁比尔·盖茨先生亲自写来贺词,这是比尔·盖茨先生第一次为美国境外出版的图书写贺词。中国科学院院士杨芙清教授、微软亚洲研究院前任院长张亚勤先生亲自为本书作序,教育部高教司司长、著名的操作系统专家张尧学教授也给予本书极高的评价。-Windows Theory. " This is the first in the country to the Windows operating sy
单片机原理及应用
- 单片机原理及应用——基于Proteus和Keil C[林立][程序源代码]-Microcontroller Theory and Applications- Based on the Proteus and Keil C [everywhere] [source code]
exp
- 一、本程序针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序 可模拟撤销多个进程及其子孙进程。 二、本程序针对操作系统中进程创建相关理论进行实验。要求实验者输入实验指导书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义表的方式进行存储。 -First, the procedure for revocation of the operating system in the process of theory to experiment
OperatingSystem
- 该程序涉及进程创建和撤销相关理论;涉及信号量相关理论;涉及进程调度相关理论; 涉及死锁相关理论;涉及页面置换相关理论;涉及磁盘调度相关理论;涉及内存管理相关理论;是一个真实的内核实验,它涉及了可执行文件的装载与重定位。 -The program involves the process of creation and revocation of the relevant theory related Semaphore related theory involved in the proce
os-1
- 操作系统实验1,进程调度实验本实验模拟单处理器系统的进程调度,加深对进程的概念及进程调度算法的理解。用某种语言编写和调试一个进程调度的算法程序,有一些简单的界面,能够运行,仿真操作系统中进程调度的原理和过程。进程调度要求使用高响应比优先的动态优先级调度算法。-Operating system in Experiment 1, the process of scheduling experiments in this experiment simulated the process single-
linuxC
- C语言本质。结合计算机和操作系统的原理讲解C程序是怎么编译、链接、运行的,同时全面介绍C的语法。位运算的章节改编自亚嵌教育林小竹老师的讲义,链表和二叉树的章节改编自亚嵌教育朱老师的讲义。汇编语言的章节改编自[ GroudUp],在这本书的最后一章提到,学习编程有两种Approach,一种是Bottom Up,一种是Top Down,各有优缺点,需要两者结合起来。所以我编这本书的思路是,第一部分Top Down,第二部分Bottom Up,第三部分可以算填了中间的空隙,三部分全都围绕C语言展开
lunwen
- 管理信息系统(Management Information Systems 简称MIS),是一个由人、计算机等组成的能进行信息的收集、传送、储存、维护和使用的系统。经过30多年的发展,已经成为一个具有自身概念、理论、结构、体系和开发方法的覆盖多学科的新学科。-Management Information Systems (Management Information Systems referred to as MIS), is a human, the computer can be comp
filesystemCourse
- 文件系统的源代码及其教程,通过课程设计,让我更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解,加强了我的动手能力-File system source code and tutorials, through course design, let me better grasp of the theory and implementation of the operating system, deepen the basic theory and important al
caozuo
- 是关于操作系统的全部的学习资料。包含理论以及操作系统的原理,以及考试试题-Operating system is all about learning information. Contains the theory and principles of operating systems, and examination papers
2
- 本次操作系统课程设计的主要任务是进行系统级的程序设计。本课程设计是操作系统原理课程的延伸。通过该课程设计,使学生更好地掌握操作系统各部分结构、实现机理和各种典型算法。-The operating system is the main task of curriculum design for system-level programming. The course design is an extension of the operating system theory course. Thro
MinixOS
- Minix是一个类UNIX操作系统,其2.0版符合POSIX 1003.1和ISO9945-1工业标准。过去,UNIX操作系统的起源与发展与其源代码的公开是分不开的,而UNIX操作系统设计思想的先进性与前瞻性也是无与伦比的。时至今日,大学中"操作系统原理"课一直使用UNIX作为应用实例,而AT&T公司注意到了UNIX的商业价值后,不再允许用UNIX的源代码进行教学。学习"操作系统原理"课就成了只谈理论而不谈设计与实现。作为计算机科学教育家的Tanenbaum开发出了Minix用于操作系统教学。与
1
- 操作系统实验 可变分区 源代码 主要是在操作系统这么专业理论课中所需的实验代码-Experimental variable partition the operating system source code primarily in the operating system so professional theory courses required in the experimental code
os
- an introduction and some theory about operating system memory management
weishitu
- 本次实验的目的主要是通过研究并独立完成用位示图法编程实现磁盘块的分配,并理解其他三个模块,更好地掌握操作系统的原理及实现方法,加深了对操作系统基础理论知识和重要算法的理解,加强动手能力。-The main purpose of this experiment is done through independent study and map display method using programmed bit disk block allocation, and to understand t
operate-system
- 对操作系统的原理及构成方法以及组织形式进行介绍及讲述帮助同学更好理解操作系统-introduce the theory of OS
jinchengmonishiyan2
- 实验二 进程撤销模拟 实验学时:2 实验类型:验证 实验要求:必修 一、实验目的 1) 理解进程撤销相关理论; 2) 掌握进程撤销流程。 二、实验内容 本实验针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序可模拟撤销多个进程及其子孙进程。 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况;
2
- 掌握系统调用pipe()的使用方法及其功能,理解管道通信原理; (2)掌握利用系统调用exit()和wait()实现父进程与子进程之间的同步,理解同步的含义。 -Master the system call pipe () to use its functions, to understand the pipeline communication theory (2) master system call exit () and wait () synchronization betw
LINUX_systems-theory-TEST.doc
- 针对于LINUX系统的简单操作和算法练习题,系统原理-For a simple operation on the LINUX/UNIX system and algorithmic exercises, systems theory