搜索资源列表
-
0下载:
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
-This article introduces a
-
-
0下载:
1服务端接收文件,客户端发送文件。
2 每个Socket连接同时只能够传输一个文件。
3 可同时发送网络消息
-receive a document server, a client sends documents. Socket two each while only link to a document transmission. 3 can also send news network
-
-
0下载:
用Socket实现客户和服务器交互的典型C/S结构的演示程序.欢迎使用.-Socket client and server interaction typical C / S structure of the demonstration program. Welcome.
-
-
0下载:
异步Socket通讯,一个服务器,多客户端模式。,Asynchronous Socket Communications, a server, multi-client mode.
-
-
0下载:
远程控制软件,包知服务端和客户端,完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理,SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。-Remote control software package known server and client, the full realization of the registry processing, document processing. Multi-threaded server-side service
-
-
0下载:
通过SOCKET完成服务器端和客户端建立连接和传输数据-Using socket transfer data between server and client
-
-
1下载:
控制台socket文件传输程序,使用C++编写.
打开server端后,只要在client端输入server端IP即可使用。
程序具有上传、下载、查看目录文件、更改目录等功能-Console socket file transfer program, using C++ prepared to open the server side, client side input server-side IP can be used. Program upload, download
-
-
0下载:
基于UDP协议的客户端与服务端的交互窗口,及套接字的使用-Based on the UDP protocol client server interactive window, and the use of socket
-
-
0下载:
多线程socket通信服务端代码,每个线程接收一个客户端请求。-Multi-threaded the socket communication server code, each thread receives a client request.
-
-
0下载:
应用visual c++开发环境,利用socket实现客户端与服务器之间的信息传输-The application visual c++ development environment, socket to achieve the transfer of information between the client and the server
-
-
0下载:
windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
-
-
0下载:
Server Client 間 Socket傳輸-Server Client transmission between Socket
-
-
0下载:
一个完成端口的类,对于套接字大批量数据处理比较有用,适用与游戏开发,服务器与客户端的适用-A completion port type for socket handle large quantities of data more useful, application and game development, server and client application
-
-
0下载:
简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
-
-
0下载:
程序分为三个部分:
(1)动态库DLL,实现日志记录;
(2)客户端程序,OCX形式封装,进行设备状态设置和数据发送。
(3)服务端程序,服务程序形式封装,接收状态数据,调用DLL记录设备状态。
-Program is divided into three parts: (1) dynamic library DLL, implement the log records (2) client, OCX forms package, the device status setti
-
-
1下载:
socket通信,客户端+服务器,是我初学网络编程时写的例子-socket communication, client+ server, when I write beginner example of network programming
-
-
0下载:
Client Socket on VB6 for connecting to any socket server
-
-
0下载:
实现简单的socket通信,有服务器和客户端,可以聊天。-Simple socket communications, server and client, you can chat.
-
-
1下载:
最为通用的网络通信---SOCKET通信的示例程序,包含一个服务器Socket和一个客户端Socket,注释详细,简单易理解。(The most common example of network communication ---SOCKET communication program, including a server Socket and a client Socket, Notes detailed, easy to understand.)
-
-
1下载:
此程式為BCB6.0 socket Server及Client通訊測試程式(This program is a BCB6.0 socket Server and Client communication test program)
-