搜索资源列表
-
0下载:
过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机
在启动服务端后,即可用客户端在线查询单词,
程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。
-off in the remote mainframe structures a remote server dictionary, other mainframe
-
-
0下载:
它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程,
本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来.
-It includes procedures TcpServer server and client TcpClient mainly spent s
-
-
0下载:
这是tcp/ip通讯的vc++控件及范例源码,包含一组非常优秀的socket控件源码,demo程序包括客户端程序和服务端程序,实现tcp/ip通信的数据接收发送。-This is the tcp / ip communication and control vc example source code, contains a set of socket excellent source control, demo procedures including client and server pr
-
-
0下载:
基于Embedded Visual C++的socket编程,包括TCP server和TCP client-based Embedded Visual C socket programming, including TCP server and TCP client
-
-
0下载:
一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp / ip and udp used for both server side, but also can be used for client -
-
-
0下载:
Windows IPC socket program (tcp/udp) (server/client)
-
-
0下载:
TCP IP Server Client Socket Program
-
-
0下载:
用MFC写的简单界面和socket实现的TCP通讯的 简单聊天客户端和服务器-Written with the MFC implementation of a simple interface and TCP socket communication simple chat client and server
-
-
0下载:
利用Socket Tcp-Ip事先的对战游戏-A client-server application with sockets and IO to play the Navy Battle game.
-
-
0下载:
异步非阻塞Socket通讯,含有一个server端和client端。-Asynchronous non-blocking socket communication with a server-side and client-side.
-
-
1下载:
vc2010编译环境 socket通信tcp服务器同时监控多个客户端连接和同时与服务器通信-vc2010 compiler environment socket communication tcp server simultaneously monitor multiple client connections and communicate with the server simultaneously
-
-
0下载:
基于WINCE的网口通讯源代码(包括服务器和客户机),用socket实现的-
WINCE-based network port communications source code (including server and client), with the socket implementation
-
-
0下载:
csharp tcp modbus 以太网通信方法 socket networkstream server client -csharp tcp modbus socket networkstream server client
-
-
0下载:
VC 中关于socket写的TCP/IP通讯例子,分为服务器端和客户端。-VC wrote concerning socket TCP/IP communications example, it is divided into server and client.
-
-
1下载:
带tcp的服务器和客户的发生接收vb源码,电脑可以直接打开使用。用来进行socket编程测试非常好用。-With the occurrence of the TCP server and client receives the vb source code, the computer can be used directly to open.Used for test socket programming is very nice.
-
-
0下载:
简单的客户/服务器程序实现客户系统时间和服务器系统时间同步。
具体:
客户:(1)客户创建流套接字,向服务器发起TCP连接。
(2)连接创建成功后,接收服务器返回的时间,更新客户系统时间。
(3)断开与服务器的连接。
服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。
(2)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。
(3)获取系统时间,通过连接套接字返回给客户。-Simple client/server program to a
-
-
0下载:
一个简单的web服务器,它仅能处理一个请求.
Web服务器:
(1)当一个客户(浏览器)连接时创建一个连接套接字;
(2)从连接套接字接收http请求。
(3)解释该请求以确定所请求的文件;
(4)从服务器的文件系统获得请求的文件。
(5)创建一个由请求的文件组成的http响应报文。报文前面有首部行。
(6)经TCP连接想请求的浏览器发送响应。如果浏览器请求的文件不在服务器,服务器返回“404 Not Found”差错报文。
Web客户端:采用浏览器实现。输入UR
-
-
0下载:
简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。
客户:(1)客户先创建流套接字,向服务器发起TCP连接。
(2)连接创建成功后,接收服务器返回UDP服务端口号,创建数据报套接字。
(3)分别通过流套接字和数据报套接字与服务器进行通信。
(4)断开与服务器的连接。
服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。
(2)服务器创建数据报套接字,等待接收客户的数据。
(3)当收到一个客户T
-
-
0下载:
简单的客户/服务器程序实现客户和服务器相互收发数据直到一端输入“end”结束。
具体:
客户:(1)客户创建流套接字,向服务器发起TCP连接。(或是客户创建数据报套接字)
(2)连接创建成功后,通过套接字向服务器持续发送或是接收数据。
(3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。
服务器:(1)服务器创建监听套接字,监听客户TCP连接请求。(或是创建数据报套接字)
(2)当收到一个客户TCP连接请求,创建连接套接字同意与其创建连接。
-