搜索资源列表
-
0下载:
.Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
-
-
1下载:
用C++Builder写的基于UDP协议的通讯聊天程序,用UDP/TCP 的VCL组件实现.同时展示了TListView组件的使用.分为客户端服务器两个程序.-C Builder was based on UDP communications chat program using UDP / TCP VCL to achieve. A demonstration of the use of TListView components. Client-server is divided into t
-
-
0下载:
一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp / ip and udp used for both server side, but also can be used for client -
-
-
0下载:
利用vc实现的局域网文件传输,共分为客户端和服务器端两部分,该部分是文件传输的客户端,采用了TCP/UDP协议,可扩展到net网络传输!-use vc achieve LAN file transfer, is divided into client and server-side two, The file transfer is part of the client, using the TCP / UDP protocol, which can be expanded to net net
-
-
0下载:
In this article, I will try to give you some tools to build your own simple client/server applications using the TCP/IP and UDP protocols.
-
-
0下载:
客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。
要求用TCP和UDP方式分别实现。
-Client two random numbers generated, distributed to the two servers. Server 1 (IP address: 19
-
-
0下载:
Windows IPC socket program (tcp/udp) (server/client)
-
-
0下载:
Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
-
-
1下载:
因为是本人自己开发的源码 有Bug请与我联系。
利用VC2010 MFC开发的 TCPIP 测试工具
支持建立 TCP服务器
支持TCP 客户端
支持 UDP
支持 16进制转换
此程序 开启2个后 建立好 服务器和客户端 就可以 通信了。-Because I developed source Bug please contact me. TCPIP testing tools developed VC2010 MFC support
-
-
0下载:
创建服务器 客户端 创建连接 串口通信 tcp/udp-create a server client create connect Serial communication tcp/udp
-
-
0下载:
一个UDP服务器及一个TCP连接。每隔50ms发送20字节UDP包给一个UDP客户端,同时UDP客户端通过TCP回答收到了多少个包。用来测试UDP连接的稳定性。-A UDP server and a TCP connection. 20 bytes every 50ms UDP packet sending a UDP client, and UDP client received via TCP answer how many packages. UDP connection used to
-
-
0下载:
用C++编写TCP,UDP通讯协议,编写客户端和服务器程序,完成客户端和服务器的通信。-C++ prepared with TCP, UDP communication protocol, the preparation of client and server programs, complete client and server communications
-
-
0下载:
简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。
客户:(1)客户先创建流套接字,向服务器发起TCP连接。
(2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。
(3)分别通过流套接字和数据报套接字与服务器进行通信。
(4)断开与服务器的连接。
服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。
(2)服务器创建数据报套接字,等待接收客户的数据。
(3)当收到一个客户T
-