-
ecos系统的体系及代码分析闻档,非常不错,值得一看。
ecos系统的体系及代码分析闻档,非常不错,值得一看。-ecos systems file system and code analysis smell very good, worth a visit.
- 2023-03-05 18:30:04下载
- 积分:1
-
here is the xpl that attacks the some of openssl vulnerabilities
here is the xpl that attacks the some of openssl vulnerabilities
- 2022-04-19 17:17:59下载
- 积分:1
-
深入理解linux内核第二版,英文版,比较易懂
深入理解linux内核第二版,英文版,比较易懂-Linux kernel-depth understanding of the second edition in English, compared to understand
- 2022-04-11 19:44:25下载
- 积分:1
-
Linux下C编程之文件系统编程,需要用到的可以下载
Linux下C编程之文件系统编程,需要用到的可以下载-C Programming under Linux
- 2022-07-24 02:29:09下载
- 积分:1
-
用c开发的ioctl源代码
用c开发的ioctl源代码-developed using ioctl source code
- 2023-06-19 20:15:02下载
- 积分:1
-
LINUX下DM9000移植分析,并对LINUX下的PLATFORM_DEVICE和PLATFORM_DIRVER也讲得很透彻...
LINUX下DM9000移植分析,并对LINUX下的PLATFORM_DEVICE和PLATFORM_DIRVER也讲得很透彻-LINUX under the DM9000 transplant analysis, as well as LINUX under PLATFORM_DEVICE and PLATFORM_DIRVER also spoke very thorough
- 2023-01-26 16:05:04下载
- 积分:1
-
linux初级教程 写得很详细 易上手
linux初级教程 写得很详细 易上手-linux tutorial very detailed primary易上手
- 2022-03-28 18:37:20下载
- 积分:1
-
Linux 2.6 内核的精彩世界
Linux 2.6 内核的精彩世界-the exciting world
- 2023-03-23 07:30:04下载
- 积分:1
-
几个tcl/tk的有趣例子,包括水槽动画的设计等
几个tcl/tk的有趣例子,包括水槽动画的设计等-interesting examples of tcl/tk
- 2022-03-05 22:12:24下载
- 积分: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