搜索资源列表
Delphi socket通讯
- 实现1对1通信,即任何一个客户端可以选择某个连接上服务端的另一个客户端进行聊天通信
Talkc 点对点即时通讯工具客户端
- 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
VB-Socket
- vb编写的局域网通讯程序,含服务端和客户端,主要用到Socket-vb prepared by the local area network communications program, including server and client, mainly used in Socket
socketprogram
- 通过用socket创建套接字,实现远程服务器与客户端的即时通讯-Create a socket using socket, remote server and the instant messaging client
socket
- 利用套接字实现双机通讯,分服务器端和客户端。-The use of double-socket communication, at the server side and client.
SocketTest
- 客户端和服务器进行简单的通讯,了解Socket通信的基本机制。-Simple client and server communication, understanding the basic mechanism of Socket Communications.
design-of-instant-messaging-software
- 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
EasyChat
- 局域网内的简单聊天程序,有服务器和客户端,使用套接字通讯。-A simple LAN chat program, a server and client, using socket communication.
chat
- 在先前已上传的那个版本上做了一点改进: 1.将服务器与客户端之间的通讯命令做了处理,这次采用特殊编码格式的命令控制方式,摒弃了先前版本中采用的通过解码成字符串的命令格式,避免了解码过程中会出现的bug(特殊情况下此bug才会出现,表现为将内部命令作为消息正文打印出来。。。让我很受伤。。) 2.增加了闪屏振动功能(一看就知道模仿MSN的。。没创意。。。),可以群振,也可以点对点振,反正振你没商量! 3.修正了其他的一些小bug。 程序截图还是先前版本的
chat
- socket通讯,客户端和服务器之间的通讯。类似QQ聊天工具。-socket communications
MyQQ2012
- 通过socket连接实现了即时通讯功能。 在服务器端,将用户资料存储于access数据库中。 客户端需要登陆。登陆后能够从服务器读取好友列表、用户资料等信息。考虑到安全性,密码使用了MD5加密,客户端与服务器之间使用序列化的类传输数据。 本资料适合新手使用。-Through the socket connection to the instant messaging function. On the server side, the user data stored in the
socket-chat-room
- 网络聊天室,利用SOCKET通讯,客户端和服务器分开编写-net chat room ,socket communica tion,this project is devide into two part ,the server and the client
Imitate_QQ
- 高度模仿qq的客户端程序,采用socket编程实现,平台vs2008,包含点对点文字通讯、点对点图片传输、点对点ftp传输,并可根据ip添加好友。-Highly imitate qq client program using socket programming, platforms, vs2008, including peer-to-peer text messaging, point-to-point image transfer, peer-to-peer ftp transfer, a
socket-QQ
- 可以实现聊天的企业通讯工具,包括服务器和客户端的程序-You can chat enterprise communication tools, including server and client program
Socket
- 里面是用Socket来通讯的,包含启动服务器,连接客户端,服务器发送信息,客户端接收信息,对于初学通讯方面知识的相当有用-Inside the Socket Communications, start the server contains the connected client, the server sends information, the client receives information for the beginner knowledge of communications
KouChat_Win32
- 用Socket实现服务器客户端于一体的局域网即时通讯系统,主要实现单人聊天,群聊,文件传输-On Socket Server client in one of the LAN instant messaging system, the main single chat, group chat, file transfer
4.0_MiniQQ2012
- 用Socket实现服务器客户端于一体的局域网即时通讯系统,实现单人聊天,群聊,文件传输,主界面调整,皮肤设置等一系列功能-On Socket Server client in one of the LAN instant messaging system, to achieve single chat, group chat, file transfer, the main interface to adjust the skin setting a series of functions
TCP SOCKET
- 实现客户端与服务端基于tcp协议通讯,服务端为机器人,客户端为客户,机器人词库通过读取txt文件来实现,方便增添和修改(Chat robot Realize client and server communication based on TCP protocol)