-
for uCOS
uCOS-II源代码,里面包括主要核心文件
供各位收藏学习-for uCOS-II source code, which includes documentation for the core collection to learning
- 2022-03-13 19:38:41下载
- 积分:1
-
2.3.7基于QTE做趋势图控件可以单独操作,是…
基于qte 2.3.7做的 趋势图控件,可单独运行,目前只显示正负电压值跟踪-Qte 2.3.7 to do based on the trend graph control can be a separate operation, is currently only shows the value of positive and negative voltage tracking
- 2022-03-20 15:05:48下载
- 积分:1
-
MD5算法的例子
MD5算法的例子--Example of MD5 algorithm
- 2022-03-21 17:55:35下载
- 积分:1
-
本书为Linux环境下的C语言编程
livro de programacao de linguagem c para ambiente linux
- 2023-08-06 17:35:04下载
- 积分:1
-
一个tcp通讯公用程序
一个tcp通讯公用程序-a common communications procedures.
- 2022-03-13 09:42:18下载
- 积分:1
-
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使...
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使用PCX文件作为日志和签名文件,可以用ASCII文本覆盖。-ASCII document will be converted into fax (tiff) format file from the command line procedures. It might Hylafax (Linux) and bgfax (DOS/Windows) to work together. PCX use it as a log file and signature files, you can use ASCII text coverage.
- 2023-01-27 02:10:04下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-NAND篇
- 2022-02-03 14:05:35下载
- 积分:1
-
开源图书馆管理软件
开源图书馆管理软件-open source library management software
- 2022-09-19 16:15:04下载
- 积分:1
-
linux编程指南源代码
适于Linux下C++的初学者
linux编程指南源代码
适于Linux下C++的初学者
-linux Programming Guide is suitable for Linux source code under the C++ beginner
- 2022-03-04 02:36:35下载
- 积分: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