-
包含目录文件及键树模板类的库文件,可以直接调用,采用优化的算化...
包含目录文件及键树模板类的库文件,可以直接调用,采用优化的算化-contains Contents documents tree template and key category of the library can be called directly, using numerical optimization of
- 2022-08-08 00:24:41下载
- 积分:1
-
this if for bash doc to get good idea on bash
this if for bash doc to get good idea on bash
- 2023-02-07 03:30:03下载
- 积分:1
-
own guitar tired of Unix C language library, done through eight banking system p...
自己编的吉他厌倦了Unix的C语言库,通过8个银行系统做的收益。
- 2022-05-21 08:58:39下载
- 积分:1
-
mmc memory stick driver for linux, can take a look at the
mmc 记忆棒驱动 for linux ,可以看一看-mmc memory stick driver for linux, can take a look at the
- 2022-02-12 12:52:53下载
- 积分:1
-
ftp server的源码
ftp server的源码-ftp server source code
- 2022-06-15 14:16:28下载
- 积分:1
-
browser's source code can be transplanted to embedded devices.
浏览器的源代码,可移植到嵌入式设备.-browser"s source code can be transplanted to embedded devices.
- 2023-08-08 21:10:03下载
- 积分:1
-
Linux下X Window双缓冲扩展协议的规范文件,X下高级图形图像编程参考资料。...
Linux下X Window双缓冲扩展协议的规范文件,X下高级图形图像编程参考资料。-Linux under the X Window double buffering extended protocol specification documents, X under the Advanced Graphics Graphics Programming Reference.
- 2022-03-05 20:15:35下载
- 积分:1
-
简单的服务器,客服端通讯,已经调试,试用于初学者
简单的服务器,客服端通讯,已经调试,试用于初学者-simple servers, customer-communications, debug and try to beginners
- 2022-07-26 12:09:10下载
- 积分:1
-
eclipse of the article hope that we can love
eclipse方面的的文章希望大家能够喜欢-eclipse of the article hope that we can love
- 2023-07-15 12:40:03下载
- 积分: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