CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - COM Server

搜索资源列表

  1. COM_ATL_Tutorial_Source.zip

    0下载:
  2. 使用ATL建立Com Server程序的例子
  3. 所属分类:ActiveX/DCOM

    • 发布日期:
    • 文件大小:14694
    • 提供者:
  1. reg.zip

    0下载:
  2. Register/Unregister com server
  3. 所属分类:ActiveX/DCOM

    • 发布日期:
    • 文件大小:1327
    • 提供者:
  1. PostMsg

    0下载:
  2. 这个项目称为PostMsg ,用于向桌面上的任意窗口发送消息。这在测试COM服务器时很有用,但其本质上可以发送任何类型的消息。- This project is called PostMsg, uses in to the tabletop on free window transmission news. This when tests the COM server is very useful, but it essentially may transmit any type the n
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:31433
    • 提供者:下沙
  1. COMIntro2_src

    1下载:
  2. 本文为刚刚接触COM的程序员提供编程指南,解释COM服务器内幕以及如何用C++编写自己的接口。 继上一篇COM编程入门之后,本文将讨论有关COM服务器的内容,解释编写自己的COM接口和COM服务器所需要的步骤和知识,以及详细讨论当COM库对COM服务器进行调用时,COM服务器运行的内部机制。- This article for the programmer which just contacts COM provides the programming guide, explained how
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:25899
    • 提供者:张清风
  1. 如何开发OPC Server

    0下载:
  2. 本文件是一个如何开发OPC Server的Word说明文档。比较详细的介绍了使用COM技术进行开发OPC Server的过程。-this document is how to develop an OPC Server Word documentation. A more detailed introduction to the use of COM technology for the development of OPC Server process.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:8013
    • 提供者:黄学通
  1. 用MFC写COM

    0下载:
  2. 本文首先描述创建一个COM服务器的步骤和核心代码.然后说明客户程序关键代码。-This paper first describes the creation of a COM server steps and core code. It then describes the key client code.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:3250
    • 提供者:躺用
  1. VC下利用COM传递不定长结构数组(非Variant)

    0下载:
  2. Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2009-09-11
    • 文件大小:358855
    • 提供者:seaskyfox
  1. COM_ATL_Tutorial_Source.使用ATL建立Com Server程序的例子

    0下载:
  2. 使用ATL建立Com Server程序的例子 ,The example of using ATL to setup up com server
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-11-08
    • 文件大小:15007
    • 提供者:
  1. OPC-Server--src

    2下载:
  2. OPC Server服务器和驱动源代码,非常实用,支持Modbus RTU,Modbus TCP,IEC61850,CANopen协议等。您需求OPC Server或其他协议源代码,联系 truesoft@163.com-OPC Server source code for Modbus RTU,Modbus TCP,IEC61850,CANopen procotol.
  3. 所属分类:Communication

    • 发布日期:2014-06-18
    • 文件大小:4654080
    • 提供者:truesoft
  1. yuyan.com-server

    1下载:
  2. 完整源码+服务端程序 game yuyan.com Full source code + server application yuyan.com
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-11-09
    • 文件大小:52405083
    • 提供者:ai
  1. reg

    0下载:
  2. Register/Unregister com server
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-11-09
    • 文件大小:1640
    • 提供者:站长
  1. Com_Server_client

    1下载:
  2. COM server and client test program
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-08
    • 文件大小:19890
    • 提供者:koby
  1. COMObject

    0下载:
  2. COM server with shared memory
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-22
    • 文件大小:6782408
    • 提供者:Dimych1986
  1. shoppingbook_xue163[1].com

    0下载:
  2. 图书购买的网站设计,基于Jsp和 sql server 的技术对与网上商城的开发 -book
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:1798164
    • 提供者:王艳
  1. VC_advanced_program_development

    2下载:
  2. 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5685386
    • 提供者:wut
  1. ASP-COM-

    0下载:
  2. 实现了在网页中点用visual c++所写的COM组件 并当用户点击网页时 自动向服务器发送SOCKET数据-Achieve the midpoint of the page written with visual c++ COM component and when the user clicks on a Web page data automatically sent to the server SOCKET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2784934
    • 提供者:杨海
  1. ICOMServerApplication

    0下载:
  2. ejb project for connecting with Database run on Jboss5.1 application server
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1086500
    • 提供者:shaik shahul
  1. Printer Server

    0下载:
  2. Is a printer Server for send text file from pc to pos printer Com Port number and parameter are detailed on header of text file
  3. 所属分类:打印编程

  1. COM-Tutorial

    0下载:
  2. A Windows program called Service Control Manager (SCM) does most of the job in COM server invoking. It finds the server through System Registry, runs it, has it create the COM object, sets up local/remote transparency, and returns an interface poin
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1231562
    • 提供者:Freddy Marquez
  1. serial-server-v0.1

    0下载:
  2. Serial device server
  3. 所属分类:串口编程

    • 发布日期:2017-12-27
    • 文件大小:56320
    • 提供者:auteng
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com