搜索资源列表
多人聊天程序.rar
- 基于TCP/IP的多人聊天程序(包含服务器和客户端)
TCP聊天服务器端1
- TCP 聊天程序服务器端,详细讲述开发过程和理论依据-TCP chat sever side, describe detailedly of the development process and theory base.
TCP聊天客户端1
- TCP 聊天程序客户端,详细讲述开发过程-TCP client chat program, described in detail the development process
vc开发tcp聊天服务器端
- 目前绝大多数的聊天程序都是采用UDP开发的,本程序则采用TCP开发,适用于对信息传输要求比较高的场合,本程序是服务器端源代码。-majority of the chat procedures are developed using UDP, TCP procedure is used to develop, apply to information transmission and high demand on the occasion, the process is server source
类似QQ的网络聊天程序源码
- 类似QQ的网络聊天程序源码,支持TCP和UDP连接,可以传输屏幕截图
简单的聊天程序(作者:刘亚焱)
- 简单的聊天程序用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。-simple chat program using java achieve bottom network communication, I use the TCP / IP protocol's socket (Socket) programming interfaces to network communications.
r00t-tcp-chat-examples.tar
- 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
基于CSocket的TCP多人聊天程序
- 基于CSocket的TCP多人聊天程序
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
TCP聊天室
- 一个基于TCP/IP协议的聊天程序,包含服务器和客户端。
多人聊天程序
- 基于TCP/IP的多人聊天程序(包含服务器和客户端)- Chat the procedure based on the TCP/IP multi- people (to contain server and customer end)
TCP-SERVER
- TCP聊天服务器端程序,程序在VC6.0中调试通过-TCP chat server-side procedures, the procedures adopted in VC6.0 in debugging
TCP-CUSTOM
- TCP聊天程序客户端程序,同TCP-SERVER程序配合使用-TCP client chat program, with the TCP-SERVER procedures used in conjunction
TCP
- JAVA写的TCP聊天程序,很好用的哦 课程设计-JAVA written TCP chat program, a good curriculum design used by Oh
TCP
- 一个简单的TCP聊天程序,使用winsock api实现。-A simple TCP chat program
TCP聊天程序
- 可以实现客户端与服务器端的通信,也可以实现多人同时通信(It can realize the communication between client and server, and also can communicate with many people at the same time)
vc 源码TCP聊天
- 这是一个简单的源码,通过TCP协议实现简单的文字聊天功能(This is a simple source code, through the TCP protocol to achieve simple text chat function)
3
- 使用DES加密算法,实现了TCP聊天程序的加密,在linux环境下运行。(Using the DES encryption algorithm, the TCP chat program is encrypted and run in the Linux environment.)
4
- 运用RSA公钥加密和DES对称加密,实现TCP聊天程序的加密(Using RSA public key encryption and DES symmetric encryption to realize the encryption of TCP chat program)
用python和JAVA实现的TCP聊天室程序
- 分别用python与JAVA单独实现CS模式下的TCP聊天室,源代码。