搜索资源列表
lan_multiuser_com.rar
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client
icqserver
- javaICQ 服务器端源码,用java程序构建,与javaICQ客户端共同组成TCP与UDP共存的即时通讯系统. 以下是关于客户端的介绍: jICQ(javaICQ) 是一个用java技术开发出的图形用户届面的即时通讯工具,他吸收了java的平台无关性,以至于可以运行于任何java环境。-javaICQ server source code, using java procedures Construction, javaICQ with client TCP and UDP compone
基于TCP聊天系统
- 这是一款基于TCP服务器的聊天系统。可以实现局域网间聊天-This is the TCP server-based chat system. LAN can be achieved between Chat
chatsocket
- 简单的tcp/ip端口聊天程序,软件分为服务器端及客户端,服务器端确定聊天端口,客户端登陆服务器地址即可聊天。-simple tcp / ip ports chat program, the software into server and client, Chat server identified ports, landing client server addresses can chat.
WINSOCK-TCP
- 网络聊天室的实例程序,VC6.0下开发,分为服务器端和客户端两部分-Internet chat rooms examples procedures VC6.0 under development, divided into server and the client part 2
AgileIM[1]
- AgileIM 是一款类似QQ、MSN的聊天软件,这个软件却是我“无意插柳”的结果,AgileIM 的“前身”原本只是为了测试我的通信框架ESFramework的通信能力,没想到,做了两个星期后则个用于测试的小软件居然有点模样了,AgileIM 如今已经支持的主要功能: (1)文字聊天 (2)文件传输 (3)视频/音频聊天 (4)基于Udp的NAT/NAPT 穿透 IM类型的软件所需要的框架的能力大致也在这里了,现在把AgileIM的源码开放,希望能对后来者有些许帮助
java4597845676
- 本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple
TcpSrvProgram
- 利用winsock通信,此程序是利用可靠的连接TCP协议实现的服务端代码-using winsock communication, the use of this procedure is reliable connectivity TCP protocol server code
ViaTCPNetChat
- 本聊天工具是采用TCP协议实现的,分为客户端和服务器端,客户端需要先向服务器请求连接,服务器接受客户端请求后,双方才可实现网络通讯。-chat tool is the use of the TCP protocol, is divided into client and server side, The client needs first request for connecting servers, client server accepts the request, the two sid
TcpipCommunication
- tcp/ip模式面向连接的程序,改编自书上例题,加入了服务器可以广播可以查找局域网计算机的功能-tcp / ip connection-oriented mode of procedure, adapted from the book of excellence, joined the server can broadcast LAN can find the computer's functions
sheji
- 实现简单的局域网聊天工具,TCP/IP,客户端-服务器模式 在VC环境下实现-Easy implementation of the local area network chat tool, TCP/IP, client- server model implementation in VC environment
lan_multiuser_com
- 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
JohnChat
- CS模式的基于TCP协议的聊天服务器/客户端源代码。-CS mode TCP protocol-based chat server/client source code.
Socket
- C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
ChatRoom
- 基于 vc++ TCP 聊天室 实例 (服务端+客户端)-chatRoom in WindowsXP base VC++(server+ client)
TCPChat
- TCP Chat. Server and client source code
Basic_ClientServer_Chat
- Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.-Client Server Chat application u
TCP
- 文件传输系统,打开服务端,即可字在客户端传输文件,类似于飞鸽的即时传输工具,在visual 6下成功运行-File transfer system, open the server, you can transfer files in the client words, similar to real-time transmission Feige tool to run successfully in visual 6
TCP-chat-online-server
- 简单的利用TCP协议实现局域网聊天的程序,这是服务器端的代码。-Simple LAN chat program using TCP protocol, which is a server-side code.
TCP SOCKET
- 实现客户端与服务端基于tcp协议通讯,服务端为机器人,客户端为客户,机器人词库通过读取txt文件来实现,方便增添和修改(Chat robot Realize client and server communication based on TCP protocol)