-
使用非阻塞 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
-
简易的日志管理。
简易的日志管理。-simple log management.
- 2022-01-25 20:04:56下载
- 积分:1
-
linux环境下利用QT4做的一个小程序,程序中窗口部件使用了双缓冲技术...
linux环境下利用QT4做的一个小程序,程序中窗口部件使用了双缓冲技术-linux environment using QT4 do a small procedure, process window using a double buffering components technology
- 2022-01-28 01:38:04下载
- 积分:1
-
应用平台 UNIX 一个转换DBF数据库文件的数据到ASCII文本文件的Shell程序.这个包含SCO UNIX下的目标程序和C源程序....
应用平台 UNIX 一个转换DBF数据库文件的数据到ASCII文本文件的Shell程序.这个包含SCO UNIX下的目标程序和C源程序.-a UNIX application platform conversion of DBF database files in ASCII text data to document the Shell procedures. The SCO UNIX include the objectives and procedures C source.
- 2022-08-22 17:35:26下载
- 积分:1
-
linux下用的定时锁定屏幕,提醒使用者休息的软件,使用环境PyQt4,xlockmore...
linux下用的定时锁定屏幕,提醒使用者休息的软件,使用环境PyQt4,xlockmore-linux using the regular lock screen, to remind users to break the software, use of environmental PyQt4, xlockmore
- 2022-03-19 14:55:39下载
- 积分:1
-
本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图...
本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginners C language. Zip file including: source code, provision has been proposed documents, data files, word documents notes and flow chart 4.
- 2022-02-24 19:42:00下载
- 积分:1
-
paper cited a ps command common usage (13), meet the needs of the general progra...
本文列举了ps命令常用用法(13种情况),完全满足一般编程的需要。-paper cited a ps command common usage (13), meet the needs of the general programming.
- 2022-03-24 04:22:59下载
- 积分:1
-
serial programming example in linux
这是一个串口通信程序Serial34我已经在Linux下编译调试通过-serial programming example in linux
- 2023-05-12 14:35:02下载
- 积分:1
-
- 2023-07-27 17:50:03下载
- 积分:1
-
linux TV 源码,用于在pc上实现多种数字电视传输模式的观看
linux TV 源码,用于在pc上实现多种数字电视传输模式的观看-linux TV source for the pc to achieve a wide range of digital television transmission mode of viewing
- 2023-07-21 20:40:04下载
- 积分:1