当前位置:
首页 资源下载
搜索资源 - implementation of UNIX shell
搜索资源列表
-
1下载:
该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像 转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。 doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信 息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码 器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和mpeg2dec/,其中包含了编码器和解码器 的源代码,以及
-
-
1下载:
Unix shell是unix的命令解释程序,用于让用户以一种友好的方式运行程序和执行命令。
本课程设计要求学生在linux下写一个命令解释程序,实现Ksh最基本的功能。即:允许用
户打入一个可执行的程序的名字以及其命令行参数,执行这个程序。同时实现一部分内部命
令(比如cd,详见要实现的命令),以及输入输出重定向等功能。-Unix shell is unix order to explain procedures to enable users to a friendly mann
-
-
1下载:
该目录下包含了实施ISO/IEC DIS 13818-2标准的源程序。它可以将为压缩的图像转化成MPEG-1和MPEG-2视频编码流,同时也可以进行逆变换。doc/目录下的mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。verify/目录下是一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 在src/目录下有两个子目录mpeg2enc/和mpeg2dec/,其中包含了编码器和解码器的源代码,以及在VC下编
-
-
8下载:
************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
-
-
0下载:
自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等,To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
-
-
1下载:
应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
-
-
0下载:
Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
-
-
0下载:
unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
-
-
0下载:
目的:
1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能:
a) 实现Shell的基本功能,包括有:打印提示符;
接受和分析命令行(滤去无效的空格、tab符号以及换行符等);
执行命令(要有出错处理;输入exit或者bye退出);返回父进程;
b) 处理后台程序(不需要wait)
c) 处理多行命令(分析命令行中的‘ ’并处理之)
d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;
-
-
1下载:
作业控制是操作系统的首要功能,是连接用户与操作系统内核的最主要的通道。UNIX的作业控制由shell程序实现,它接收终端用户的联机命令,或执行shell脚本程序,完成用户的作业。shell以用户进程的方式运行于用户模式,因此,用户可以选择自己喜欢的shell程序,也可以使用自行设计的个性化shell程序。-Job control is the primary function of the operating system is to connect the user with the oper
-
-
0下载:
UNIX SHELL的设计与实现 UNIX SHELL的设计与实现-UNIX SHELL Design and Implementation of the design and implementation of UNIX SHELL
-
-
0下载:
This program is to give you practice in the use of UNIX functions fork() and pipe() and to implement message communication between processes. In this program you will implement a simple UNIX shell in C. The shell reads a command line from the input,
-