CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 ActiveX/DCOM 搜索资源 - function a

搜索资源列表

  1. 6.8demo

    0下载:
  2. 一个VB调用DLL的例子程序,通过对DLL的加入,从而控制一台考勤机的所有硬件操作与管理,新手可以很直观学习,并有所有的函数说明文档.-a VB DLL called examples of procedures, right through DLL's accession to control an appraisal for Taiwan all the hardware operation and management, and newcomers can learn very i
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:98028
    • 提供者:xks
  1. DefineFuncKey

    0下载:
  2. 这是一个自定义热键面版控件,各函数功能都有详细的注释。-This is a self-defined hotkey version control, the Function have detailed comments.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:21728
    • 提供者:虎贲
  1. pfxeditorctrl

    0下载:
  2. 语法高亮控件 PfxEditCtrl。是一款全面支持中文的编辑控件,使用标准的MFC DOC/VIEW机制,使用比较简单,但功能却很强大-PfxEditCtrl syntax highlighted controls. Comprehensive support is a Chinese editorial control, the use of standard MFC DOC / VIEW mechanism, the use of relatively simple. but very p
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:249169
    • 提供者:matt
  1. Invoke_ActiveX_Control_in_Delphi

    0下载:
  2. 对于activex控件的动态调用,而不是使用在delphi中注册的方法。这是一段试验程序。调用程序中的代码比较重要,实现这个功能。其余的几个都是测试的ActiveX控件。那个“数据集操作的ActiveForm”使用的是sqlserver的NorthWind的数据库,各位自己在AdoConnection里面重新设置一下就可以了。这段代码主要是尝试如何设置/获取 ActiveX控件的属性,调用ActiveX控件中带参数的方法等。-for dynamic call, rather than using
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:923413
    • 提供者:孙英佶
  1. InternetAX

    0下载:
  2. 下载功能的ActiveX控件,接口函数是DownLond(参数), 功能:从网上(或者局域网)下载(拷贝)一个文件(String类型),文件中有详细的参数说明,请看文件中的说明。-download ActiveX controls, interface function is DownLond (parameters), functions : from the Internet (or local area network) to download (copy) a document (Str
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:30280
    • 提供者:zhangyu
  1. grid++report

    1下载:
  2. Grid++Report是一款高性能的报表组件(构件/控件),特别适用于管理信息系统(如ERP、进销存、财务等)的报表开发。提供一个具有超强数据展现能力的数据网格(DataGrid)部件,制作各种表格报表非常简便;运行时可通过事件响应使报表与用户交互;针对票据套打进行了专门实现;总之Grid++Report 是制作动态报表的最佳选择。提供可视化报表设计器,设计报表快速简单。Grid++Report除了提供打印功能外,还提供报表的查询显示功能,即如各种数据网格(DataGrid)控件一样显示数据,
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:4330706
    • 提供者:wang
  1. playernew

    0下载:
  2. 本工程利用ActiveX控件来实现Windows Media Player的主要功能,同时利用一个Edit Box控件来显示歌词,利用Timer计时器来控制不断显示下一句歌词,利用一个Scroll Bar来控制歌词显示速度。-the works to use ActiveX Windows Media Player main function, using an Edit Control Box to the lyrics. Timer timer used to control the sho
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:52842
    • 提供者:kongwz
  1. ActiveCounter

    0下载:
  2. 一个很好的Active X控件,主要功能是实现计数器功能,已经封装好了。-a good Active X controls, main function is counter functions, has a good Packaging.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:55013
    • 提供者:刘海涛
  1. xilin

    0下载:
  2. This directory contains the following: [fajd.m] The FAJD algorithm for finding the approximate general (non-orthogonal) joint diagonalizer of a set of matrices. [test.m] A routine to demonstrates the way to call FAJD after generating a set of
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:3625
    • 提供者:薛耀斌
  1. VC++编写的ActiveX控件

    2下载:
  2. ActiveX控件是用户自己编写的控件,并能成功地注册到计算机中并被用户编写的程序所调用以实现用户定义的功能,这样可以节省代码的编写时间。VC++和MFC是用于创建ActiveX控件的强大而灵活的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我们选用MFC来进行ActiveX控件的开发。本程序我们就来写一个简单的ActiveX控件,程序虽然简单,但是从中我们可以了解到ActiveX控件编写的整个过程。-ActiveX is prepared by the user controls
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:45777
    • 提供者:和平鸽
  1. VC++设计的COM控件

    0下载:
  2. COM组件,也就是组件对象模型(Component Object Model),它本身是一种与具体平台无关的标准,支持Automation功能。VC++的ATL(活动模板库)提供了一种简便而灵活的方法用来创建COM组件对象,因为所占用的空间很小,所以被编译的控件也很小。因此我们选择ATL来设计和开发一个COM组件,该组件在窗口中绘制一个双钟摆并且可以通过修改函数参数来重绘组件,使之产生动态效-COM, which is Component Object Model (Component Obje
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:30188
    • 提供者:和平鸽
  1. 让PowerPoint支持插入Internet资源

    0下载:
  2. 增强PowerPoint 2000功能,使其支持插入Internet资源功能。 能让用户通过简单的单击操作将资源插入到PowerPoint 2000中。 所有的资源网站只需简单的改动就可和该软件兼容,而不需要修改过多的权限。用户安装本软件后,不需要修改IE的权限就可以使用本功能 .-enhance functional PowerPoint 2000, it supported the insertion of Internet resources functions. Allows users
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:408912
    • 提供者:大灰熊
  1. 在vb/vc中使用MSFLXGRD.OCX这个控件的例子

    1下载:
  2. 在vb/vc中使用MSFLXGRD.OCX这个控件的例子,其中vc例子为实矩阵相乘,调用了mathlib52.dll中的函数_brmul@24。,At vb/vc Msflxgrd.ocx the controls used in the example of one of vc for real matrix multiplication example, call a function mathlib52.dll in _brmul @ 24.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2015-07-17
    • 文件大小:2202597
    • 提供者:hanxiaohua
  1. MediaPlayer.用MFC做的播放器

    0下载:
  2. 用MFC做的播放器,各种功能都有实现,是学校的一个实训项目,MFC to do with the players, a variety of function implementation is a Training School project
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2017-06-10
    • 文件大小:17718725
    • 提供者:陈荣
  1. Complex

    0下载:
  2. 设计一个复数类,能够完成复数之间的基本运算,重写方法toString(),使其能输出此复数(形式为: 实部 + 虚部i)。 要求设计的复数类必须有三个构造函数,分别为无参数、1个参数和2个参数的构造函数,完成的基本运算包括两个复数的加、减、乘、除法和变换了共轭复数。 -The design of a complex type, able to complete the basic operations between plural, rewrite the method toString
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-06
    • 文件大小:719
    • 提供者:5235668
  1. helloworld

    0下载:
  2. 这是vb6.0用于操作淘宝api的一个例子,函数书写非常简便。-This is a vb6.0 Taobao api for the operation of an example, the function is very easy to write.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-24
    • 文件大小:6838
    • 提供者:lph
  1. ICA_with_Reference

    0下载:
  2. We present the technique of the ICA with Reference (ICA-R) to extract an interesting subset of independent sources from their linear mixtures when some a priori information of the sources are available in the form of rough templates (references). T
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-23
    • 文件大小:390914
    • 提供者:ma ming
  1. libffi-1.20.tar

    0下载:
  2. Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The "calling convention" is a set of assum
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-02
    • 文件大小:109570
    • 提供者:avalger
  1. QianBo_Company

    0下载:
  2. 千博购物系统是一套能够适合不同类型商品、超强灵活的多功能在线商店系统,为您提供了一个完整的在线开店解决方案。千博购物系统除了拥有一般网上商店系统所具有的所有功能,还拥有着其它网店系统没有的许多超强功能。多种独创的技术使得系统能满足各行业广大用户的各种各样的需求,是一个经过完善设计并适用于各种服务器环境的高效、全新、快速和优秀的网上购物软件解决方案。-Chihiro is a shopping system can be tailored to different types of goods,
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-09
    • 文件大小:2331823
    • 提供者:陈规
  1. CALCULUS--VEKTOR-a-INTEGRAL-FUNGSI-VEKTOR-[Compat

    0下载:
  2. Calculus vector and integral function vector
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:587108
    • 提供者:masku
« 12 3 4 »
搜珍网 www.dssz.com