搜索资源列表
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
smart_fdisk
- Smart FDISK v2.05 简体中文版 SmartFDISK是一个管理硬盘的实用工具软件,它可以方便地管理您的计算机硬盘。能在硬盘上建立基本分区、逻辑分区,并且可以格式化分区。通过内建的启动管理器,可以方便地在一个或多个硬盘上的不同分区中独立地安装多个不同的操作系统,如DOS、Windows9X、WindowsNT、Linux、FreeBSD、OS/2等,在您启动计算机时,起动管理器可以通过菜单让您选择需要进入的系统。-Smart FDISK v2.05 simplified Chi
select2
- Linux 下 select 函数的例子-Select function under Linux example
linux_select_function_sample
- linux select函数串口应用例子 -linux select function sample
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
select.c
- linux系统编程 实现shell中的select函数-linux system programming shell, the select function
QT在Linux网络通信4
- 有服务端和客户端,非常好的例子,测试过跑的通,有select机制。