-
Linux下编程实现服务器与客户端的连接
Linux下编程实现服务器与客户端的连接-Programming Linux server and client connections
- 2022-02-04 06:55:47下载
- 积分: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
-
Checks bash scripts for errors
Checks bash scripts for errors
- 2022-03-21 18:26:45下载
- 积分:1
-
linux programming simple example, covering file I/O, multi
linux编程的简单例子,涵盖文件I/O,多线程,多进程,socket等入门经典-linux programming simple example, covering file I/O, multi-threaded, multi-process, socket, such as Introduction to Classical
- 2022-08-15 23:22:21下载
- 积分:1
-
可扩展消息出席协议(XMPP)的完全讲解,文档附带例子,通俗易懂。...
可扩展消息出席协议(XMPP)的完全讲解,文档附带例子,通俗易懂。-Extensible Messaging and present Protocol (XMPP) fully explain, the document with examples, easy to understand.
- 2022-02-03 04:22:37下载
- 积分:1
-
uclinux下串口通信例子,实现基本的收发功能
uclinux下串口通信例子,实现基本的收发功能-Examples of serial communication under uClinux, the realization of basic transceiver functions
- 2022-01-21 19:56:35下载
- 积分:1
-
《Linux新手指南》是供linux新手参考和查阅的书籍,内容浅显易懂,适合新接触此操作系统的人使用...
《Linux新手指南》是供linux新手参考和查阅的书籍,内容浅显易懂,适合新接触此操作系统的人使用- Linux Newbie Guide are available for novice linux reference and access to books, the content easy to understand and suitable for contact with this new operating system to use
- 2022-12-10 18:25:03下载
- 积分:1
-
linux 下简单的网络通信例子(包括客户端和服务端源文件)。...
linux 下简单的网络通信例子(包括客户端和服务端源文件)。-linux under the simple example of network communication (including client and server source file).
- 2022-04-02 06:06:24下载
- 积分:1
-
cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊...
cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊-cramfs generation process, Oh, very suitable for beginners to use, we want to help ah
- 2023-02-16 09:00:04下载
- 积分:1
-
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教...
用C语言写的一个菜单的程序,大家可以参考参考,请大家多多指教-meun
- 2023-02-20 05:15:03下载
- 积分:1