-
unix网络编程daytimetcpcli
unix网络编程daytimetcpcli-daytimetcpcli
- 2022-03-22 04:42:19下载
- 积分:1
-
senior management, detailed account of the management of solaris
solaris高级管理,详细的介绍了solaris的管理-senior management, detailed account of the management of solaris
- 2022-02-06 22:52:42下载
- 积分:1
-
Foreign site download MODEBUS agreement, the needs of their own, are you, for re...
国外网站下载的MODEBUS协议,需要的自己下吧,供参考-Foreign site download MODEBUS agreement, the needs of their own, are you, for reference
- 2022-11-21 18:00: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
-
控制台io函数实现
控制台io函数实现-console io Function
- 2023-06-04 18:20:03下载
- 积分:1
-
linux平台中,一个查找工具grep的源代码
linux平台中,一个查找工具grep的源代码-linux platform, a tool for identifying the source code grep
- 2022-06-28 22:47:08下载
- 积分:1
-
Windows上的精简Linux系统
Windows上的精简Linux系统-Windows on the Linux system to streamline
- 2022-06-20 18:52:21下载
- 积分:1
-
A nice article for beginner of c or c++ programmer
A nice article for beginner of c or c++ programmer
- 2022-03-05 11:20:26下载
- 积分:1
-
主要是对Linux输入子系统的一些简单操作
比如lsinput是看有多少输入设备
比如input
主要是对Linux输入子系统的一些简单操作
比如lsinput是看有多少输入设备
比如input-events是看输入设备的键值
用来调试输入子系统很好-Mainly for Linux input subsystem of a few simple operations such as watch lsinput is the number of input devices such as input-events is to look at the key input device used to debug a very good input subsystem
- 2023-07-18 22:05:02下载
- 积分:1
-
linux环境下 消息队列的简单使用,可以学习消息队列的一般方法...
linux环境下 消息队列的简单使用,可以学习消息队列的一般方法-linux environment using a simple message queue, message queue can learn the general approach
- 2022-04-11 08:15:26下载
- 积分:1