-
周立功
ZLG-GUI源代码完整版12-menu.c-ZLG-GUI source code full version of 12-menu.c
- 2022-07-04 02:28:17下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-08-31 15:55:03下载
- 积分:1
-
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器...
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器-Huazhong University of Science and Technology curriculum design linux operating system environment under a resource manager
- 2022-04-27 07:08:43下载
- 积分: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
-
触摸屏资料4,结合具体的板子来讲解,希望对大家有帮助!
触摸屏资料4,结合具体的板子来讲解,希望对大家有帮助!-Infomation of touch screen ,explain based on target bord.
- 2022-04-26 20:36:28下载
- 积分:1
-
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。...
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。-A detailed description of the internal bootloader changes the principle has been of concern to academicians paper.
- 2022-05-22 19:10:30下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-03-25 01:27:59下载
- 积分:1
-
ubuntu user manual, including the use of linux commands and basic use of ubuntu.
ubuntu使用手册,包括linux命令的使用及ubuntu的基本使用.-ubuntu user manual, including the use of linux commands and basic use of ubuntu.
- 2022-03-11 23:13:27下载
- 积分: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
-
linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统...
linux下面gadget设备驱动,支持gadget USB Storage和USB ether,适合做嵌入系统-linux device driver the following gadget to support the gadget USB Storage and USB ether, suitable for embedded systems to do
- 2023-05-08 12:45:03下载
- 积分:1