-
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。...
详细描述了bootloader修改的内部原理,得到了两院院士的关注的一篇论文。-A detailed description of the internal bootloader changes the principle has been of concern to academicians paper.
- 2022-05-22 19:10:30下载
- 积分: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
-
使源代码,通过其在深入研究过程中的作品。
make的源代码,通过它可以深入的研究程序的工作原理。-make the source code, through its in depth research process works.
- 2022-02-04 18:58:33下载
- 积分:1
-
Linux下Qt编程入门
Linux下Qt编程入门-Linux Qt programming entry
- 2022-04-09 08:29:20下载
- 积分:1
-
QL2000卡的驱动程序,可以学习驱动的编程.
对于UNIX的I/O操作有帮助!...
QL2000卡的驱动程序,可以学习驱动的编程.
对于UNIX的I/O操作有帮助!-QL2000 card drivers, drivers can learn programming. For UNIX the I/O operation has to help!
- 2022-02-09 22:12:51下载
- 积分:1
-
under linux the most important one of VIM editor of the 6.03 version of the Chin...
linux下最重要的编辑器之一VIM的6.03版中文手册-under linux the most important one of VIM editor of the 6.03 version of the Chinese manual
- 2022-08-06 12:30:56下载
- 积分:1
-
调用系统函数,模拟实现linux系统的more命令
调用系统函数,模拟实现linux系统的more命令-Call the system function, analog realize more command linux system
- 2023-07-09 12:05:03下载
- 积分:1
-
哲学家就餐问题例子
哲学家就餐问题例子-dining philosophers problem example
- 2023-01-12 14:50:03下载
- 积分:1
-
Linux设备驱动程序(中文第三版) 2.6内核
Linux设备驱动程序(中文第三版) 2.6内核-Linux Devices Driver 2.6 kernel
- 2022-04-11 20:08:32下载
- 积分:1
-
java版的lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。...
java版的lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。-java version of the lzo library of algorithms, used to implement the memory, images, data, such as disk file compression, is a very fast compression algorithm.
- 2022-02-26 00:20:30下载
- 积分:1