搜索资源列表
TCP聊天服务器端1
- TCP 聊天程序服务器端,详细讲述开发过程和理论依据-TCP chat sever side, describe detailedly of the development process and theory base.
TCP服务器端MANK
- 一个TCP/IP的服务器端,但是增加了列表显示以及对客户端标示管理!-A TCP/IP server program with list display and client management
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
断点传输服务器端
- 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Between the computer transmits th
tcp服务器端的源代码
- tcp服务器端的源代码,在vc环境下运行,
tcp
- windows 网络编程。tcp服务器端,客户段源代码。
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
TCP-SERVER
- TCP聊天服务器端程序,程序在VC6.0中调试通过-TCP chat server-side procedures, the procedures adopted in VC6.0 in debugging
cvery_112520622
- 用socket实现tcp和udp,包含了客户端和服务器端-use socket to complete tcp/udp code
tcp
- tcp 通讯包含客户端和服务器端,Windows下的socket实现-tcp communication contains client and server, Windows under the socket to achieve
WINSOCK-TCP
- 基于winsock技术的局域网通讯程序,采用C/S模式,有服务器端和客户端,并能实现局域网内的简单即时通信。-Winsock-based local area network communications technology procedures, the use of C/S mode, there are server-side and client, and to achieve a simple LAN instant messaging.
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
TCP聊天服务器端
- TCP聊天服务器端
TCP_Test
- TCP客户端和服务器,完整的应用程序,开发平台为VC.net2008,但是基于MFC库的。-TCPClientServer
Tcp
- vc c++ 2008下的TCP客户端,服务器的源代码,单独封装。-vc c++ 2008 under the TCP client, the server source code, a separate package.
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
TCPServer
- C#语言,TCP通信服务器端程序,Socket编程(C#,Tcp/IP Communication)
S7-200 SMART CPU Modbus TCP服务器端指令库(2)
- S7-200 SMART CPU Modbus TCP客户端指令库(4)(S7-200 SMART CPU Modbus TCP)
tcp
- QT tcp服务器,可实现服务器和客户端的数据j交互(QT TCP server, which implements data J interaction between server and client)
TcpServerApp
- 基于c#实现一个简单的tcp服务端,可用于联调测试(Implement a simple TCP server)