搜索资源列表
NetMessage
- tcp 聊天程序 支持文件传输 用vc 6.0开发 适合新手学习和研究-tcp chat program supports file transfers using vc 6.0 for novice developers to learn and study
VCchat
- 在Windows环境下开发一个简单的局域网聊天程序的思路和方法。系统使用流行的开发软件Microsoft visual C++,采用Socket技术实现网络通讯和TCP传输协议。系统主要实现了用户登录、聊天、服务器管理等功能。-In the Windows environment to develop a simple LAN chat program ideas and methods. Development of software systems using the popular Mic
lt.1
- 简单的java聊天程序,利用DES加密的TCP多人聊天程序
Communication
- 基于wifi的Android文件传输小程序,包含了WIFI的搜索、连接、检验等功能,书写比较规范,聊天信息的传输使用UDP协议,文件传输使用TCP协议-The Android-based file transfer wifi applet, the search includes WIFI connection, testing and other functions, writing fairly standard, the transmission of information using
Chatroom
- 采用TCP协议,并结合多线程,编写的简单的聊天室程序,适合初学者-chatroom java JAK 1.8.40
QQ
- 系统主要采用Java语言实现服务器,客户端程序。本系统是基于TCP协议的编程,实现了网上聊天。系统采用C/S架构,由服务服务器端和客户端组成。 服务器端必须具有以下功能: (1) 启动服务器,建立侦听,接受客户端连接。 (2) 接收、分析、转发聊天信息。 (3) 向客户端发送系统消息。 (4) 关闭服务,并向客户端发送服务器关闭消息。 聊天客户端必须具有如下功能: (1) 连接服务器,发送用户登录请求。 (2) 向服务器发送聊天信息。 (3)
TCP聊天程序
- 可以实现客户端与服务器端的通信,也可以实现多人同时通信(It can realize the communication between client and server, and also can communicate with many people at the same time)