-
//颜色初始化
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
-
嵌入式web服务器websvr
嵌入式web服务器websvr-x86-1.0.1.tar.gz-Embedded web server websvr-x86-1.0.1.tar.gz
- 2022-02-13 16:54:53下载
- 积分:1
-
GNU / Linux编程指南的所有例子源代码。
GNU/Linux程序开发指南书的所有例子源代码,-GNU/Linux Programming Guide to the source code for all the examples.
- 2023-07-15 04:25:03下载
- 积分:1
-
调用系统函数,模拟实现linux系统的more命令
调用系统函数,模拟实现linux系统的more命令-Call the system function, analog realize more command linux system
- 2023-07-09 12:05:03下载
- 积分:1
-
fork for dspcdc2008final_report.doc
fork for dspcdc2008final_report.doc
- 2022-03-22 19:58:51下载
- 积分:1
-
LINUX下DM9000移植分析,并对LINUX下的PLATFORM_DEVICE和PLATFORM_DIRVER也讲得很透彻...
LINUX下DM9000移植分析,并对LINUX下的PLATFORM_DEVICE和PLATFORM_DIRVER也讲得很透彻-LINUX under the DM9000 transplant analysis, as well as LINUX under PLATFORM_DEVICE and PLATFORM_DIRVER also spoke very thorough
- 2023-01-26 16:05:04下载
- 积分:1
-
client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过
client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过-client.c server.c talker.c listener.c has compiled a complete package through the documents in linux environment test
- 2022-03-21 01:29:55下载
- 积分:1
-
本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。...
本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。-This manual page is taken from the GNU C compiler complete document, limited to explain the meaning of options.
- 2023-05-12 06:50:03下载
- 积分:1
-
个人感觉比较全的Linux下C函数库详解词典
个人感觉比较全的Linux下C函数库详解词典-Comparison of personal feeling of the whole C library under Linux Detailed Dictionary
- 2022-10-18 06:10:03下载
- 积分:1
-
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high...
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transfering directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client.
The client uses ncurses and is ideal for use with screen or dtach. It supports saving of sessions and allows the user to add and remove torrents.
-LibTorrent is a BitTorrent library writte n in C for* nix. with a focus on high performance and good code. T he library differentiates itself from other im plementations by transferring directly from fi le pages to the network stack. On high-bandwidt h connections it is able to seed at three times the spe ed of the official client. The client uses ncurs es and is ideal for use with screen or dtach. It su pports saving of sessions and allows the user to add and remove torrents.
- 2022-03-02 01:42:15下载
- 积分:1