-
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。...
是一份LINUX下面的C语言编程的资料,讲的很详细,是超星格式的,对LINUX下的C开发感兴趣的可以看看。-LINUX is a C language programming the following information, speak in great detail, is Chaoxing format of the C development under LINUX interested can look at.
- 2022-11-14 13:45:07下载
- 积分:1
-
磨方橱柜远东地区迷 ? 蒌
磨方橱柜远东地区迷 ? 蒌-grinding side cupboard crowds Gualou Far East
- 2022-08-25 14:28:58下载
- 积分:1
-
一个在LINUX下的实现的AD驱动程序,希望对大家有帮助,从这个程序中能学习到LINUX下驱动的写法...
一个在LINUX下的实现的AD驱动程序,希望对大家有帮助,从这个程序中能学习到LINUX下驱动的写法-Under a LINUX driver for the realization of the AD, in the hope we have help from this program can learn to drive under the wording of LINUX
- 2022-07-17 00:21:15下载
- 积分:1
-
xvidcore,XVID解码编码器,转换器
xvidcore,XVID解码编码器,转换器-xvidcore, XVID codec devices, converters, etc.
- 2023-05-14 21:25:03下载
- 积分:1
-
zlg7290的linux下的驱动,对于学习i2c总线有很大帮助
zlg7290的linux下的驱动,对于学习i2c总线有很大帮助-zlg7290 under the linux drivers for the i2c bus study of great help
- 2022-03-10 07:24:11下载
- 积分:1
-
斑点检测。采用XScale(fvscaler功能)
Blob autotest. Used on xscale (fvscaler function)
- 2023-01-01 18:15:04下载
- 积分:1
-
GUI例程,初学者的入门实例
GUI例程,初学者的入门实例-GUI routines, beginners entry examples
- 2022-07-12 06:08:49下载
- 积分:1
-
Unix process communication and synchronization contradict mechanisms, including...
Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism Mutex
- 2022-04-11 04:36:26下载
- 积分:1
-
dll under the control programming
linux下的dll控制编程-dll under the control programming
- 2022-10-25 18:35:03下载
- 积分: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