搜索资源列表
wssf
- JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
zzcx
- The JICQ is the bureau area which JAVA writes according to \"Customer s Machine/Server\"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system pas
clientbydelphi
- 使用delphi编写的简单socket请求发送工具TCP协议
Talk
- 用tcp写的一个socket简单传送程序,包括客户端和服务端。-Write a tcp socket using a simple transfer process, including client and server.
cppfrance_EXEMPLE-CONNEXION-CLIENT-SERVEUR-TCP___
- communication avec le protocole TCP/IP socket en c-communication avec le protocole TCP/IP socket en cpp
QT-wjcs
- QT下用套接字tcp实现的文件的传输,和聊天的功能-QT with socket under the TCP implementation of file transfer, and chat functions
CBIndyTimerExample
- Timerecify the IP address of the ser Complex network analysis tools, c NAT traversal P2P peer-to-peer co The timber wolf Remote Control V6 tcp/ip network programming, clien The UPNP library, without setting NetWork Program book P
Ikplemestptionprogram
- 实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信-Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication
LAN chat device
- 局域网聊天工具(Socket+TCP+自定义消息+图像组合框)(LAN chat tools (Socket+TCP+ custom message + image combo box))
Implcqentrtion
- 实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信(Implementation of network communication client-side and server-side software program, based on the TCP and UDP socket communication)
Socket
- 在MFC上 用C++实现TCP的点对点通信、登陆、注册,包括服务端和客户端两部分(TCP point to point communication, landing, registration)
bjoa975
- 利用socket进行的TCP连接,包括客户端和服务器端()
huleln15
- 为Socket编程,实现简单的聊天室功能,为Tcp传输的客户端,()
8674184
- 实现网络通信的客户端和服务器端软件程序,基于TCP和UDP的socket通信()
8212979
- 利用socket进行的TCP连接,包括客户端和服务器端()
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。