-
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态....
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态.-linux kernel source code of the Chinese reading, so beginners can better study and understand the linux kernel, as soon as possible to enter the state.
- 2023-06-14 19:00:09下载
- 积分:1
-
《Linux 驱动设计》从技术角度来讲,本书应该提供唾手可得的途径去理解内核内幕以及Linus本人在开发时所做的设计抉择。尽管本书的主要目的是教如何写设备驱动程...
《Linux 驱动设计》从技术角度来讲,本书应该提供唾手可得的途径去理解内核内幕以及Linus本人在开发时所做的设计抉择。尽管本书的主要目的是教如何写设备驱动程序,但它所包容的内容应该也对内核的执行给出一个完整的概貌。对那些想玩电脑的人和那些涉及Linux机器的内部的专业程序员来讲,本书都会是一个很有趣的资料来源。-" Linux-driven design" from a technical perspective, this book should be readily available way to understand the core of the insider, as well as Linus has done in the development of my design choices. Despite the book" s main purpose is to teach how to write device drivers, but it should be inclusive of the implementation of the kernel gives a complete overview. For those who want to play those involving computers and Linux machines in terms of the professional programmer, this book will be a very interesting source of information.
- 2022-07-17 13:44:12下载
- 积分:1
-
一个登录的程序,嘻嘻,希望对大家有所帮助
一个登录的程序,嘻嘻,希望对大家有所帮助-a login procedure, hee hee, and I hope to help everyone
- 2022-08-18 12:33:27下载
- 积分:1
-
线程池 线程池
线程池 线程池-thread pool thread pool thread pool
- 2022-05-31 19:37:51下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgri...
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策-Tracking a memory leak under linux small procedures, usually under linux can be used mtrace valgrind to do, but in the embedded, due to memory limitations, mtrace valgrind are able to do much about
- 2022-02-26 22:11:28下载
- 积分:1
-
The Unix 5 code
本源代码是Unix System V的版本,作者详细通俗的叙述非常有益于我们初学者-The Unix 5 code
- 2022-06-16 09:46:15下载
- 积分:1
-
rtlinux(realtime linix)3.0,在kernel2.2.18上编译运行
rtlinux(realtime linix)3.0,在kernel2.2.18上编译运行-Real time Linux (realtime linix) 3.0, compiled in kernel2.2.18 operation
- 2023-08-16 07:05:03下载
- 积分:1
-
rstree编程
rstree编程-rstree Programming
- 2022-07-21 20:29:23下载
- 积分:1
-
linux下mysql调用,用开源项目组建自己的数据库
linux下mysql调用,用开源项目组建自己的数据库-under mysql call, using open-source projects to form its own database
- 2023-04-18 08:05:03下载
- 积分:1