-
linux 1.1 源码分析,内核完全解释 作者 赵炯
linux 1.1 源码分析,内核完全解释 作者 赵炯-linux 1.1 source code analysis, core fully explain the author赵炯
- 2022-03-26 10:37:56下载
- 积分:1
-
It is a app.tar!
LINUX下的图形界面的一个应用程序!介绍如何登陆到数据库等内容!很帮哦!-It is a app.tar!
- 2022-08-22 20:27:42下载
- 积分:1
-
This book is the famous "linux device drivers," the third edition. It...
这本书是著名的《linux设备驱动程序》的第三版。它函盖了linux2.6内核的驱动程序编程。是linux下驱动开发者的必备宝书。-This book is the famous "linux device drivers," the third edition. It will cover the core linux2.6 driven programming. Linux is developed under the driver must treasured book.
- 2022-08-04 10:03:07下载
- 积分: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环境下消息队列的实现
linux环境下消息队列的实现-Message Queue Implementation
- 2023-06-22 16:50:03下载
- 积分:1
-
A serial programming source code for linux
一个linux串行编程源代码
- 2022-01-26 03:47:47下载
- 积分:1
-
ftp server的源码
ftp server的源码-ftp server source code
- 2022-06-15 14:16:28下载
- 积分:1
-
C语言写的报文转换程序,包含头文件和源代码、数据库设计
C语言写的报文转换程序,包含头文件和源代码、数据库设计-C language text was written by the conversion process, including header files and source code, database design
- 2022-08-26 12:16:04下载
- 积分:1
-
简简单单实现linux下USB设备自动检测和自动挂载
简简单单实现linux下USB设备自动检测和自动挂载-Simple USB devices under linux to achieve automatic detection and automatic mounting
- 2023-01-11 11:25:03下载
- 积分:1
-
Linux管理员手册,大家有兴趣就多看看吧
Linux管理员手册,大家有兴趣就多看看吧-Linux Administrator Manual, we are interested in more to see it! ! ! !
- 2022-03-12 16:10:24下载
- 积分:1