CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - socket select
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
xml-soap-webservice
Remote Control
P2P
TCP/IP stack
SNMP
Grid Computing
CloudComputing
Search - socket select - List
[
Internet-Network
]
Select()系统调用及 文件描述符集fd_set的应用
DL : 0
Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descriptors set fd_set applications. Rar
Date
: 2025-12-30
Size
: 1kb
User
:
魏秦
[
Internet-Network
]
00000
DL : 0
该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导-demonstration of the procedure used SOCKET select API model used for network server socket programming because it is a good guide
Date
: 2025-12-30
Size
: 35kb
User
:
李明
[
Internet-Network
]
server_sock
DL : 0
c 语言.多线程.socket网络编程服务端.对select的应用-c language. Multithreading. Socket-network programming services. Select the right Application
Date
: 2025-12-30
Size
: 1kb
User
:
柳心雨
[
Internet-Network
]
linux下关于socket编程的C例子
DL : 0
这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Date
: 2025-12-30
Size
: 558kb
User
:
钟文德
[
Internet-Network
]
filetransserver
DL : 0
务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 -side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.
Date
: 2025-12-30
Size
: 137kb
User
:
肖和平
[
Internet-Network
]
icu070522
DL : 0
select programe, 1 raw socket2 udp socket. -select programe, a raw socket2 udp socket.
Date
: 2025-12-30
Size
: 102kb
User
:
andrew dai
[
Internet-Network
]
Socket
DL : 0
tcp通讯源码,适用于Unix/Linux平台,采用c语言编写-tcp communications source code, applicable to Unix/Linux platforms, using language c
Date
: 2025-12-30
Size
: 9kb
User
:
lenin
[
Internet-Network
]
CHAT_CODE
DL : 1
简易网络聊天工具的编写 socket套接字的编写 多线程实现和采用select()函数实现多人在线聊天.-Simple chat tool for the preparation of the network socket socket to achieve the preparation of multi-threading and the use of select () function to achieve more than online chat.
Date
: 2025-12-30
Size
: 138kb
User
:
zengli
[
Internet-Network
]
EvenSelect
DL : 0
C++ Socket的select模型的应用实例 C++ Socket的select模型的应用实例-C++ Socket of the application of select model C++ Socket of the application of select models
Date
: 2025-12-30
Size
: 14kb
User
:
方老
[
Internet-Network
]
select_socket
DL : 0
该代码是用select IO复用实现的网络服务器 里面有两个版本,区别读者可以好好看看,并体会其不同的实现方式的优缺点。 对初级入门的特别合适-The code is used to achieve select IO multiplexing network server there are two versions, the difference between a good reader can see and appreciate their different ways to achieve the advantages and disadvantages. Primary entry special suitable
Date
: 2025-12-30
Size
: 2kb
User
:
钟伟
[
Internet-Network
]
Winsocket
DL : 0
网络编程,实现三种Winsocket I/O模型:select、基于事件、基于消息-Network programming, to achieve three Winsocket I/O model: select, based on the incident, based on the information
Date
: 2025-12-30
Size
: 173kb
User
:
丁锐
[
Internet-Network
]
windowsSocket-select
DL : 1
window网络模型之select篇 实现的远程下载的程序 包括客户端服务器-network model window of select articles to achieve the process of downloading the remote client-server
Date
: 2025-12-30
Size
: 41kb
User
:
wake
[
Internet-Network
]
socket
DL : 0
socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications programming implementation. Non-blocking mode of connection-oriented implementation of a server and multiple client to send and receive data (select models) for non-blocking mode of communication to connect one-on-one 1. Learn through winsock network communications programming implementation. 2. Study connection-oriented and connectionless-oriented network communication programming. 3. Learn obstructive and non-blocking mode of network communication programming. 4. Familiar with winsock related to the usage of API functions.
Date
: 2025-12-30
Size
: 7mb
User
:
qingangjun
[
Internet-Network
]
select
DL : 0
socket编程基础2select函数的应用,用select来实现阻塞等待-socket programming 2select function based on the application, use select to wait for the realization of obstruction
Date
: 2025-12-30
Size
: 2kb
User
:
崔强
[
Internet-Network
]
TCP_UDP-Socket
DL : 0
TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
Date
: 2025-12-30
Size
: 3.07mb
User
:
tony chen
[
Internet-Network
]
Socket
DL : 0
socket网络编程的五种I/O模型之一:select模型。-socket network programming of five I/O model one: select the model.
Date
: 2025-12-30
Size
: 1.95mb
User
:
戎金辉
[
Internet-Network
]
select
DL : 0
socket使用select能够减少资源占用. 本程序使用了select功能-socket using select to reduce resource consumption. This program uses the select function
Date
: 2025-12-30
Size
: 2kb
User
:
张化
[
Internet-Network
]
socket
DL : 0
socket通信模型EventSelect,Overlapped,select,WSAAsyncSelect,WSAEventSelect的实例代码-socket communication model
Date
: 2025-12-30
Size
: 7.67mb
User
:
qiuyili
[
Internet-Network
]
EchoSrvSelect
DL : 0
socket select网络编程,c++源码文件含有头文件-socket selec
Date
: 2025-12-30
Size
: 105kb
User
:
chen
[
Internet-Network
]
Socket_Select_Model
DL : 0
VC++编写的socket select 模型示例-Written in VC++ examples of socket select models
Date
: 2025-12-30
Size
: 1.06mb
User
:
yaozhiyong
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.