CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - windows socket udp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - windows socket udp - List
[
WinSock-NDIS
]
SockUDP
DL : 0
windows socket UDP编程源码,vc6.0编译通过
Update
: 2008-10-13
Size
: 51.39kb
Publisher
:
jiangchunhua
[
Internet-Network
]
windows socket编程
DL : 0
首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
Update
: 2009-10-29
Size
: 26.86kb
Publisher
:
rita552129
[
Windows Develop
]
TCPIP Socket编程实例
DL : 0
Socket编程示例-Socket Programming Example
Update
: 2025-02-17
Size
: 13kb
Publisher
:
保镖
[
Windows Develop
]
传输2006
DL : 0
1.本实验要求利用微软的socket编程一段程序,可以利用TCP协议或者UDP协议,实现文件传输。-1. This experiment required the use of Microsoft's socket programming section of procedures, we can use TCP or UDP, transfer files.
Update
: 2025-02-17
Size
: 30kb
Publisher
:
刘杰
[
Internet-Network
]
socket_wonder111
DL : 0
windows下的socket编程,例子,可以发送tcp,udp报等,适合于初学者看看,里面共有server和client的详细实现-windows under the socket programming, for example, can send tcp, udp reported, suitable for beginners look at the total inside the server and client to achieve detailed
Update
: 2025-02-17
Size
: 2.4mb
Publisher
:
如果能
[
VC/MFC
]
socket_program_guide
DL : 0
1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Update
: 2025-02-17
Size
: 169kb
Publisher
:
gong
[
Internet-Network
]
SockUDP
DL : 0
windows socket UDP编程源码,vc6.0编译通过-windows socket UDP source programming, vc6.0 compiled through
Update
: 2025-02-17
Size
: 51kb
Publisher
:
jiangchunhua
[
Internet-Network
]
socket
DL : 0
example for windows socket UDP.
Update
: 2025-02-17
Size
: 64kb
Publisher
:
boris anderson
[
Windows Develop
]
UDP
DL : 0
UDP程序,经测试,能跑 通过SOCKET传输-UDP procedures, tested, run through the transmission SOCKET
Update
: 2025-02-17
Size
: 2.84mb
Publisher
:
wupengcheng
[
Communication
]
UDP
DL : 0
windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
Update
: 2025-02-17
Size
: 19kb
Publisher
:
猪猪
[
Windows Develop
]
UDP
DL : 0
基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
Update
: 2025-02-17
Size
: 66kb
Publisher
:
Yang
[
TCP/IP stack
]
UDP_Winsock
DL : 0
a simple UDP socket connection using windows socket library (WS2_32.lib).
Update
: 2025-02-17
Size
: 7.54mb
Publisher
:
ariesooi
[
Linux-Unix
]
socket.tar
DL : 0
socket 分别以tcp,udp两种方式通信的代码。 同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。-socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows environment to compile, linux environment, Android environment execute the file.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
孙涛
[
Internet-Network
]
UDP
DL : 0
利用windows socket与UDP协议实现网络通信,操作平台VC++6.0 非常实用,希望大家喜欢-Using windows socket and UDP protocols, network communication, operating platform, VC++6.0 is very useful, I hope everyone likes
Update
: 2025-02-17
Size
: 6kb
Publisher
:
樊露
[
Windows Develop
]
VCWinSockProgramming
DL : 0
1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 CSocket 编程之阻塞和非阻塞模式 57 -#define FD_SETSIZE 64? typedef struct fd_set { u_int fd_count /* how many are SET?*/ SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/ } fd_set
Update
: 2025-02-17
Size
: 186kb
Publisher
:
netdavid
[
TCP/IP stack
]
TCPUDPSocket
DL : 0
TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP socket communication program.
Update
: 2025-02-17
Size
: 1.07mb
Publisher
:
李正交
[
TCP/IP stack
]
windows-Udp-socket
DL : 0
Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用-Socket programming under Windows source code, complete the project, compile, you can use without having to change
Update
: 2025-02-17
Size
: 1.15mb
Publisher
:
曹乐
[
Internet-Network
]
Udp
DL : 0
实现windows socket Udp 通讯-windows socket udp communication
Update
: 2025-02-17
Size
: 2.19mb
Publisher
:
许龙
[
Internet-Network
]
基于网络的udp通讯发送端和接收端
DL : 0
基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, another computer start receiving end, can send messages to each other both sides can see and receive the message function.)
Update
: 2025-02-17
Size
: 2.95mb
Publisher
:
阳光小鹏
[
Windows Develop
]
ethnet udp tcp
DL : 0
Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
Update
: 2025-02-17
Size
: 62kb
Publisher
:
Losserry
«
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.