-
linux下MTD设备驱动源代码详细分析 中文
linux下MTD设备驱动源代码详细分析 中文-MTD device drivers under linux source code for a detailed analysis of Chinese
- 2022-03-24 06:04:21下载
- 积分:1
-
linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。
linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。-linux, shell programming. Explain in detail, including awk, sed, tr and other tools. For beginners, the very helpful.
- 2022-01-31 15:45:47下载
- 积分:1
-
gambas
gambas-1.0.tar.gz
- 2022-01-25 18:30:44下载
- 积分:1
-
ping程序设计原理 需要添加一个ip头部结构体就可以运行 linux 可以参考一下...
ping程序设计原理 需要添加一个ip头部结构体就可以运行 linux 可以参考一下-ping process design principles need to add a ip head structure can be run on linux reference
- 2022-12-29 00:10:04下载
- 积分:1
-
在arm_linux上无须图形界面就可以运行的显示汉字和图像的程序。...
在arm_linux上无须图形界面就可以运行的显示汉字和图像的程序。-In arm_linux there is no need to run the graphical interface can display characters and graphics procedures.
- 2022-05-06 10:54:11下载
- 积分:1
-
Linux下网络相关工具源代码。
Linux下网络相关工具源代码。-Linux network correlation tool source code.
- 2023-04-15 01:30:03下载
- 积分:1
-
Linux Shell Commands
Linux Shell Commands
- 2022-03-21 12:28:20下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1
-
Linux device driver source code examples to introduce the simple driver guide th...
Linux设备驱动例子源代码,介绍简单的驱动程序的编写入门指导-Linux device driver source code examples to introduce the simple driver guide the preparation of entry
- 2022-02-21 05:53:24下载
- 积分:1
-
minix软件源代码
minix软件源代码-Minix source code software
- 2022-08-22 14:31:33下载
- 积分:1