搜索资源列表
-
0下载:
本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。-This procedure works for UDP hole test program. For simplicity, the application server on the reception of
-
-
0下载:
使用TCP和UDP协议编写服务器端和客户端的控制台程序,要求在客户端连续发送5条具体的信息,而在服务器接收并输出。-TCP and UDP protocols used to prepare the server side and client-side console program, requiring the client to send five consecutive specific information, while in the server to receive and ou
-
-
0下载:
CSharp program simulates client - server file transfer using UDP
-
-
0下载:
远程数据库表同步,采用udp通信,程序分server端和client端。-Sync remote database table, using udp communication, the program server-side and client-side points.
-
-
0下载:
基于UDP(面向无连接)的socket编程
使用UDP协议编写聊天软件,使得客户端之间可以自由地进行键盘聊天。
程序的具体要求:
-Using the UDP protocol based on UDP (for connectionless) socket programming write chat software, making free keyboard chat client. The specific requirements of the program:
-
-
0下载:
基于UDP 的客户端和服务端程序,完成本机端口间的的通信-UDP-based client and server program to complete the communication between the local port
-
-
0下载:
echo的客户程序,很有用的调试工具,实现tcp和udp协议的客户端,下程序为tcp-echo client program, a very useful debugging tool, tcp and udp protocol client, under the procedures for tcp
-
-
0下载:
基于C#的UDP发送接收,这个是Client端口的程序,一开始发送一个数据,然后接收-Based on the C# UDP send receive, this is the program Client port, one starts to send data, and then receive
-
-
0下载:
C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。-When a user first runs the client program, registration window will pop up to
-