搜索资源列表
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
VB的TCP聊天工具
- VB的TCP聊天工具将服务端与客户端分开编写,使用机器需先打开服务端,再在远程机器使用客户端连接-VB TCP chatting tool services and client-prepared separately, the use of machines need to open the server, then the remote machine using the client
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
vb的 tcp聊天事例
- vb的 tcp聊天事例
TCP聊天 MFC socket 网络编程
- TCP聊天 MFC socket 网络编程
基于VC的TCP聊天
- 基于VC的TCP聊天源码的实现.
TCP-Chat
- C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
TCPliaotiankehuduan
- TCP聊天客户端,希望对大家有所帮助啦,-TCP chat client, I hope all of you to help you,
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聊天服务器客户端,用C#語言編寫,數據庫爲SQLSERVER-TCP
TCP聊天服务器端
- TCP聊天服务器端
TCP
- 一个简单的TCP聊天程序,使用winsock api实现。-A simple TCP chat program
20101017
- TCP聊天服务器端和TCP聊天服务器端,实现TCP/IP通信-services and client
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)
聊天室源代码
- java实现的TCP聊天室,可实现群聊,私聊等操作(Java implementation of the TCP chat room, can achieve group chat, private chat and other operations)
用python和JAVA实现的TCP聊天室程序
- 分别用python与JAVA单独实现CS模式下的TCP聊天室,源代码。