搜索资源列表
多人聊天程序.rar
- 基于TCP/IP的多人聊天程序(包含服务器和客户端)
类似QQ的网络聊天程序源码
- 类似QQ的网络聊天程序源码,支持TCP和UDP连接,可以传输屏幕截图
r00t-tcp-chat-examples.tar
- 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
TCP聊天室
- 一个基于TCP/IP协议的聊天程序,包含服务器和客户端。
LanTalk_src.zip
- 一个tcp点对点聊天程序, Tcp point-to-point chats the procedure
VC_tcpIP.rar
- VC下的tcp多人网络聊天程序的源码,客户端和服务器端各有一个源程序。供网络编程爱好者参考。,Tcp under VC multiplayer online chat program source code, client and server have a source. Network Programming reference for enthusiasts.
多人聊天程序
- 基于TCP/IP的多人聊天程序(包含服务器和客户端)- Chat the procedure based on the TCP/IP multi- people (to contain server and customer end)
用CSocket编写的网络聊天程序
- 网络-Network
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
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
chat
- linux下的一个聊天程序 ,代码完整, 调试通过。 既可以做服务器, 也可以做客户端。 程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。 -one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
chap3
- 有基于TCP与UDP的网络聊天程序,支持多线程-TCP and UDP based on network chat program to support multi-threaded
tcp
- TCP聊天程序,服务器端程序,用于两个计算机直接进行聊天的程序。-TCP chat program, a server-side procedures, for both the computer program to chat directly.
TCP
- 一个简单的TCP聊天程序,使用winsock api实现。-A simple TCP chat program
WINSOCK-TCP
- VC++实现的TCP网络编程聊天程序,对于学习网络编程很有帮助-VC++ implementation of the TCP network programming chat program
Socket-tcp-udp
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
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)