-
port linux to tq2440 its very detailed
if you are new just read it and its will...
基于天嵌2440的linux移植手册 很好 很详细,新手入门很好-port linux to tq2440 its very detailed
if you are new just read it and its will be helpful
- 2022-01-25 18:18:30下载
- 积分: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
-
memory management mechanisms to achieve
linux内存管理机制的实现-memory management mechanisms to achieve
- 2022-08-18 15:06:32下载
- 积分:1
-
使用串行通信网络
linux下利用串口进行网络通讯-using serial communications network
- 2022-07-15 18:58:18下载
- 积分:1
-
早期的FreeBSD的实现,特别是解剖TCP/IP网络的部分相关。
早期freebsd实现,特别是其中的网络部分,是stevens tcp/ip三卷的讲解的目标。-early freebsd achieved, in particular the network part of the anatomy tcp/ip Volume on the goal.
- 2022-02-02 07:18:23下载
- 积分:1
-
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。...
基于X86系统的Linux下的LED driver开发的example code, 并附带有相应的测试程序。-X86-based Linux system LED driver development under the example code, with a corresponding test procedure.
- 2022-02-07 05:50:46下载
- 积分:1
-
一个很好的busybox
一个很好的busybox-a very good busybox.
- 2022-07-07 07:20:01下载
- 积分:1
-
the code can achieve a rtp protocol!
本源码能够在linux 下实现RTP协议的收发功能。-the code can achieve a rtp protocol!
- 2022-08-02 15:36:11下载
- 积分:1
-
linux指令大全,很全的,非常有用,希望对大家有所帮助
linux指令大全,很全的,非常有用,希望对大家有所帮助-linux commands Daquan, a very full, very useful for
- 2023-05-29 21:30:05下载
- 积分:1
-
linux,unix shell编程,详细。这本书是全面的,包括
详细介绍linux,Unix,shell编程。本书内容全面,包括awk、sed、tr等常用工具的使用,对于初学者来说是一本难得的书。
- 2022-04-18 03:57:49下载
- 积分:1