-
使用非阻塞 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
-
这些文件包含的“磁盘录像机”的源代码,
These files contain the source code of the "Video Disk Recorder",
which is based on the DVB driver of the LinuxTV project.-These files contain the source code of the " Video Disk Recorder " which is based on the DVB driver of the LinuxTV pr oject.
- 2023-07-31 18:05:04下载
- 积分:1
-
gcc中文用户手册,pdf档。希望对大家有帮助!
gcc中文用户手册,pdf档。希望对大家有帮助!-gcc English user manual, pdf file. Hope everyone has to help!
- 2022-05-17 06:45:46下载
- 积分:1
-
实现了多处理器上的FFT编程,可任意设置进程个数
实现了多处理器上的FFT编程,可任意设置进程个数-Achieved a multi-processor FFT on the programming process can be arbitrarily set the number of
- 2022-01-26 06:52:41下载
- 积分:1
-
分块通用CACHE
分块通用CACHE
分块通用CACHE
分块通用CACHE-Block GM CACHE block GM CACHE
- 2022-02-24 18:55:13下载
- 积分:1
-
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
U...
对嵌入式实时操作系统进行了深入的研究。对当前UCLINUX操作系统上增强实时性
的不同方案进行了详细的分析和比较,提出了现存方案的优缺点。其后分析了
UC/OS―II的结构和特点,改造了UC/OS.II的实时内核,将其移植到UCLINIⅨ作为专
门处理实时进程的的内核(X2内核),从而改良UCLINUX的实时性。-For embedded real-time operating system, conducted in-depth study. On the current UCLINUX enhanced real-time operating systems of different options for a detailed analysis and comparison, presented the advantages and disadvantages of the existing program. Subsequent analysis of UC/OS-II structure and characteristics of the transformation of the UC/OS. II, real-time kernel, be transplanted to UCLINI Ⅸ as to deal specifically with real-time process, the kernel (X2 core), thereby improving UCLINUX in real time.
- 2022-07-11 11:24:58下载
- 积分:1
-
44b0平台下开发的程序,makefile。
44B0平台下开发的程序,MAKEFILE。-44B0 platform developed under the program, MAKEFILE.
- 2023-01-20 09:20:04下载
- 积分:1
-
自己编的linux下的网络监控程序源码,可以监视局域网上的数据包。...
自己编的linux下的网络监控程序源码,可以监视局域网上的数据包。-own series under linux network monitoring program source code, can monitor LAN data packets.
- 2022-02-24 22:08:11下载
- 积分:1
-
unix下解释类c++语言的封装类,可以深入理解编译原理
unix下解释类c++语言的封装类,可以深入理解编译原理-unix interpret the language category c Packaging category, in-depth understanding of compiler theory
- 2022-11-22 16:50:04下载
- 积分:1
-
Linux平台环境下, 告警管理的后台程序的源代码
Linux平台环境下, 告警管理的后台程序的源代码-Linux platform environment, the alarm management daemon source code
- 2022-03-17 00:55:46下载
- 积分:1