搜索资源列表

  1. 基于COM组件的浏览器设计与实现

    0下载:
  2. 基于COM组件的浏览器设计与实现- Designs based on the COM module browser and realizes
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:86229
    • 提供者:none
  1. COM组件接口继承的实现

    0下载:
  2. COM组件接口继承的实现,是学习com编程的入门级例程-COM interface inheritance is true, the study com entry-level programming routines
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:68511
    • 提供者:张少杰
  1. 浏览图形的COM组件

    0下载:
  2. 支持浏览window中的大多数图形文件(*.bmp; *.gif; *.jpg; *.ico; *.emf; *.wmf)的COM组件,支持缩放和排列
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2012-03-31
    • 文件大小:81364
    • 提供者:ccszg_000
  1. RsPicture

    0下载:
  2. 支持浏览window中的大多数图形文件(*.bmp; *.gif; *.jpg; *.ico; *.emf; *.wmf)的COM组件,有详细说明和测试程序- The support glances over in window the majority graphic file (* bmp;* gif;* jpg;* ico;* emf;* wmf) the COM module, has the specify and the
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-15
    • 文件大小:102400
    • 提供者:
  1. AccessMdbCOM

    0下载:
  2. 访问数据的COM组件,主要在VC中使用-visit data COM, mainly in the use of VC
  3. 所属分类:数据库系统

    • 发布日期:2024-05-15
    • 文件大小:32768
    • 提供者:伍恒宗
  1. ALT

    0下载:
  2. 用ATL完成com组件的示例程序-with ATL completed com Component Sample program
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:90112
    • 提供者:谈心
  1. COMIntro2_demo

    0下载:
  2. com组件程序设计原程序-com components original program design procedures
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:37888
    • 提供者:史文
  1. COM组件计算器

    0下载:
  2. 运行时需要更改文件地址,一定要注意,否则运行不了-running document addresses the need to change, we must pay attention, otherwise not running
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:73728
    • 提供者:姬小兵
  1. atlcom

    0下载:
  2. 一个用VC实现的ATL COM组件的小程序-a VC with the ATL COM small procedures
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:2975744
    • 提供者:卓雨
  1. com+filetrans

    0下载:
  2. 通过COM+组件完成文件的传送功能,包含:COM+服务的示例代码和客户端的示例代码。-through COM completed document delivery functions, including : COM+ services sample code and examples of client code.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:1817600
    • 提供者:赵洪笙
  1. adwallpaper

    0下载:
  2. 一个关于设置桌面背景的例子,使用的的com组件,-a desktop background on the establishment of the examples used in the com components,
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:小人
  1. ADO操作ACESS

    0下载:
  2. 直接通过ADO操作Access数据库 ADO(Active Data Object,活动数据对象)实际上是一种基于COM(组件对象模型)中的自动化接口(IDispatch)技术,并以OLE DB(对象连接和镶入的数据库)为基础,经过OLE DB精心包装后的数据库访问技术,利用它可以快速的创建数据库应用程序。-ADOAccess ADO(Active Data Object)COM()(IDispatch)OLE DB()OLE DB c
  3. 所属分类:数据库编程

    • 发布日期:2024-05-15
    • 文件大小:110592
    • 提供者:明远
  1. 本组件实现了七个COM对象,想知详情,看源代码吧

    0下载:
  2. 本组件实现了七个COM对象 -the realization of the seven components COM components to achieve the target of 7 COM object
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:411648
    • 提供者:辛万江
  1. COM技术内幕--微软组件对象

    1下载:
  2. COM技术内幕--微软组件对象 学习程序的好书籍-COM insider-- Microsoft Component Object a good learning process books
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:10108928
    • 提供者:
  1. 两个ATLCOM组件源代码参考例子

    0下载:
  2. 这两个代码例子是本人在最近复习 com 时所写,主要是参考 Tom Armstrong, Ron Patton的ATL Developer s Guide,2nd Edition,希望不要笑话。以后本人写一些精彩片断,这次权当开场白吧-two code example is the recent review I wrote when com, the main reference Tom Armstrong, Ron Patton o
  3. 所属分类:界面编程

    • 发布日期:2024-05-15
    • 文件大小:90112
    • 提供者:
  1. comp6srcdnet

    0下载:
  2. COM 组件设计与应用--用ATL写第一个组件.除了所有 COM 组件必须的 IUnknown 接口外,再实现一个自己定义的接口 IFun,它有两个函数: Add()完成两个数值的加法,Cat()完成两个字符串的连接。-COM Design and Application-- ATL wrote an article components. In addition to all the necessary COM interface p
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:115712
    • 提供者:方静
  1. com_dll

    0下载:
  2. COM组件编程,基于DLL的COM,从而可以使调用更加方便-The package programming of COM, on the basis of COM of DLL, thus can enable transfering it more convenient
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:
  1. COM

    0下载:
  2. COM组件对象的设计与应用 试验目的:通过对简单COM组件的编写,加深对COM理论知识的理解,为更深层的COM应用做准备。 试验任务:按照组件化程序设计方法,用Visual C++编写实现包含IAdd、IStr、IMul三个接口的.dll组件,并利用客户端应用程序完成对各接口的充分测试 -COM Component Object Design and Application of Test Objective: To wri
  3. 所属分类:中间件编程

    • 发布日期:2024-05-15
    • 文件大小:976896
    • 提供者:小土豆
  1. COM组件设计与应用

    0下载:
  2. COM入门学习的好资料。讲的简单易懂,非常适合入门学习。(COM introductory learning good information. It's easy to understand)
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:4933632
    • 提供者:Goobo
  1. Com实验

    1下载:
  2. 实现一个简单的COM组件,实现一个加法器(Implementing simple Com components)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:4751360
    • 提供者:dfdfj
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org