搜索资源列表
file_system
- 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (o
34390
- A simple type of operatinng system like MS DOS shows the programming of basic commands.-A simple type of operatinng system like MS D. OS shows the programming of basic commands.
28104055398
- shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
UnixShell4osDesign
- Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。 本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用 户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命 令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
project1
- 操作系统内存分配释放算法的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
MS-DOS6.0完整源代码
- Microsoft MS-DOS6.0 完整源代码,包括所有外部命令,安装程序,DOSSHELL等。每个源文件均包括开发历史、更新说明、注释。这样一套源码对你的意义,实在无法以笔墨形容-Microsoft the MS-DOS6.0 complete source code, including all external commands, the installation procedure, DOSSHELL and so on. Each source document include
process
- 一、 进程控制 目的:利用简单的结构和控制方法模拟进程结构、进程状态转换和进程控制。 方法:用PCB表示整个进程实体,利用键盘交互式命令控制方法模拟进程执行中产生的事件。 -First, the process control purposes: the use of a simple structure and control method for simulation of the process structure, process state transitions and
DOS
- dos 操作命令,提供了windows平台下模拟dos操作系统的各种操作命令-dos command to provide a simulation dos under windows operating system platform for a variety of operation commands
LinuxOs1
- 第一章 Linux操作系统简介及其安装与基本应用,基本命令及进程管理-Chapter I Introduction and installed Linux operating system and basic applications, basic commands and process management
Fifo
- Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user process and one for status back to the user process. As declared in
shell
- 这是一个shell程序,模拟unix系统之下的。可以实现unix下的很多命令-This is a shell program to simulate the system under unix. Can be achieved under a lot of unix commands
Linux_mingling
- Linux的命令大全,修改版本,对一些针对内核2.6的命令做了注释,还是挺不错的。适合初学者或者作为手册进行查询-Linux command Daquan, a modified version, for some commands for the kernel 2.6 has done a comment, or very good. Suitable for beginners or as a manual query
DOS_mingling
- DOS环境下的常用命令大全,可方便的查询想要查询的DOS命令。对于不熟悉DOS命令的人的来非常方便。-DOS environment commonly used commands Daquan, can easily query want to check the DOS commands. For those who are not familiar with DOS commands to come very easily.
myshell
- 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
easyVM_Small
- 一个小型的虚拟机系统,仿照DOS系统做的,可以虚拟很多指令-A small virtual machine system, modeled on the DOS system do a variety of commands can be virtual
cmd
- 仿windows的dos程序,仿照windows操作系统的dir,cd。。。等命令-Imitation windows of the dos program, modeled on the windows operating system dir, cd. . . Other commands
BIOS
- BIOS是Basic Input/Output System的缩写,中文意思是“基本输入/输出系统”。它是操作系统和硬件之间的连接桥梁,负责在电脑开启时检测、初始化系统设备、装入操作系统并调度操作系统向硬件发出指令 -BIOS is the Basic Input/Output System the abbreviation of Chinese means " basic input/output system." It is the operating syste
dos
- dos命令大全包括基本的常用命令,以及查看操作命令-dos commands the Daquan including basic commonly used commands, and view the operation command
moniwenjianxitong
- 构建一棵树形结构的文件系统,要求程序模拟简单的dos文件系统的命令功能 Cd:类似dos的cd命令 Edit:创建文件 Del: 删除文件 Rd:删除目录 Dir:显示目录 Md:创建目录 -Build a tree-structured file system, and program to simulate the function of simple dos file system commands Cd: similar to the dos cd com
MS-Dos-6.0-Source-Code
- Microsoft MS-DOS6.0 完整源代码,包括了所有外部命令,安装程序,DOSSHELL等。 每个源文件均包括开发历史、更新说明、注释。-Microsoft MS-DOS6.0 complete source code, including all external commands, installer, DOSSHELL. Each source file includes a history of the development, update instructions, c