-
Blue
Blue-1.4.tar.bz2.rar Blue-1.4.tar.bz2.rar
- 2022-07-16 10:21:17下载
- 积分:1
-
Linux 0.01源代码为Linux 内核最早的源代码
Linux 0.01源代码为Linux 内核最早的源代码-The source code of linux 0.01 is the earliest source cod of linux kernel.
- 2022-08-09 03:23:07下载
- 积分:1
-
这是浙大Linux课件配套教程,对于初学者来说,提供了可靠的依据。
这是浙大Linux教程配套课件,它为初学者提供了很好的平台,里面详细介绍了LINUX的安装和应用,不仅有文字,还有截图的详细介绍,让大家一看就懂-This is Zheda Linux courseware supporting tutorials, for beginners it provides a good platform, which details the installation of LINUX and applications, not only has the text, there is a screenshot of the detailed introduction, let everyone know one look on
- 2023-07-08 21:10:07下载
- 积分:1
-
Linux使用技巧集。Linux 是目前最热门的网络操作系统之一,它包含了完整的Internet服务...
Linux使用技巧集。Linux 是目前最热门的网络操作系统之一,它包含了完整的Internet服务-Linux set to use the skills. Linux is the most popular one of the network operating system, which includes a complete Internet services ... ...
- 2022-01-23 10:38:54下载
- 积分: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
-
minigui1.33包含所有的源代码和批次使用手册下载…
Minigui1.33包含所有源代码,使用手册批量下载没有时间ok
- 2023-07-21 15:00:05下载
- 积分:1
-
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用
LINUX驱动程序开发的第三版中的源代码.
对LINUX开发十分有用-LINUX driver for the development of the third edition of the source code. On the development of very useful LINUX
- 2022-06-20 21:57:03下载
- 积分:1
-
Linux
linux0.11的源代码可以经过自己的研究使自己的C语言程序设计上一个档次-linux
- 2022-11-11 18:10:04下载
- 积分:1
-
AT91SAM9260引导ADSPBF531(SPI Slave Boot)调试笔记
AT91SAM9260引导ADSPBF531(SPI Slave Boot)调试笔记-AT91SAM9260 boot ADSPBF531 (SPI Slave Boot) Debug Notes
- 2022-02-22 11:50:13下载
- 积分:1
-
进程同步,哲学家进餐共享临界区变量.定义信号量机制控制进程不互斥!...
进程同步,哲学家进餐共享临界区变量.定义信号量机制控制进程不互斥!-process synchronization, philosopher dining area share critical variables. Definition signal to the process control mechanism not contradict!
- 2022-03-02 03:25:37下载
- 积分:1