搜索资源列表
shell
- 计算机操作系统的实验作业,SHELL的源代码
The14thspeakstheshellplaitdistancefoundation
- Linux网络操作系统Shell编程基础对最基础的编程有相应的了解
shell
- 操作系统一个简单例题,shell编程方面
shell-teachingmaterials
- 操作系统实验课Shell编程讲义
linux-Shell
- 操作系统模拟Shell课程设计源码 模拟linux系统的shell模块功能
shell
- 操作系统中的SHELL程序~在LINUX系统中也能运行
shell
- 文字操作系统与外部最主要的接口就叫做shell。shell是操作系统最外面的一层。shell管理你与操作系统之间的交互:等待你输入,向操作系统解释你的输入,并且处理各种各样的操作系统的输出结果。
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
linux下C语言编写的shell
- C语言编写的简单shell,计算机操作系统实验作业...你懂的
IFS.zip
- 操作系统实验:模拟采用二级目录结构的磁盘文件系统中的文件操作。程序简单模拟了一个类unix的shell界面,并完成了实验中所要求的具体内容。运行时需注意问题:初始用户名密码为root,登陆后可输入help命令查看命令格式获取帮助。,Operating System Experiment: Simulate file operations for the two-level directory structure in the file system. Should pay attention
shell
- 四川大学,操作系统的shell,能够实现简单的系统调用-Sichuan University, the operating system shell, to achieve a simple system call
一个简单的shell程序
- 《操作系统—精髓与设计原理》一书中myshell编程项目
A-Simple-Shell
- Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
shell
- linux中shell编程,是操作系统的上机题,后台可以增加用户-shell programming in linux is the OS on the machine title, the background can increase the user
GENIE-SHELL
- uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或
LinuxShell
- 大学操作系统课程实验:Linux下实现的一个shell解释器。能够比较完整完好地执行Linux下的普通命令、重定向命令、管道命令等多种命令。-Experimental University of the operating system: Linux under a shell interpreter. Good to be able to complete the implementation of Linux under the general command, redirect comma
shell
- 模拟Linux操作系统shell编程,完全实现其功能,很全面-shell programming
shell
- 华南理工大学操作系统实验六一个简单的shell解释程序的源代码(South China University of Technology operating system experiment, 6th a simple shell interpreter source code)
Shell编程
- shell编程熟悉Linux操作系统下Shell命令的使用,学习用Shell进行编程,并编写能够完成简单功能的Shell脚本(shell if [ -d newitem ]; then echo hello; f)
自己动手写嵌入式操作系统_蓝枫叶_pdf
- 本书以作者亲自在PC上开发嵌入式操作系统“HelloChina”的全过程为主线,详细地叙述自己动手写嵌入式操作系统所需的各方面知识,如加载和初始化、Shell、线程的实现、内存管理机制、互斥和同步机制及中断和定时机制的实现,以及设备驱动程序管理框架,应用编程接口等。(The whole process of the book by the author personally developed embedded operating system "HelloChina" in