-
进程之间通讯的一个例子
进程之间通讯的一个例子-process of communication between an example
- 2022-09-29 20:40:04下载
- 积分:1
-
Linux库例程系列一
Linux库例程系列一-Linux for a series of routines
- 2023-05-02 21:05:03下载
- 积分:1
-
LINUX设备驱动程序.pdf 很好
LINUX设备驱动程序.pdf 很好-LINUX device driver. Pdf good
- 2022-10-11 00:20:03下载
- 积分:1
-
linux下桥接软件源码
linux下桥接软件源码-linux-source software under the bridge
- 2022-03-06 23:59:09下载
- 积分:1
-
a gcc program for system calls
a gcc program for system calls
- 2022-03-23 01:59:05下载
- 积分:1
-
一个使用QT库显示界面,在linux下对Xml文件进行解析的示例。
一个使用QT库显示界面,在linux下对Xml文件进行解析的示例。-use QT for a show interface under Linux right Xml file parsing examples.
- 2023-06-26 12:00:03下载
- 积分:1
-
GtkWidget*window
gtk_init (&argc, &argv)...
GtkWidget *window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0) - GtkWidget*window
gtk_init (&argc, &argv)
window = gtk_window_new (GTK_WINDOW_TOPLEVEL)
gtk_widget_show (window)
gtk_main ()
return(0)
- 2023-02-06 20:55:03下载
- 积分:1
-
linux 的client大文件传输
自己做得,opensuse
linux 的client大文件传输
自己做得,opensuse-linux large file transfer of the client doing, opensuse
- 2022-05-06 05:34:40下载
- 积分:1
-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下:
1)如果命令行格式不符合要求,应有错误提示信息;
2)在/etc/p...
写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下:
1)如果命令行格式不符合要求,应有错误提示信息;
2)在/etc/passwd文件中查找是否有该用户,
如有,则输出“Found in the /etc/passwd file.”
否则,输出“No such on our system”
-Write a script file checkuser, the script run-time with a user name as a parameter, and specific requirements are as follows: 1) If the command-line format does not meet the requirements, there should be error message 2) in/etc/passwd file to check if there were any users, and if so, then the output " Found in the/etc/passwd file. " Otherwise, output" No such on our system "
- 2023-02-19 02:40:04下载
- 积分:1