-
这是嵌入式中的FPGA的驱动,用在内核驱动,希望有帮助
这是嵌入式中的FPGA的驱动,用在内核驱动,希望有帮助-This is embedded in the FPGA-driven, core drivers in the hope that has helped
- 2022-09-17 12:55: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
-
grub4dos
grub4dos-0.4.4-2008- 08-src.zip,最新版的grub4dos软件源码,可以在windows下启动linux,喜欢玩多系统启动的朋友搞启动开发有福了-grub4dos-0.4.4-2008-08-src.zip, the latest version of grub4dos source software, you can activate windows under linux, love to play more than a friend to boot the system to start engaging in the development of blessed
- 2022-05-13 06:42:01下载
- 积分: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
-
将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
-
白皮书,Qt参考使用
Qt 3.1白皮书,使用Qt开发的参考资料-White Paper, the use of Qt reference
- 2022-01-28 06:29:33下载
- 积分:1
-
Linux变成一直是个头痛的问题,因为没有好的IDE环境,这本书介绍了Linux的经典编辑器VIM的使用以及如何改装它,很不错的书籍。...
Linux变成一直是个头痛的问题,因为没有好的IDE环境,这本书介绍了Linux的经典编辑器VIM的使用以及如何改装它,很不错的书籍。-Linux has always been a headache into a problem because there is no good IDE environment, this book introduces the classic Linux use VIM editor and how to modify it, very good books.
- 2022-06-27 01:40:37下载
- 积分:1
-
图像中非刚性曲线的蛇形检测算法
图像中非刚性曲线的蛇形检测算法-African rigid image of the snake-like curves Detection Algorithm
- 2022-01-31 13:04:31下载
- 积分:1
-
c实现的cuntom ls
c实现的cuntom ls-c achieve cuntom ls
- 2022-02-14 12:23:07下载
- 积分:1
-
linux下想使用turboc的人有福了,这里可以重新找回那种感觉,这样对学习linux的编程是一个比较方便的入口!...
linux下想使用turboc的人有福了,这里可以重新找回那种感觉,这样对学习linux的编程是一个比较方便的入口!-This is a good news for Linux users who like to use turboc. And you can not feel the difference and it is a good way to study programming under Linux.
- 2023-05-22 22:35:04下载
- 积分:1