-
液晶显示模块驱动程序
LCD module driver
- 2022-04-20 09:26:14下载
- 积分:1
-
applicable QT2410E (UNITAR)
适用QT2410E(训研所)-ARM或闪存复制暂停
- 2023-04-09 13:05:03下载
- 积分:1
-
Demo for Free type 2.2.1
Demo for Free type 2.2.1
- 2022-04-11 14:03:44下载
- 积分:1
-
solaris安装apacche必须的几个文件之一。libiconv
solaris安装apacche必须的几个文件之一。libiconv-1.11-sol8-sparc-local.gz-solaris installation apacche must be one of several documents. libiconv-1.11-sol8-sparc-local.gz
- 2022-11-07 18:25:03下载
- 积分:1
-
yaffs2文件系统源代码,这是在NADN FLASH上运行的文件系统
yaffs2文件系统源代码,这是在NADN FLASH上运行的文件系统-yaffs2 file system source code, which is running on NADN FLASH file system
- 2022-07-19 22:57:44下载
- 积分:1
-
一个在linux/unix系统下的多线程的程序设计方法说明
一个在linux/unix系统下的多线程的程序设计方法说明-A linux/unix system under multi-threaded program design methodology
- 2022-02-26 00:44:20下载
- 积分:1
-
blob: a kind of popular embeded system bootlader for ARM.
一款arm嵌入式系统常用的bootload程序blob-blob: a kind of popular embeded system bootlader for ARM.
- 2022-07-23 17:05:14下载
- 积分:1
-
through two signals to achieve volume between the two threads simultaneously, an...
通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.
- 2023-02-22 20:25:05下载
- 积分:1
-
清华的LinuxC,程序,官方网站已停止下载…
清华出的那本linuxC编程,官方网站已经停止下载,这里还有pdf电子书,非常推荐下载-Qinghua the linuxC that the program, the official website has stopped the download, there is a pdf e-books, very recommend downloading
- 2022-05-13 02:20:07下载
- 积分: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