E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
FD_ISSET
异步套接字基础:select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include <sys/time.h> #include <unistd.h> select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include <sys/time.h> #include <un
webcenterol
·
2010-10-28 13:00
select
Linux socket Select(2) (翻译 man 2)
2) LinuxProgrammer'sManual SELECT(2)NAMEselect,pselect,FD_CLR,
FD_ISSET
scarlettsp
·
2010-10-21 10:00
《ASCE1885的网络编程》の套接字select模型
该模型的核心是select()函数,在使用该函数时,还需要用到FD_SET、FD_ZERO、
FD_ISSET
和FD_CLR四个宏。
ACE1985
·
2010-10-15 11:00
编程
windows
网络
socket
服务器
Sockets
《ASCE1885的网络编程》の套接字select模型
该模型的核心是select()函数,在使用该函数时,还需要用到FD_SET、FD_ZERO、
FD_ISSET
和FD_CLR四个宏。
wapysun
·
2010-10-15 11:00
select
异步套接字基础:select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #includesys/time.h> #includeunistd.h> select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #includesys/time.h> #includeunistd.h> intselect(intma
jiang_dlut
·
2010-10-11 14:00
数据结构
struct
网络
服务器
测试
null
fd_set 用法--select函数相关
fd_set类型通过下面四个宏来操作: fd_setset; FD_ZERO(&set); FD_SET(fd,&set); FD_CLR(fd,&set);
FD_ISSET
tracyjk
·
2010-06-04 09:00
c
struct
unix
socket
测试
null
select, poll和epoll的区别
intn,fd_set*readfds,fd_set*writefds,fd_set*exceptfds,structtimeval*timeout);FD_CLR(intfd,fd_set*set);
FD_ISSET
eroswang
·
2010-05-20 15:00
linux
socket
struct
callback
Descriptor
events
fd_set
对于fd_set类型通过下面四个宏来操作: fd_setset; FD_ZERO(&set); FD_SET(fd,&set); FD_CLR(fd,&set);
FD_ISSET
liqihacker
·
2010-04-08 13:00
struct
socket
unix
测试
null
select, poll和epoll的区别
intn,fd_set*readfds,fd_set*writefds,fd_set*exceptfds,structtimeval*timeout);FD_CLR(intfd,fd_set*set);
FD_ISSET
wzhwho
·
2010-03-22 20:00
select ,FD_ZERO,FD_SET,FD_CLR,
FD_ISSET
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include int sele
yyyzlf
·
2010-02-20 16:00
struct
测试
null
Winsock
此外还提供了四个宏对fd_set结构进行操作: FD_CLR(s, * set)从集合set中删除描述字s
FD_ISSET
(s, * set)若s为集合中一员,非零:否则为零
frenchmay
·
2010-02-01 22:00
SOC
select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
使用说明
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include int select(int maxfd,fd_set *rdset,fd_set *wrset,fd_set *exset,struct timeval *timeout);
youqi820604
·
2009-12-18 10:00
struct
测试
null
select, poll和epoll的区别
intn,fd_set*readfds,fd_set*writefds,fd_set*exceptfds,structtimeval*timeout);FD_CLR(intfd,fd_set*set);
FD_ISSET
Sannysha
·
2009-11-30 16:00
linux
struct
socket
callback
events
Descriptor
异步套接字基础:select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include int select(int maxfd,fd_set *rdset,fd_set
jun2ran
·
2009-08-07 20:00
数据结构
网络
struct
服务器
测试
null
异步套接字基础:select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
使用说明(ZZ)
FD_SET打开类型fd_set的某一位FD_ZERO初始化fd_setFD_ISSET测试结构fd_set中的描述字直接到vc98/include的文件中查找他们就可以找到代码。select函数:系统提供select函数来实现多路复用输入/输出模型。原型:#include#include intselect(intmaxfd,fd_set*rdset,fd_set*wrset,fd_
雲のむこう,約束の場所
·
2009-07-27 22:00
select, poll和epoll的区别
intn,fd_set*readfds,fd_set*writefds,fd_set*exceptfds,structtimeval*timeout);FD_CLR(intfd,fd_set*set);
FD_ISSET
zzj5385
·
2009-05-06 00:00
select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
使用说明
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include int select(int maxfd,fd_set *rdset,fd_set
sky04
·
2009-03-30 10:00
struct
测试
null
FD_SET,
FD_ISSET
这些函数意思
FD_ZERO 清空这个集合; FD_SET往这个集合里面加入一个文件句柄;
FD_ISSET
查看某一个文件句柄是否被设置了;'fd_set')是一组文件描述符(fd)的集合
weixiuc
·
2008-09-11 19:00
ioctl(fd,FIONREAD,&nread) nread == 0
for (fd = 0;fd < FD_SETSIZE;fd++)...{ if (
FD_ISSET
(fd,&testSet)) ...{ int nread
wangyifei0822
·
2008-04-10 16:00
异步套接字基础:select函数以及FD_ZERO、FD_SET、FD_CLR、
FD_ISSET
使用说明
select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include select函数: 系统提供select函数来实现多路复用输入/输出模型。原型: #include #include int select(int maxfd,fd_set *rdset,fd_set
zjl_1026_2001
·
2008-03-06 10:00
struct
测试
null
select深入一点了
没接受全 FD_ZERO(wfds);清除状态 FD_SET(sock,wfds);设置关联
FD_ISSET
(sock,wf
wuna66320
·
2007-12-08 22:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他