搜索资源列表
ProcExcel
- 这是一个ATL COM组件程序,实现了处理EXCEL文档的功能,程序内部调用了EXCEL9组件-ATL COM procedures of processing documents Excel functions, Calling the internal procedures EXCEL9 components
delphiCom+
- 该程序可用于com+中delphi组件的交易控制,源代码为繁体-the procedure which can be used to com delphi components transaction control, the source code for the History
vc-start-cad
- 利用COM组件技术实现了控制AUTUCAD的启动。-use COM technology to achieve a control AUTUCAD start.
wordConvert
- 这是一个OCX的com组件,提供字符串的加密解密的功能,需要的朋友可以下载测试一下。-This is one of the com OCX components, the provision of the string encryption and decryption functions, need friends can download a test.
FtpCOM
- 一个FTP客户端COM组件的例子,实现了连接、断开、文件上传和下载功能-an FTP client COM example, a connection, disconnection, file upload and download function
comdotnetsvs_examples
- 中间件编写示例 COM与.NET组件服务
08
- VC实现等值线编成的COM组件的源程序代码
COMInterop
- Com组件的一些例程-Com Component some routines
ASP.rar
- 短信猫ASP开发接口,里面包含《短信猫二次开发COM组件接口说明》,SMS cat ASP Development Interface
MYUGPDM
- 对构建系统所涉及的关键技术进行了论述,对本系统所采用的 数据库进行了选择,按照PDM思想和数据库范式设计理论,构建了 关系型的零件信息数据库,进而在系统中实现了零件信息的分类管 理,零件信息的添加、删除和编辑,零件工程图和三维图的查看; 论述了参数化建模的方法,介绍了UG软件的三维参数化设计,三维 参数化零件库的建立,同时根据具体实例来说明三维参数化设计的 方法,提出了一种通用零件参数化设计过程,进行COM/DCOM编程, 构建了一个基于UG外部开发的零件参数化设计组
COM
- COM组件对象的设计与应用 试验目的:通过对简单COM组件的编写,加深对COM理论知识的理解,为更深层的COM应用做准备。 试验任务:按照组件化程序设计方法,用Visual C++编写实现包含IAdd、IStr、IMul三个接口的.dll组件,并利用客户端应用程序完成对各接口的充分测试 -COM Component Object Design and Application of Test Objective: To write a simple COM component to e
winapi-rbsp
- 各行业都需要的人口数据查询接口,dephi编写的com组件,包涵4个文件。-Every industry needs of the population data query interface, prepared by the dephi COM component, containing 4 documents.
com
- 使用vc6编写了一个com组件程序,程序实现了一个DLL和加减法运算-Vc6 to write a com component program, the program implements a DLL and subtraction
COM(Cohesion)
- COM组件,在聚合中,客户永远只知道有外组件的存在,也永远只与外组件打交道,即使客户可以得到内组件的接口。 外组件聚合内组件时,在内组件中有代理和非代理。 -Achieve polymerization in the middle
Addin
- COM是开发软件组件的一种方法。组件实际上是一些小的二进制可执行程序,它们可以给应用程序,操作系统以及其他组件提供服务。开发自定义的COM组件就如同开发动态的,面向对象的API。多个COM对象可以连接起来形成应用程序或组件系统。并且组件可以在运行时刻,在不被重新链接或编译应用程序的情况下被卸下或替换掉,实现了一个vc里的插件。-COM is a method of developing software components. The components are actually a numb
shuangjiekoucomzujian
- 中间件的实例之一,是实现双接口com组件的相应程序。-One example of middleware, is a the com components corresponding dual interface program.
com
- 简述Com组件的创建以及在实验过程中的部分结果截图-The Creation of COM and some picture
sqlSendFile
- 利用SQL上传和下载文件,首先用vfp创建读写文件的com组件,然后sql存储过程调用com进行文件上传和下载。-Use SQL to upload and download files, first create com component read and write files using vfp, then sql stored procedure call com for file uploads and downloads.
CTP-COM-interfaces-package
- CTP 接口COM封装使用指南 盈佳发布了一个基于COM标准的CTP-API接口封装,通过这个COM接口,用户可以利用任何支持COM的语言来接入CTP;该COM组件在内部进行仓位和资金的自动计算,并对用户屏蔽了上期所的平今和平昨的差别(优先平今),对用户非常友好。 1.1 COM包构成 1.2 COM注册 1.3 COM接口方法 1.4 COM触发事件 1.5 COM使用示例 1.5.1 Excel示例 1.5.2 VB6.0示例 1.