-
TFTP的简单程序!实现环境
一个简单的tftp程序!在linux环境下实现-tftp a simple procedure! Linux environment in achieving
- 2022-05-25 00:21:04下载
- 积分:1
-
iso 的介绍和嵌入式linux收集的网站
iso 的介绍和嵌入式linux收集的网站-iso introductory and embedded linux collection site
- 2022-02-04 22:42:42下载
- 积分:1
-
1.make file 中文教程,2. linux内核学习,3.电视基顶盒的资料,4.嵌入式最小系统资料
5.linux系统裁减...
1.make file 中文教程,2. linux内核学习,3.电视基顶盒的资料,4.嵌入式最小系统资料
5.linux系统裁减-for linux study
- 2022-01-21 22:48:32下载
- 积分:1
-
压缩包下的大部分文章,在C++下编程,和编程…
压缩包里的文章大部分是有关linux下c的编程问题,以及c编程一些问题-compression bag most of the articles under linux c programming, and programming issues c
- 2022-01-30 18:00:41下载
- 积分:1
-
LINUX启动时,第一个运行的进程是INIT进程。
本文主要对INIT进程作了详细分析。...
LINUX启动时,第一个运行的进程是INIT进程。
本文主要对INIT进程作了详细分析。-LINUX started, the first running process is the INIT process. In this paper, INIT process of detailed analysis.
- 2022-03-01 15:40: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
-
linux下DIo驱动,在FC5下测试通过!
linux下DIo驱动,在FC5下测试通过!-DIo under linux drivers in the test under FC5!
- 2022-04-23 15:10:27下载
- 积分:1
-
Linux kernel 2.4.18.rmk7 配置系统解析
Linux kernel 2.4.18.rmk7 配置系统解析-Linux kernel 2.4.18.rmk7
- 2022-08-07 10:34:05下载
- 积分:1
-
一个多精度高效的浮点计算C语言库 , 基于GMP .
一个多精度高效的浮点计算C语言库 , 基于GMP .-The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by the INRIA and the current main authors come from the CACAO and Arénaire project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively see more on the credit page. MPFR is based on the GMP multiple-precision library.
- 2023-02-10 04:45:03下载
- 积分:1
-
rarp protocol s sample program,server and client.run in linux.
rarp protocol s sample program,server and client.run in linux.
- 2022-12-12 06:00:03下载
- 积分:1