-
这本书以unix系统为背景,在全面介绍…
本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel" s internal data structures and algorithms. Procedures described in the file system, such as scheduling and storage management.
- 2023-05-20 06:30:04下载
- 积分:1
-
个人感觉比较全的Linux下C函数库详解词典
个人感觉比较全的Linux下C函数库详解词典-Comparison of personal feeling of the whole C library under Linux Detailed Dictionary
- 2022-10-18 06:10:03下载
- 积分:1
-
涵盖ftp封装的大部分库函数
以get命令为例演示,一个不错的ftp编程资料...
涵盖ftp封装的大部分库函数
以get命令为例演示,一个不错的ftp编程资料-ftp package covers most of the library functions to get orders demonstration example, a good ftp program information
- 2022-04-17 18:01:08下载
- 积分: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
-
UCOS2 tutorial, the best is the most detailed book, this information is the word...
UCOS2 的教程,是国内最详细的最好一本书,本资料是这本书的word版本-UCOS2 tutorial, the best is the most detailed book, this information is the word version of this book
- 2022-02-21 15:03:31下载
- 积分:1
-
非常好用的tcp/udp封装
非常好用的tcp/udp封装-very user-friendly tcp/udp Packaging
- 2022-06-20 04:29:44下载
- 积分:1
-
一个完整的dsp实验程序,该代码为转之其他同志的共享代码,很不错的。...
一个完整的dsp实验程序,该代码为转之其他同志的共享代码,很不错的。-a complete dsp test program, the code is shared from other guys, very good
- 2022-01-25 14:01:36下载
- 积分:1
-
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。...
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。-telnet on the linux source code to achieve a very comprehensive source using C language implementation, it is easily ported to an embedded system.
- 2022-03-20 16:08:15下载
- 积分:1
-
多进程例子程序,IO操作在不同的进程中!
多进程例子程序,IO操作在不同的进程中!-Examples of multi-process procedures, IO operations in a different process!
- 2022-01-26 08:35:16下载
- 积分:1
-
1.make file 中文教程,2. linux内核学习,3.电视基顶盒的资料,4.嵌入式最小系统资料
5.linux系统裁减...
1.make file 中文教程,2. linux内核学习,3.电视基顶盒的资料,4.嵌入式最小系统资料
5.linux系统裁减-for linux study
- 2022-01-21 22:48:32下载
- 积分:1