-
//颜色初始化
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
-
开源网络爬虫程序,大家好好学习!C++实现
开源网络爬虫程序,大家好好学习!C++实现-Open source network reptiles procedures, study hard everyone! C++ Realize
- 2022-04-10 17:13:54下载
- 积分:1
-
Qt 下实现具有动态效果的对话框 为数不多的能够实现动态效果 代码完成 编译后可直接运行 限定在linux下...
Qt 下实现具有动态效果的对话框 为数不多的能够实现动态效果 代码完成 编译后可直接运行 限定在linux下 -Qt achieve dynamic effects of the dialog box of the few dynamic effects can be achieved to complete the code can be compiled to run directly under the limited linux
- 2022-03-14 08:48:59下载
- 积分:1
-
Written in 2440 with the compilation of NAND to DRAM copy of the code
用汇编写的2440复制nand到DRAM的代码-Written in 2440 with the compilation of NAND to DRAM copy of the code
- 2023-08-15 03:40:04下载
- 积分:1
-
linux driver edition
linux driver edition -linux driver edition
- 2022-09-23 17:25:03下载
- 积分:1
-
Qt的门户网站为例的研究中,共有三个,了解QT甚至李尔…
作为qt 入门的学习的例子,一共三个,弄懂了qt就算入门了-qt portal as an example the study, a total of three, understood the qt even learn the rudiments
- 2022-12-16 03:15:02下载
- 积分:1
-
GNUWget 网页下载源码 设置网址 深度和广度优先
GNUWget 网页下载源码 设置网址 深度和广度优先-GNUWget downloaded source code to set the depth and breadth of the first web site
- 2022-04-12 22:08:27下载
- 积分:1
-
简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。...
简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。-LINUX entry describes a simple, on the driver LINUX introduction, document version, containing the code.
- 2022-02-05 21:11:38下载
- 积分:1
-
linux的相关知识的介绍,非常适合初学者。
简单介绍了linux的方方面面。...
linux的相关知识的介绍,非常适合初学者。
简单介绍了linux的方方面面。-linux introduction of relevant knowledge, very suitable for beginners. Simple introduction of all aspects of linux.
- 2022-03-11 06:46:22下载
- 积分:1
-
图像浏览器1.4是一个示例应用程序显示图片GTK
Image Viewer 1.4 is a Gtk sample application for show pictures
- 2023-03-28 01:15:04下载
- 积分:1