搜索资源列表
AutoCAD ActiveX VBA二次开发技术基础及应用实例
- ActiveX是微软近年推出的一个基于COM(Component Object Model)的技术规范。它是在OLE(Object Linked and Embedded)基础上发展的新技术,其宗旨是在Windows系统的统一管理下协调不同的应用程序,构成复合文档。应用程序可以决定将自己哪些信息暴露出来,这个暴露自身信息的应用程序称为服务程序(Server);而操纵服务程序的程序称为客户程序(Client)。所谓ActiveX部件(简称“部件”),是一段可重复使用的编程代码和数据,它由利用Act
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
WINSOCK-UDP
- VC++接收、发布广播信息代码 VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收,当然,这里仅实现最基本的单元,扩展空间很大,了解了原理,你就能举一反三,开发出更复杂的消息应用来。-VC++ to receive, publish broadcast code VC++ to receive, publish broadcast the program code, broadcasting inf
ha21
- Client Server Program FTP
ha3
- Client Server Remote
tcp
- 主要讲网络通信方面的客户服务器编码,好有许多网络方面的知识-Major topics of network communication in client-server code, a good knowledge of many networks
NetworkusingJAVA
- 本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server application procedures for the preparation of network communication, discussion SOCKET mechanism, input
BIT95-Presentation
- Hybrid Development Methodology for Client-Server Applications
66-voip-sip-phone-material
- 从系统结构上讲,本系统使用的是C/S结构。对于语音的采集、播放、压缩、解压以 及呼叫等各种控制都是在客户端实现,服务器端实现用户的注册、定位与信息转发等功能,这样就将系统复杂度放在了客户端,实现了分布式的控制模式。-Terms of structure from the system, the system uses the C/S structure. For speech acquisition, playback, compression, decompression, and ca
TCP-IP_Protocols_NO3
- 第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议),这是对TCP的扩展,使客户--服务器间的事务传输更快更有效和更可靠; HTTP (超文本传送协议),这是飞速扩展中的万维网的基础; NNTP (网络新闻传送协议),这是Usennet新闻系统的基础; UNIX域协议,这是在UNIX实现中应用非常广泛的一套协议。 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.
Winsock-server
- Winsock服务器客户端通讯编程(调试时要先运行服务器)-Winsock server client communication programming (first run server debugging)
VC-NET
- 实现基于客户机/服务器模式的网络通信及其调试-Network communications based on the client/server model and its commissioning
p2p-translate
- P2P技术打破了传统的Client/Server模式,在对等网络中,每个节点的地位都是相同的,具备客户端和服务器双重特性,可以同时作为服务使用者和服务提供者。-P2P technology to break the traditional Client/Server model, in a peer-to-peer network, each node status is the same with the dual characteristics of the client and serve
APPLICATION-CLIENT-SERVER
- communication client server
Client-https-server
- 客户端如何使用httpclient向https服务器发送数据-Client how to use HttpClient to send data to the https server
MFC-QQ
- 本系统基于客户端/服务器基本原理,程序即是服务端,也是客户端,通过IP 就可以相互添加好友,并且实现点到点通信,有聊天记录(未实现根据用户发送的消息而改变字体颜色,只能在客户端改),字体颜色设置(一改全改~),包含主界面MaindBord 和聊天Talk 两大功能模块。-The basic principle of the system is based on a client/server program, client service, client over IP Add Friend e
Storage-server-
- 视频监控系统主要由接入服务器、管理服务器、流媒体服务器、存储服务器、视频监控客户端、解码服务器及电视墙组成,存储服务器是这个系统的组成部分之一,它的主要任务是完成媒体数据的存储管理工作。-Video surveillance system consists of access servers, management servers, streaming media servers, storage servers, video surveillance client, server and de
tcp-server-client
- AT commands for communication between Server and client for quectel module
tp-meftah
- a. Les différentes étapes de la communication client/server mail c’est : Le message envoyé du PC0 vers Switch0 puis de Switch0 vers le server master1.dz puis le message envoyé retourne de server master1.dz vers le switch0 puis du switch0 v
client-server-socket-using-java
- Socket programming using java