搜索资源列表
shell it out
- 建立一个simple>的简单shell,通过编程了解fork前后parent process和child process的运行状况。调用system call检查系统报错信息。-establish a simplegt; A simple shell, through the understanding of programming before and after the parent process fork and the child process running. Calling
System_Time_Loading
- 调用系统时间,很基本,但对于扩展程序本身的功能很好-calling system, a very basic, but for the expansion of the function itself well
COMRegister
- 编写COM组件时, 经常进行组件的注册及反注册操作, 每次都是打开命令行调用Regsvr32, 实在是麻烦, 故此写了个程序将这一操作集成在系统右键菜单里,来简化此操作. 内含VC++6.0源码, 请选择ReleaseMinSize编译
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
shell
- 展示了C语言如何进行系统调用执行logout cd ls pwd pid rm mkdir mv cp等命令 -Shows how the C language system call execution logout cd ls pwd pid rm mkdir mv cp command, etc.