-
使用非阻塞 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,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。
linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。-linux, shell programming. Explain in detail, including awk, sed, tr and other tools. For beginners, the very helpful.
- 2022-01-31 15:45:47下载
- 积分:1
-
TRACE的源代码,在LINUX调试程序要使用的.
TRACE的源代码,在LINUX调试程序要使用的.-TRACE
- 2023-01-09 08:55:03下载
- 积分:1
-
mvc源码,一个简单的视频捕捉程序在Linux下,你可以学习视频API…
mvc源码,一个linux下简单的视频捕捉程序,你可以学习视频相关API函数的调用。 -myc source, Linux under a simple video capture program, you can learn video API function call.
- 2022-05-10 21:17:30下载
- 积分:1
-
this is also a unix programme book ,you can find many code in it
this is also a unix programme book ,you can find many code in it
- 2022-03-13 04:32:41下载
- 积分:1
-
霍夫曼编码的C语言实现!
霍夫曼编码的C语言实现!-Huffman coding in C language!
- 2023-08-02 12:05:03下载
- 积分:1
-
linux嵌入式设计一书的光盘,其中描述了很多嵌入式中常用的通信方式,比较有用。...
linux嵌入式设计一书的光盘,其中描述了很多嵌入式中常用的通信方式,比较有用。-linux embedded design book s cdrom ,have many application for embedded linux design.
- 2022-01-25 19:13:05下载
- 积分:1
-
ELinks is an advanced and well
ELinks is an advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser. ELinks can render both frames and tables, is highly customizable and can be extended via Lua or Guile scripts. It is quite portable and runs on a variety of platforms. Check the about page for a more complete description.
ELinks is an Open Source project covered by the GNU General Public License. It originates from the Links project written by Mikulas Patocka.
If you want to see ELinks in action check out the screenshots.
- 2022-05-31 06:58:03下载
- 积分:1
-
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑...
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑-QT visit the source cell can be achieved under the QT dialog box, you can in a virtual machine or running the following versions of QT Embedded
- 2022-09-22 22:50:03下载
- 积分:1
-
基于上海电信 sgmp3.0短信协议,实现的源程序,现网运行稳定,unix (freeBSD) 环境下编程....
基于上海电信 sgmp3.0短信协议,实现的源程序,现网运行稳定,unix (freeBSD) 环境下编程.-Shanghai Telecom sgmp3.0 message based on the agreement, realize the source, is running a stable network, unix (freeBSD) programming environment.
- 2022-01-24 14:32:26下载
- 积分:1