-
Linux内核完全注释,对Linux早期操作系统内核(v0.11全部代码文件进行了详细的注释...
Linux内核完全注释,对Linux早期操作系统内核(v0.11全部代码文件进行了详细的注释-Linux kernel totally Notes of the early Linux kernel (v0.11 all the code files for a detailed comment
- 2022-07-25 06:38:41下载
- 积分:1
-
A driver under linux example, for U.S. Study
一个在linux下的驱动程序的例子,供大家学习-A driver under linux example, for U.S. Study
- 2022-07-02 17:52:05下载
- 积分: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测试sleep函数是否对其它进程阻塞-Linux sleep function tests whether the other process obstruction
- 2022-02-24 13:24:20下载
- 积分:1
-
这是MIZI src包vivi bootloader时需要编制headfiles
this SRC packet is the headfiles that MIZI vivi bootloader needed when compling
- 2022-07-13 19:39:59下载
- 积分:1
-
Cadence SPW 4.8.2,数字电视地面广播中3780点IFFT的源码。
Cadence SPW 4.8.2,数字电视地面广播中3780点IFFT的源码。-Cadence SPW 4.8.2. Digital Terrestrial Television Broadcasting 3,780 point IFFT the source.
- 2023-03-06 15:25:04下载
- 积分:1
-
rdesktop是一个开放源码的Window NT中断服务器的客户端,它实现了远程桌面协议(RDP)。不像Citrix ICA,它对于服务器并无扩展要求。...
rdesktop是一个开放源码的Window NT中断服务器的客户端,它实现了远程桌面协议(RDP)。不像Citrix ICA,它对于服务器并无扩展要求。-rdesktop is an open-source interrupt Window NT server client, it implements the Remote Desktop Protocol (RDP). Unlike Citrix ICA, it does not expand the requirements for the server.
- 2022-07-16 02:49:06下载
- 积分:1
-
zlg7290的linux下的驱动,对于学习i2c总线有很大帮助
zlg7290的linux下的驱动,对于学习i2c总线有很大帮助-zlg7290 under the linux drivers for the i2c bus study of great help
- 2022-03-10 07:24:11下载
- 积分:1
-
linux prepared a serial debugging procedures, can achieve serial data transmissi...
linux下编写的一个串口调试程序,可以实现串口数据的发送于接收-linux prepared a serial debugging procedures, can achieve serial data transmission at the reception
- 2022-02-24 15:59:15下载
- 积分:1
-
the 17th ITPUB magazine for linux
the 17th ITPUB magazine for linux
- 2022-04-10 20:53:18下载
- 积分:1