-
本书是介绍Linux的内核的非常专业的书籍,尤其是书中的代码都有非常清晰的注释,非常适合初学者使用...
本书是介绍Linux的内核的非常专业的书籍,尤其是书中的代码都有非常清晰的注释,非常适合初学者使用-This book is the introduction of the Linux kernel very professional books, in particular, the code book are very clear notes, very suitable for beginners to use
- 2022-03-12 00:43:59下载
- 积分:1
-
有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试...
有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试-the deocde code, including endore and decore two parts, and provide the corresponding test tools
- 2022-01-23 11:09:41下载
- 积分:1
-
QTE example source code, target board processor is s3c2410, including the corres...
QTE实例源代码,目标板处理器是s3c2410,包括相应的makefile文件。代码包括Dialog、 progressbar、menu等的实现 -QTE example source code, target board processor is s3c2410, including the corresponding makefile file. Code, including Dialog, progressbar, menu, etc. realize
- 2022-06-16 19:41:20下载
- 积分:1
-
unix下的信号量控制
unix下的信号量控制-under the volume control signal
- 2022-05-07 09:21:03下载
- 积分:1
-
Add a new system call to achieve a new function, such as the search system in th...
添加一个新的系统调用,实现一项新的功能,如查找系统中所有进程的名称和族亲关系信息,或文件复制,重新编译和运行内核,使新的系统调用可用。-Add a new system call to achieve a new function, such as the search system in the name of all processes and pro-family relationship information, or documents copied, re-compile and run the kernel, making the new system calls available.
- 2023-06-12 16:35:08下载
- 积分:1
-
of garbage collection
linux下的垃圾收集-of garbage collection
- 2022-02-12 12:44:50下载
- 积分:1
-
linux 嵌入式开发程序员用书:用QT开发各种嵌入式应用程序的基础用书。...
linux 嵌入式开发程序员用书:用QT开发各种嵌入式应用程序的基础用书。-linux embedded development programmers books: QT development with a wide variety of embedded applications based on books.
- 2022-03-16 01:03:55下载
- 积分:1
-
S3C2410硬件平台的LINUX DM9000AE驱动
S3C2410硬件平台的LINUX DM9000AE驱动-S3C2410 hardware platform LINUX DM9000AE Drivers
- 2022-08-31 23:35:03下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
一部分原始代码的注释
linux内核原代码head.s部分的注释-head.s part of the original code to the Notes
- 2022-02-10 03:38:19下载
- 积分:1