-
//颜色初始化
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
-
SIFT的c++实现,SIFT的原始实现是在matlab上,这里给出了C++的实现,方便集成到c++环境中...
SIFT的c++实现,SIFT的原始实现是在matlab上,这里给出了C++的实现,方便集成到c++环境中-SIFT
- 2022-02-01 13:51:33下载
- 积分:1
-
Embedded linux introduced and a number of experiments based on these experiments
主要介绍嵌入式linux实验的步骤和一些基础的实验-Embedded linux introduced and a number of experiments based on these experiments
- 2022-11-30 10:55:13下载
- 积分:1
-
LINUX 设备驱动程序(第二版) 配套原码
LINUX 设备驱动程序(第二版) 配套原码-Linux device driver (2nd Edition) supporting the original code
- 2022-03-25 20:58:52下载
- 积分:1
-
linux2.6中底层驱动编写字符设备驱动源码。附有注解。
linux2.6中底层驱动编写字符设备驱动源码。附有注解。-linux2.6 in the preparation of the underlying character-driven device driver source code. With Notes.
- 2022-05-31 05:59:29下载
- 积分:1
-
嵌入式Linux入门
Embedded Linux Primer- 2006 by Hoffman.chm
- 2022-06-20 19:43:34下载
- 积分:1
-
jm_frext22.ZIP的压缩文件,主要用于嵌入式系统图象的编解码的开发....
jm_frext22.ZIP的压缩文件,主要用于嵌入式系统图象的编解码的开发.-jm_frext22.ZIP the compressed file, mainly used in embedded systems image codec development.
- 2023-05-29 16:55:02下载
- 积分:1
-
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材...
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材-the Embedded Linux Driver Development Guide to the portal, based on the internal huaheng technology materials
- 2022-03-22 04:27:19下载
- 积分:1
-
一本关于GDB调试的书籍,书中详细的介绍了,如何在LINUX中使用GDB及其命令!...
一本关于GDB调试的书籍,书中详细的介绍了,如何在LINUX中使用GDB及其命令!-It is a book about GDB!
- 2022-05-26 10:09:12下载
- 积分:1
-
goahead是linux下的轻量级web服务器,这是帮助文档。
goahead是linux下的轻量级web服务器,这是帮助文档。-goahead is under linux lightweight web server, this is the help documentation.
- 2022-02-26 00:56:36下载
- 积分:1