-
用qt实现文字滚动功能,文字超过设定的长度可自动从左至右不断滚动...
用qt实现文字滚动功能,文字超过设定的长度可自动从左至右不断滚动-Qt achieved with scrolling text function, the length of the text exceeds a set automatically roll over from left to right
- 2022-09-18 18:00:03下载
- 积分:1
-
《UNIX环境高级编程》这本书我认为不错,大家可以
《UNIX环境高级编程》这本书我认为不错,大家可以--A book about programming in Unix.
- 2022-02-14 18:55:09下载
- 积分:1
-
485串口编程实例,非常好的!
linux 485串口编程示例,非常好!
- 2022-03-23 03:55:14下载
- 积分:1
-
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递...
关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。
-On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchange, loop start and loop merging and so on, and cache consistency to solve the shared variables to bring the load to find the linear recurrence (Linear Recurrence), and how to block updates to improve the efficiency of the matrix.
- 2023-04-03 06:20:05下载
- 积分:1
-
Linux C语言的编程,可以实现数据的传输以及接受、
Linux C语言的编程,可以实现数据的传输以及接受、-Linux Cyuyan ban
- 2022-06-12 09:03:25下载
- 积分:1
-
MiniGui
Linux 上层UI 某IC公司内部 源码,库文件,一些RES,嗯就这些了-MiniGui
- 2022-06-03 04:47:40下载
- 积分:1
-
uclinux在linux环境下配置编译全程录像
uclinux在linux环境下配置编译全程录像-uClinux configuration in the linux environment to compile the whole video
- 2023-07-29 02:25:04下载
- 积分: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
-
mtd最新cvs jffs2文件系统分析
mtd最新cvs jffs2文件系统分析-MTD latest cvs jffs2 document analysis
- 2023-07-22 08:50:03下载
- 积分:1
-
这是MIZI src包vivi bootloader时需要编制headfiles
this SRC packet is the headfiles that MIZI vivi bootloader needed when compling
- 2022-07-13 19:39:59下载
- 积分:1