-
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
-
browser's source code can be transplanted to embedded devices.
浏览器的源代码,可移植到嵌入式设备.-browser"s source code can be transplanted to embedded devices.
- 2023-08-08 21:10:03下载
- 积分:1
-
如何编写makefile
How to write Makefile
- 2022-06-19 12:12:19下载
- 积分:1
-
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。...
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。-A simple mine game develop with GTK on linux.
- 2022-02-07 13:44:49下载
- 积分:1
-
c primer plus 第五版的书上源码
c primer plus 第五版的书上源码-c primer plus the fifth edition of the book source code
- 2022-05-13 02:02:16下载
- 积分:1
-
Achieved in a multi
实现了在多处理器上可运行的矩阵相乘的程序-Achieved in a multi-processor run of the matrix multiplication program
- 2022-03-11 10:20:41下载
- 积分:1
-
jffs file system manual transplantation, embedded system engineers used to be, I...
jffs文件系统的移植手册,嵌入式系统工程师应该用的着,我仔细看了一下,不过,我的系统还是用不了,因为,我的系统资源实在是很紧张。-jffs file system manual transplantation, embedded system engineers used to be, I looked at them carefully, but my system is impossible, because my system resources is very nervous.
- 2022-12-07 05:45:02下载
- 积分:1
-
C++反射与图书馆服务
C++ Reflection & Service Library
-C Reflection
- 2022-09-20 16:10:03下载
- 积分:1
-
在linux环境下的MP3播放软件,按照install文件可以进行安装和配置...
在linux环境下的MP3播放软件,按照install文件可以进行安装和配置
-linux environment in the MP3 player software, According to install files can be installed and configured
- 2022-01-23 11:03:25下载
- 积分: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