搜索资源列表
服务器端源代码
- 拨号服务器的服务器端代码,针对E5112设计,请与客户端代码配合使用-dial-up server to server-side code against E5112 design, and the client code used in conjunction with
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
RemoteControlClient
- 一个经过修改的远程屏幕控制软件,客户端部分。附原程序代码。-a revised screen remote control software, the client part. With the original code.
httpclt
- http client 简单易懂的HTTP客户端例子代码, 很好的学习例子程序.-http client easily understood HTTP client code examples, good examples of the learning process.
BankAccout
- ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加 系统DSN,命名为
OPC示例程序C++创建OPC客户端的全套代码
- OPC示例程序,包含C++创建OPC客户端的全套代码,用于初学OPC通讯客户端创建的人员。,OPC Example Program
socketsrc
- 多功能通用的socket动态库,包含服务器和客户端代码-Multi-function universal socket dynamic libraries, including server and client-side code
mboxview-1.0.0.5-src
- mail box,模拟其它邮箱管理类工具,进行邮件管理的,可作为撰写邮件客户端软件的示例代码。-mail box, mailbox management class simulation tools for others to carry out e-mail management can be used as writing e-mail client software, sample code.
socket
- 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
SimpleClient
- 基于TCP的客户端服务器通信的客户端代码-TCP-based client-server communications client code
socket
- sockt测试实例源码,主要是实现与服务器之间的数据交互,此为客户端代码,delphi2010-sockt test case source
TCPServer
- socket实现的服务器端代码,实现信息通讯,这只是服务器端还有客户端代码。-The server code to implement socket, realize information communication, it is only the server and client code.
myftp20130429-14-01
- linux环境下用c++封装的ftp客户端代码,主要的功能如下:1 下载单个文件2 下载整个目录3 上传单个文件4 上传整个目录还有切换远程目录,建立远程目录,设置上传模式-The linux environment with c++ package ftp client code, the main function is as follows: 1 Download single file download entire directory upload a single file uplo
V6ChatClient2.5
- V6Chat是一款基于新一代IP协议 -ipv6的聊天软件,用它可以轻松地建立一个ipv6网络社区,支持音视频聊天、传送文件、分享资源。 客户端代码使用MFC框架,使用C++编写,可直接用VS2010编译。 -V6Chat is a next-generation IP protocol - ipv6-based chat software, you can easily use it to build an ipv6 network of community, support for
聊天socket代码,分为服务、客户端.zip
- 很早之前的收集,给新手学习,聊天socket代码,分为服务、客户端源代码。
KMIPClientGUI
- KMIP 客户端代码,实现KMIP客户端功能-KMIP client
client
- 仿QQ聊天程序客户端代码,可以实现服务器和客户端通信,利用socket套接字进行通信,数据库创建用户,实现聊天记录的模糊查询,历史消息的查询-Discover imitation QQ chat program, the client code, you can implement server and client communications, the use of socket socket communication, create a user to achieve fuzzy qu
libmodbus-3.0.6.tar
- modbus RTU TCP 测试代码 主站 从站 服务器 客户端 代码测试分享(Modbus related code, RTU, and tCP mode master station slave test code)
iocicy
- 手机网游巨商王的客户端代码,nokia s60版本,()
数据共享代码
- 数据分享,OPC客户端,在计算机中读取其他OPC服务器的过程数据,简易代码