-
Solaris Shell Programming Environment Program, which is perfect for beginners to...
Solaris环境下Shell编程编程,很适合初学者的入门练习。SUN公司提供的源代码。-Solaris Shell Programming Environment Program, which is perfect for beginners to introduce the practice. SUN companies to provide the source code.
- 2022-03-24 03:21:38下载
- 积分:1
-
Makefile编程及相关资料的介绍与入门。很适合初学者的学习与借鉴...
Makefile编程及相关资料的介绍与入门。很适合初学者的学习与借鉴-Programming knowledge for Makefile. It s very usful for beginners.
- 2022-02-01 11:02:52下载
- 积分:1
-
编的一个linux Shell ,能实现管道,重定向,以及一些基本的Shell 编程功能...
编的一个linux Shell ,能实现管道,重定向,以及一些基本的Shell 编程功能-Made a linux Shell, can realize pipes, redirection, as well as some basic programming function Shell
- 2023-09-07 23:45:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2022-08-21 12:52:36下载
- 积分:1
-
linux 下,lgs8gl5的驱动源代码,放血了,把所有的东东都弄上来了,会不会被老板杀了啊?...
linux 下,lgs8gl5的驱动源代码,放血了,把所有的东东都弄上来了,会不会被老板杀了啊?-linux under, lgs8gl5 driver source code, bloodletting, and put all the Dongdong都弄up, will be bosses kill ah?
- 2022-03-15 02:43:53下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-08-31 15:55:03下载
- 积分:1
-
一组GUI教学程序
一组GUI教学程序-a group GUI teaching procedures
- 2022-03-24 19:12:39下载
- 积分:1
-
under linux serial usb converter driver, learning linux driver development for r...
linux下usb转换串口的驱动程序,学习linux驱动开发的朋友可以参考一下。-under linux serial usb converter driver, learning linux driver development for reference for a friend.
- 2022-11-01 21:00:03下载
- 积分:1
-
串口程序,一个很好的Linux、Unix的串行、并行的源代码
串口程序,一个很好的Linux、Unix下的串口,并口程序源代码-Serial procedures, a very good Linux, Unix Serial, Parallel source code
- 2022-05-07 23:28:14下载
- 积分:1