搜索资源列表
select.rar
- linux下使用select函数实现多个socket无阻塞连接,linux use select function of multiple non-blocking socket connect
chat
- linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
6410_delay_test-ysirss
- arm linux平台下延时函数精度测试,对usleep、nanosleep、select三种方法进行对比分析,可直接用于各种arm linux平台,需要精确延时的帮助很大-arm linux platform, precision time delay function testing, usleep, nanosleep, select three methods were compared, can be used for a variety of arm linux platform,
SELECT
- linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
server_client
- 基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
linux-socket-select
- linux 环境下socket编程select的使用方法.-socket programming under linux to use select.
select
- select函数在linux下的应用,服务器连接-select function under linux applications, server connectivity
socket
- select socket linux网络编程-select socket
select2
- Linux 下 select 函数的例子-Select function under Linux example
linux_select_function_sample
- linux select函数串口应用例子 -linux select function sample
3424
- linux—select详解-linux-select Xiangjie
linux-select
- 嵌入式文件多用户共享select编程实现-Select multiple users to share files embedded programming
linux-source-code-to-each-chapter
- 选取linux各个方面最常用的一些代码进行讲解演示,是初学者的必备法宝-Select all the most commonly used linux some code to explain demonstration is essential magic for beginners
3.1-IO-select
- 这是一个网络编程的ppt主要是教会那些在linux条件的网络编程情况-it is a kind of ppt for leaner to got more infomation to know the net program under the condition of linux
linux-c
- linux c语言 select函数用法-linux c language select function usage
Help-to-understand-select-poll-epoll
- 帮助了解select poll函数的运行机制 熟悉Linux kernel休眠等待机制-Help to understand select poll function mechanism Familiar with Linux kernel dormant waiting mechanism
epoll_methods
- 详细介绍了EPOLL机制的一下概念,编程实例等。包含以下文档:linux 2.6内核epoll用法举例说明、Linux Epoll介绍和程序实例、linux epoll模型、LINUX网络编程{fork, select, epoll三种模式)等。-允许输入拉丁字符的拼音 Details EPOLL mechanism concept, programming examples. Contains the following documents: the linux 2.6 kernel ep
select_poll
- linux下select和epoll下的不同解释,供初学I/O的读者阅读-Linux select, epoll detailed descr iption of the document, but also some process analysis chart, for everyone to read
io多路复用
- io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
QT在Linux网络通信4
- 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。