-
unix系统编程时,非常重要的是进程间的通信,本例为一种实现方式:管道...
unix系统编程时,非常重要的是进程间的通信,本例为一种实现方式:管道
- 2022-02-07 16:35:46下载
- 积分:1
-
Linux下的网络配置包含三个要素,分别是IP地址、子网掩码和网关。本文将介绍如何在C语言中进行网络的配置和配置信息的获取...
Linux下的网络配置包含三个要素,分别是IP地址、子网掩码和网关。本文将介绍如何在C语言中进行网络的配置和配置信息的获取-name:ip_config_get.c
This program is used to show the usage of ip_configand ip_get
- 2022-05-23 14:59:55下载
- 积分:1
-
Linux pritner GUI
linux pritner GUI
- 2022-08-17 15:01:17下载
- 积分:1
-
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送...
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声.
-Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified directory. Program structure is very simple, two processes: one to determine the status of U disk, U disk through the MSG to the state to the main process, the main deal with all matters of a process thread handle audible.
- 2022-10-12 03:55:03下载
- 积分:1
-
java版的lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。...
java版的lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。-java version of the lzo library of algorithms, used to implement the memory, images, data, such as disk file compression, is a very fast compression algorithm.
- 2022-02-26 00:20:30下载
- 积分:1
-
linux环境下的快速因式分解算法
linux环境下的快速因式分解算法-linux environment of rapid factorization algorithm
- 2022-06-28 23:40:17下载
- 积分:1
-
linux下socket server简单程序,有注释
linux下socket server简单程序,有注释-socket server under linux simple procedure, there are comments
- 2023-04-15 10:40:03下载
- 积分:1
-
雄鹰Linux,全面介绍Linux,让你整体系统的学习Linux系统
雄鹰Linux,全面介绍Linux,让你整体系统的学习Linux系统-Eagle Linux, a comprehensive introduction to Linux, the system allows you to learn a whole Linux system
- 2022-04-13 03:45:40下载
- 积分: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
-
LZW data compression/expansion demonstration program Mark R. Nelson 1989
LZW data compression/expansion demonstration program Mark R. Nelson 1989
- 2022-07-28 09:45:58下载
- 积分:1