搜索资源列表
OPC Server
- 开发OPC server的一个例范。OPC主要适用于过程控制和制造自动化等应用领域,你可以从该例子中学习如何编写一个服务器程序。-development of the OPC server Fan 1 cases. OPC is primarily applicable to process control and manufacturing automation applications, you can from the examples to learn how to prepare a
01272
- C/S型数据库 C/S(Client/Server,客户机/服务器)型数据库是当前数据库应用的主流。 与文件型数据库不同的是,C/S型数据库应用程序由两个部分组成:服务器和客户机。服务器指数据库管理系统(Database Manage System,DBMS),用于描述、管理和维护数据库的程序系统,是数据库系统核心组成部分,对数据库进行统一的管理和控制。客户机则将用户的需求送交到服务器,再从服务器返回数据给用户。-C / S database C / S (Clien
ref709-1
- Echelon公司Lonworks完整源代码。包括了Lontalk协议中从PHY物理层到APP应用层七层的.c和.h文件,并且还包括了应用程序API接口函数以及整套程序的流程说明和详细注释-Lonworks integrity of the source code. Lontalk including the agreement from the PHY physical layer to the application layer APP seven-storey. C and. H docu
Servlet
- 随着越来越多手提电话和个人数字助理开始融入到信息高速公路之上,从移动设备上访问Web站点变得越来越重要。只有你实现移动设备与非移动设备互相通信的功能后,你设计的移动设备应用程序才可以称的上是真正有用的。
666
- Visual Basic 早期从 VB 应用程序中发送 ICQ 信息,有参考价值-Visual Basic early from a VB application to send ICQ messages, there is reference value
save_video
- 虚拟录像机,基于opencv 应用程序功能:保存从摄像头读入的视频,保存格式:avi -Virtual recorder , base on opencv
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面