CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - mfc调用dll

搜索资源列表

  1. GETdVg

    0下载:
  2. 数据曲线移动量提取器 1.作图模块是用MFC自己编写的,调用MATLAB进行数据曲线的多项式拟合。 2.可以提取两根曲线间的偏移量:) 3.双击运行,如果提示“libeng.dll找不到”可能是机器上没装MATLAB 4.建议使用MATLAB6.5以上版本。 5.具体使用方法可以看程序的“帮助”项:) -Extraction of data curve mobile device 1. Graphing module is written in MFC itself, cal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:204716
    • 提供者:hxysk
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-13
    • 文件大小:1482807
    • 提供者:乔松
  1. MFCDll

    0下载:
  2. MFC dll 示例 以及动态和静态调用示例-Example MFC dll and examples of dynamic and static call
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:49899
    • 提供者:lee
  1. 200811117207962

    0下载:
  2. TrayIcon 使用说明: 本DLL文件封装了 CTrayIcon 类,本DLL为MFC扩展DLL,所以只有使用共享MFC类库的程序能够调用。 TrayIcon 的使用帮助参见 TrayIcon_Demo_readme.txt 文件:-TrayIcon use: The DLL file encapsulates CTrayIcon class, the MFC extension DLL as the DLL, so only use the shared MFC librar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:98152
    • 提供者:2life
  1. DLL

    0下载:
  2. VC++深入详解中MFC的动态链接库代码。关于动态链接库的生成产生、调用以及相关调试。是完整的工程可以直接运行。-VC++ depth detailed in the MFC dynamic-link library code. The generation of a dynamic link library calls and debugging. The complete project can be run directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:162532
    • 提供者:林一
  1. lianjieku

    0下载:
  2. 本人软件设计作业动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。-I software design operating dynamic link library Objective: To understand the the MF
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:169965
    • 提供者:cxzgo
  1. vsFakeLeakTest

    0下载:
  2. 使用vc开发mfc程序时,在调用了win32 dll(即不使用mfc的dll)时,mfc90.dll后于win32dll加载,在退出程序时mfc90.dll先释放,这时它会将win32dll中的全局变量,函数static变量视为内存泄露,而实际上随后win32dll卸载时会正常释放,导致内存泄露误报。 本程序演示了win32dll中的std::string的全局变量和函数内static变量的内存泄露误报-Using vc development mfc program, the call t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:163202
    • 提供者:nwao
  1. Test

    0下载:
  2. Visual C++调用DLL文件,MFC界面-Visual C++ DLL file is called
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:155140
    • 提供者:chenfeng
  1. DllMainExample

    0下载:
  2. 关于Dll调用时的DllMain 的用法,有一个Dll程序和一个基于MFC的调用程序。-About Dll when calling DllMain usage, there is a Dll program and a MFC based on the calling program.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3141148
    • 提供者:张欢
  1. MFC_DLL-make-and-use

    0下载:
  2. MFC下的DLL生成与在另一个MFC程序下的函数调用-make DLL for MFC and use it s fucntion in another MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-13
    • 文件大小:22002688
    • 提供者:crevol
  1. TestDll

    0下载:
  2. win32控制台程序,Mfc窗口程序,C#控制台 程序 分别调用win32版和mfc版的dll。并且从“显式调用”,“隐式调用”,“使用.h .lib”等方面实现。包含介绍word。-win32 console program, Mfc window procedure, C# console application, C# console application calls win32 version and the version of the dll mfc respectively. A
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-14
    • 文件大小:22879525
    • 提供者:刘大
  1. DLLPaintTest

    0下载:
  2. 基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1479680
    • 提供者:gewenyi15
  1. Dll中创建窗体对话框并调用

    0下载:
  2. 在MFC中,C++语言在一个dll中调用另一个dll(Calling another DLL in one DLL)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:32768
    • 提供者:一粒米1203
搜珍网 www.dssz.com