-
Linux Kernel核心中文手册
Linux Kernel核心中文手册-core Linux Kernel Chinese Manual
- 2022-02-27 06:15:07下载
- 积分:1
-
linux下的开发库minigui的演示程序1.6.9
linux下的开发库minigui的演示程序1.6.9-under linux minigui the development of the demonstration program : 1.6.9
- 2023-03-16 03:15:04下载
- 积分:1
-
深入理解linux内核第二版,英文版,比较易懂
深入理解linux内核第二版,英文版,比较易懂-Linux kernel-depth understanding of the second edition in English, compared to understand
- 2022-04-11 19:44:25下载
- 积分: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
-
多线程文件的传输实现 需要在linux shell 下操作
多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
- 2022-01-26 00:44:27下载
- 积分:1
-
linux聊天程序试试看毕业设计
没什么写的了
linux聊天程序试试看毕业设计
没什么写的了-Try linux chat program not written by graduate design of the
- 2022-11-24 01:55:03下载
- 积分:1
-
这是一个机器人的游戏,使用GTK + +和它一样的机器人游戏
this a robot game which is use gtk++ and it is same as in linux robot game
player need to save himself and robots will com towards him-this is a robot game which is use gtk++ and it is same as in linux robot game
player need to save himself and robots will com towards him
- 2022-02-04 20:43:23下载
- 积分:1
-
this source code contains the way of data transmission over l2cap sockets of blu...
this source code contains the way of data transmission over l2cap sockets of bluetooth under Linux Environment.
- 2022-05-18 03:39:05下载
- 积分:1
-
- 2022-02-22 06:06:03下载
- 积分:1
-
本书主要讲述了如何在unix平台下进行C语言基础程序设计,以及高级编程....
本书主要讲述了如何在unix平台下进行C语言基础程序设计,以及高级编程.-the book explains how the unix platform for C language based programming, and high-level programming.
- 2022-03-30 12:16:56下载
- 积分:1