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

搜索资源列表

  1. Taskmng

    0下载:
  2. Taskmng:用dll模块调用ActiveX控件、访问数据库、文件传输等功能,由运行在系统托盘的客户程序管理dll的软件。每加载或卸载一个dll,就能将其导出的功能添加到动态菜单或从动态菜单删除。运行环境:VC++6.0,在Windows XP通过测试-Taskmng: using dll module called ActiveX controls, access to databases, file transfer and other functions, from running in
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:546566
    • 提供者:zhenyan
  1. VCVB

    0下载:
  2. 本书是所随带的VC++和BC++数值分析类库光盘的使用手册。此VC++和BC++数值分析类库涵盖了数值分析领域中大部分常见算法,还包括线性和非线性最优化问题的多种算法以及概率统计中的一些基本算法。此类库中将矩阵和向量当成如char,int,double一样的基本变量类型,为矩阵和向量提供了几乎是随心所欲的操作函数。因此,可以在此数值类库的基础上进行二次开发。类库的各项功能均经过严格的检测,并与MATLAB作了比较,结果准确无误,效率不相上下。书中以菜单的方式对数值分析类库的每项功能作了详尽的解释
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:249861
    • 提供者:wt
  1. AutoCode

    0下载:
  2. 一个可以自动编写动态库引入代码的小程序。对于一个开发好的动态库,写装载这个动态库的上层程序时,我们每次碰到这种需要装载动态库的程序时,都需要写装载动态库的代码,包括装载dll文件,然后就是获取每个接口函数的入口,还有就是每一个接口函数调用前的增加try catch保护,这些代码都是重复死板的东西,可以用这个小程序来自动完成代码编写工作,对于写大型软件的vc程序员有用。-Auto Coding tools for up program to load dll of interface api.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:19516
    • 提供者:djm
  1. vcmatlab

    1下载:
  2. vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
  3. 所属分类:Other windows programs

    • 发布日期:2014-05-18
    • 文件大小:2100516
    • 提供者:liao
  1. WinIoSample

    0下载:
  2. VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置:   (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下;    (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下;   (3):在StdAfx.h头文件中加入#include "winio.h"语句;   (4):调用InitializeWin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:66020
    • 提供者:苏庆红
  1. Vc60_MATLAB7_DLL

    0下载:
  2. 介绍了vc++6.0调用matlab7 DLL的方法-Vc++6.0 introduced matlab7 DLL method calls
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1907091
    • 提供者:李文博
  1. VCDLL

    0下载:
  2. 在vc环境下调用labview下生成的dll库\在vc环境下调用labview下生成的dll库-Vc calls in labview environment generated dll library \ vc environment in labview generated call dll library
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1906542
    • 提供者:田杰
  1. UserOfCalc

    0下载:
  2. Vc++ 中调用DLL的典范,是编程学习资料-Vc++ in a model of DLL calls is programmed learning materials
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6023
    • 提供者:jack
  1. HookMouse

    0下载:
  2. 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:22465
    • 提供者:128
  1. ceshidll

    0下载:
  2. 将最小二乘法拟合程序做成动态链接库DLL文件,然后从VC界面调用该DLL文件。在实际项目应用中,这种方法很实用。-Least squares fitting procedure to create a dynamic link library DLL files, and then call the VC interface DLL file. In the actual project applications, this method is very practical.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:1233904
    • 提供者:蓝逸尘
  1. md5dell

    0下载:
  2. VC++打造MD5加密算法的源程序代码,程序经过编译可生成最终成品——DLL文件,方便你在其它地方调用。-VC++ to create the MD5 encryption algorithm source code, the program can be compiled to generate the final product- DLL file for calling you elsewhere.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1826034
    • 提供者:160
  1. VC_serial_port_DLL

    0下载:
  2. VC++语言编写的一个串口dll,可以导出常见的串口函数,如打开串口,读串口等函数以供调用程序使用。-VC++ language, prepared by a serial dll, serial port can be exported common function, such as the open serial port, serial port, such as time for the call function to use.
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:47735
    • 提供者:李曦
  1. jnicppdll

    0下载:
  2. 通过java jni 调用 vc 写的 dll的 一个实例。附带了 描述如何 使 代码工作的 文字描述。-Java jni call vc by written dll' s an example. With a descr iption of how to make the code work, the text descr iption.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:115838
    • 提供者:肖恩侠
  1. pbdll

    0下载:
  2. pb调用VC编写的dll,dll是一个简单的加法函数-pb call dll written in VC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:22181
    • 提供者:冯伟
  1. dll_Is_Sample4

    0下载:
  2. 创建dll很简单,方法4,创建一个纯资源dll,并实现调用,本例给出了一个通过调用dll文件中的html实现在vc程序中完成多媒体程序的方法-Creating dll is very simple, method 4, to create a pure resource dll, and to achieve the call, in this case is given by calling a dll file html to achieve the completion of the pr
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:410850
    • 提供者:haol
  1. Dll4_v4

    1下载:
  2. 前段时间刚刚接触VC的串行通讯,在网上找到的了SerialPort类的使用方法,不过我想将这个类做在DLL中,然后在VB中做通讯界面调用。花了几天时间终于做完了,将SerailPort类的DLL工程共享一下,-Some time ago just contact VC serial communication, the Internet found the use of the SerialPort class, but I would like to do this class in the
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3790460
    • 提供者:yikedianzi
  1. MyFirstDLL

    0下载:
  2. 利用VC生成DLL,VC 静态调用DLL。-use vc to create dll code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:3064642
    • 提供者:Tim
  1. MyDll

    0下载:
  2. 这是一个很简单的VC编写的调用DLL的程序,可以进行学习怎么样调用D.LL,使用的动态调用.-This is a very simple call DLL written in VC program to learn how you can kind of call D. LL, use of dynamic invocation.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:7949
    • 提供者:张宾
  1. driverInstallDll

    0下载:
  2. 驱动加载和卸载的DLL,可以用VC编译成DLL 给别人调用-Driver install and uninstall DLL
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:4011
    • 提供者:SONG
  1. cv200vs2008

    0下载:
  2. 最新的OpenCV2.0图像视觉库。由于不能被VS直接调用,所以先使用CMake导出VC++项目文件,再用VS2008编译 OpenCV Debug和Release版本库,生成可以被VC++ 2008 Express调用的OpenCV动态库。-The latest OpenCV2.0 visual library. As the VS can not be called directly, so first use CMake to export VC++ project file, and t
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25720265
    • 提供者:Chen Xin
« 1 2 3 4 5 6 78 9 10 11 12 ... 22 »
搜珍网 www.dssz.com