搜索资源列表
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
HQClient
- 基于对话框的一个可换皮肤的客户端程序,里面涉及到了TCP/ip,用户自定义信息,多线程,自定义菜单等一系列的东东。-dialog on the skin for a client procedures, which are said to the TCP / ip, user-defined information, multi-threaded, since the definition of the menu and a series of other Eastern.
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
TcpClientprogram
- 用winsock实现数据通信,此程序是用可靠的连接tcp实现的客户端程序-with winsock data communications, this procedure is reliable connectivity tcp achieve the client program
chatroomc
- 具体形式为面向链接的TCP客户机-服务器模式;在两台机器(在一台机器上也可)上依次启动服务器,客户端;在客户端输入正确的服务器地址后确认是否成功,若成功则可以在客户端和服务器之间相互收发数据(任何一端都可以是发送端,相应地也可以是接受端),并且都可以用特定的字符串控制退出(这里用的是bye);同时客户端与服务器应该能实时的检测到对方的运行状态,并且对特定状态(如退出)做出正确的反应行为(假设服务器退出,则客户端在侦测到此情况时应当自动给出提示信息并退出;假设客户端退出,则服务器在侦测到此情况时也
简单的聊天程序
- 要求使用1对1的连接,具体形式为面向连接的TCP客户机/服务器模式。在两台机器(同一台机器上也可以)上依次启动服务器、客户端,在客户端输入正确的服务器地址后确认连接是否成功;若成功则可以在客户端和服务器短之间互相收发信息-require the use of one pair of a link to specific forms of TCP connection-oriented client / server model. The two machines (the same machin
TCP聊天室
- 一个基于TCP/IP协议的聊天程序,包含服务器和客户端。
Talkc 点对点即时通讯工具客户端
- 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
sheji
- 实现简单的局域网聊天工具,TCP/IP,客户端-服务器模式 在VC环境下实现-Easy implementation of the local area network chat tool, TCP/IP, client- server model implementation in VC environment
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)
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
- 即时通讯客户端程序,vc程序,已经调试成功了。-Instant messaging client, vc procedures are commissioning a success.
Chat-software-TCP
- 在VB编程中用TCP协议,完成两个客户端的通讯-In VB programming using TCP protocol, finish two client communication
TCPClient
- TCP客户端,大学生计算机网络课程的实验,可以实现与服务器端的对话-TCP client, experimental computer network courses Students can achieve a dialogue with the server
TCP SOCKET
- 实现客户端与服务端基于tcp协议通讯,服务端为机器人,客户端为客户,机器人词库通过读取txt文件来实现,方便增添和修改(Chat robot Realize client and server communication based on TCP protocol)