搜索资源列表
GETdVg
- 数据曲线移动量提取器 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
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
MFCDll
- MFC dll 示例 以及动态和静态调用示例-Example MFC dll and examples of dynamic and static call
200811117207962
- 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
DLL
- 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.
lianjieku
- 本人软件设计作业动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。-I software design operating dynamic link library Objective: To understand the the MF
vsFakeLeakTest
- 使用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
Test
- Visual C++调用DLL文件,MFC界面-Visual C++ DLL file is called
DllMainExample
- 关于Dll调用时的DllMain 的用法,有一个Dll程序和一个基于MFC的调用程序。-About Dll when calling DllMain usage, there is a Dll program and a MFC based on the calling program.
MFC_DLL-make-and-use
- MFC下的DLL生成与在另一个MFC程序下的函数调用-make DLL for MFC and use it s fucntion in another MFC
TestDll
- 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
DLLPaintTest
- 基于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)
Dll中创建窗体对话框并调用
- 在MFC中,C++语言在一个dll中调用另一个dll(Calling another DLL in one DLL)