搜索资源列表
P2PCom
- 一个可以实现的的P2P通信程序,C sharp完成。命令行界面-can achieve a peer-to-peer communications procedures, C sharp completed. The command line interface
SockServer
- 使用TCP/IP协议的通信程序。本程序为服务器端。可以同时接受五个客户端的连接。-use TCP / IP protocol communications procedures. The procedures for the server. 5 can accept client connections.
MultiCast_Ser
- 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序服务端!-in Windows using the VC was made with the support of TCP I / O multiplexers. UDP Multicast and serial communication program of literacy services end!
wangluoshixi
- 在网络实习课设作的一个聊天工具。在TCP协议基础上,利用Winsock编程实现与服务器的多客户通信程序。-internship in the network set up for the class a chatting tool. TCP, based on the use of Winsock programming and multi-client server communication program.
ALARMSERVER
- VB写的基于TCP/IP写的SOCKET通信程序 用于车辆监控的报警方案管理-VB was based on TCP / IP Socket Communications written procedures for the police vehicle monitoring program management
broadcast
- 网络广播通信程序,采用winsock编程,需要在局域网络上的多台计算机上安装后进行实验.
multicast
- 网络多播通信程序,采用winsock编程,需要在局域网络上的多台计算机上安装后进行实验.
10TCPClient
- TCP网络通信程序,能够传输文件.编程语言vc
TCPIPprotocolren
- TCPIP协议与网络编程 任泰明.rar 第7章 TCP/IP网络程序框架与实例 7.1 网络应用程序的基本工作流程 7.2 基于TCP的客户/服务器通信程序实例 7.3 基于UDP的客房与服务器通信程序实例 本章小结 习题 第8章 Winsock API 8.1 字节排序函数 8.2 IP地址转换函数 8.3 网络信息获取函数(数据库函数) 8.4 套接口选项函数 8.5 套接口I/O处理函数 8.6 事件对象I/O管理 8.
gateway
- Socket 串口通信程序
tcpv6s
- IPv6通信程序,客端程序名程为tcpv6c,服务器则为tcpv6s。从客端输入特定指令后,将其送入服务器处理,结果显示在客端的画面上。
tcpv6c
- IPv6通信程序,客端程序名程为tcpv6c,服务器则为tcpv6s。从客端输入特定指令后,将其送入服务器处理,结果显示在客端的画面上。
UDPClient
- UDP 通信程序,演示了简单的UDP的用法.
wangshe
- 本文通过理论联系实际,利用vc++工具,利用mfc封装的API类设计一个能实现最基本的多用户的双机通信程序,既聊天室,旨在阐述网络程序设计的基本过程,tcp/ip协议的应用开发,多线程的应用特点。
tcp/ip协议简单通话程序
- tcp/ip协议简单通话程序,可以放假初学者研究VC,同时可以实现局域网语音通信。,tcp/ip protocol simple procedure call, you can leave beginners Research VC, at the same time local area network voice communications can be achieved.
vxWorks_UDP_implement
- vxWorks下的UDP通信程序,要求Server端广播发送,几个Client端接收数据,同时进行拆包处理。-vxWorks UDP implement
udpApplication
- 本例是Csharp编的一个UDP通信程序,通过本例,可以掌握通过UDP协议来接收发送消息,以及数据包的计算-Csharp for this example is a UDP communication program, through this case, we can get through the UDP protocol to receive send messages, as well as the calculation of packet
phone
- 电话通信程序,实现CS模式下的语音通信功能-Telephone communication program to achieve CS mode of voice communication function
VB6.0 tcp通信程序
- 利用winsock控件,实现服务器客户端的通信(Using Winsock control to realize the communication between server and client)
TCP通信程序设计
- Linux操作系统下的TCP通信程序设计,能完成一定的通信功能。