搜索资源列表
c++builderECHO
- 用TNMEcho组件发送一个指导定文本,然后在备忘录组件接收返回的文本,同时显示远程服务器返回文本到客户机所用的时间. 即使用TNMEcho组件来实现ECHO操作-Send a TNMEcho components used to guide the text, and then in the memorandum of components to receive a copy of the return, at the same time show the remote server to
EchoServer.tar
- Implementation of echo server in C using unix TCP/IP protocol.
EchoServer
- 一个简单的回音器server的C++实现。对于理解SOCKET编程有很好的学习效果。-A simple echo server device of the C++ implementation. SOCKET programming for understanding a very good learning.
Client_Server
- C client server echo server winsock2
EchoServerClient
- This an example of echo server and client in socket programming in c.-This is an example of echo server and client in socket programming in c.
echoTcpServer
- c#回显tcp服务器,功能十分强大,多线程操作。-c# language tcp echo server
UDP_Echo
- N年前为测试防火墙的NAT功能写的一个测试程序,采用windows socket编程,Client构造UDP报文发给Server,Server收到后返回应答。Doc目录下是当时搜集到的一些windows socket以及多线程编程相关的资料。-A network test program written by visual C++. Client send a UDP packet to server, and server response by UDP packet, so called U
Echo-service
- 实现Echo 服务 客户端 服务器 C语言-Echo services to achieve client-server
WANGLUOBIANCHENG-SHIYANSAN
- 1. 编写一个基于流式套接字的C/S通信程序,客户端与服务器建立连接之后,客户端向服务器发送一个简单的四则算式(只含一个算符),服务器收到这个算式后,对其进行计算,并将计算结果回送给客户端,客户端将计算结果显示出来。要求: (1)服务器可以同时为多个客户提供服务。 (2)采用select模型实现。 2. 对于实验1的回射服务器采用select模型改写。 3.实现一聊天程序,要求采用WSAAyncSelect(异步选择)模型实现 -1. Write a C/S based on
Server
- VS下利用MFC实现的回声程序,用到了winsock库。(The echo program implemented by MFC under VS is used in Winsock library.)