搜索资源列表
-
0下载:
用C++实现windows的socket,利用tcp连接服务器并传送数据包后,再用udp接收数据包
-
-
0下载:
首先Server程序创建两个socket:
分别为 TCP socket(使用命令行参数指定端口号)
UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。
server端在这两个端口上侦听连接,接受来自客户端的服务请求。
-
-
0下载:
Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用-Socket programming under Windows source code, complete the project, compile, you can use without having to change
-
-
0下载:
API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket
Windows SDK、MFC、Socket
winsock2.h
Ws2_32.lib
Ws2_32.dll
-
-
0下载:
example for windows socket UDP.
-
-
0下载:
Title: Raw Packet Sniffer
It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more.
The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right int
-
-
0下载:
a simple UDP socket connection using windows socket library (WS2_32.lib).
-
-
0下载:
udp协议的实现套接字通信,可用于windows及wince-udp socket communication protocol implementation can be used for windows and wince
-
-
0下载:
windows环境下的用socket编写的一个udp例子,供初学者参考-a udp example using socket in windows
-
-
0下载:
关于UDP通信的一个简单C++程序,对熟悉SOCKET网络编程有很好的帮助作用-UDP traffic on a simple C++ program, familiar with network programming have a good SOCKET helpful
-
-
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
-
-
0下载:
windows 中网络编程 Socket TCP FTP UDP等概念-windows in the network programming concepts such as Socket TCP FTP UDP
-
-
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 sock
-
-
0下载:
在Windows环境下socket编程,实现服务器端发送UDP数据包并接收客户端返回数据,客户端接收UDP数据包并返回自己的NETBIOS名-In the Windows environment, socket programming, the server sends and receives UDP packets returned to the client data, the client receives UDP packet and return to their NETBIOS n
-
-
0下载:
APIHooking
Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/receiv
-
-
0下载:
Socket编程在大多数的编程语言中都是一件比较有趣的事情。它是比较常用的编写通过网络通信的服务器和客户端方法。在windows平台Socket通信大多是基于MS Winsock设计的。Windows支持基于TCP和UDP的socket通信。-Socket Programming in most programming languages ??are a more interesting thing. It is commonly used writing to communicate t
-
-
0下载:
SOCKET 通信代码自定义封装,TCP传输和UDP传输一个宏切换功能
-
-
0下载:
windows udp编程的方法及注意要点,里面内有程序demo-UDP SOCKET
-
-
0下载:
实现windows socket Udp 通讯-windows socket udp communication
-
-
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, ano
-