-
pocket pc hx4700 linux driver
pocket pc hx4700 linux driver
- 2022-02-05 00:01:46下载
- 积分:1
-
qtopia的源程序,一种嵌入式图形操作系统
qtopia的源程序,一种嵌入式图形操作系统-qtopia source, the operating system embedded graphics
- 2022-10-09 04:50:02下载
- 积分:1
-
一套接口,很不错的。如果大家想做一个系统,这真是不错的一个体系。...
一套接口,很不错的。如果大家想做一个系统,这真是不错的一个体系。-A set of interfaces, it is good. If the U.S. wants a system, it is really a good system.
- 2022-03-20 09:46:55下载
- 积分:1
-
本书主要讲述了如何在unix平台下进行C语言基础程序设计,以及高级编程....
本书主要讲述了如何在unix平台下进行C语言基础程序设计,以及高级编程.-the book explains how the unix platform for C language based programming, and high-level programming.
- 2022-03-30 12:16:56下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-LED_ON篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-LED_ON articles
- 2022-03-22 06:29:04下载
- 积分:1
-
vc模仿手写字的源码,可以实现模仿手写字的功能
vc模仿手写字的源码,可以实现模仿手写字的功能-vc imitate handwritten characters of source code, can be achieved to imitate the function of handwritten characters
- 2022-01-21 06:03:42下载
- 积分:1
-
unixODBC_dependency
Linux安装oracle的重要依赖项
unixODBC_dependency
Linux安装oracle的重要依赖项-unixODBC_dependency
- 2022-04-11 11:41:08下载
- 积分:1
-
Linux 命令全集--本手册共收录了366个命令,注释详尽是你学习linux的好帮手!...
Linux 命令全集--本手册共收录了366个命令,注释详尽是你学习linux的好帮手!-Linux command Collection- This manual contains a total of 366 commands, comments in detail you learn linux is a good helper!
- 2022-07-17 04:18:19下载
- 积分:1
-
learning programming editor
linux学习编程的编辑器-learning programming editor
- 2022-01-21 00:53:15下载
- 积分: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