-
ftp file download (qt4 platform, C language), and use the ftp download xp or les...
ftp的文件下载(qt4平台C语言编写),与xp下使用的ftp下载差不多,界面没xp下好看,基本实现了文件的下载和上传-ftp file download (qt4 platform, C language), and use the ftp download xp or less the same under the good-looking interface, not xp, basically download and upload documents
- 2022-01-25 14:33:33下载
- 积分:1
-
《linux设备驱动程序》第二版英文pdf版
《linux设备驱动程序》第二版英文pdf版- Linux device driver, the second edition of the English pdf version
- 2022-07-19 19:06:02下载
- 积分:1
-
系统下的设备驱动程序
Linux系统下的设备驱动程序-Linux system under the Device Driver
- 2022-08-25 05:54:53下载
- 积分:1
-
Linux
LINUX驱动编程,蛮好的,慢慢学习吧;不错的资料啊-LINUX-driven programming, fine, and slowly learning it good information ah
- 2022-03-18 01:19:03下载
- 积分:1
-
who命令的具体实现,方法见原代码注释
/*who1.c
who命令的具体实现,方法见原代码注释
/*who1.c - for a first version the who programe
* open,read UTMP file,and show resulets
-/*who1.c- for a first version the who programe
* open,read UTMP file,and show resulets
*/
- 2022-03-23 17:18:26下载
- 积分:1
-
在Linux/Unix环境下发包测试性能的工具,功能非常强大
在Linux/Unix环境下发包测试性能的工具,功能非常强大-in Linux/Unix environments contract performance testing tool, which is very strong
- 2022-03-15 23:10:13下载
- 积分:1
-
linux 控制台下显示图片
欢迎使用,
linux 控制台下显示图片
欢迎使用,-linux console display picture welcome to use,
- 2022-01-23 11:03:16下载
- 积分:1
-
linux下模拟进程互斥的一个小程序。
linux下模拟进程互斥的一个小程序。-modeling process under an exclusive small programs.
- 2022-03-01 04:20:41下载
- 积分:1
-
gcc中文用户手册,pdf档。希望对大家有帮助!
gcc中文用户手册,pdf档。希望对大家有帮助!-gcc English user manual, pdf file. Hope everyone has to help!
- 2022-05-17 06:45:46下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1