搜索资源列表
UG.rar
- 用于UG二次开发,智能打孔装配程序代码,mfc dll格式开发,UG for the secondary development of smart drilling assembly code, mfc dll format development
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
MFC42UD_
- VC++ 6.0 MFC UNICODE相关文件,可以不用免得重新安装VC++了,只要拷贝到相应的路径就可以了-VC++ 6.0 MFC UNICODE related documents, you can not avoid re-install VC++, And as long as the copy to the corresponding path can be a
MD5Checker
- 下载个dvd的iso,找了半天的md5检查工具,干脆写了个。 其中,md5算法来自开源社区 Key: md5,MD5,MD5工具,MD5算法 运行于win2k/xp/vista平台,静态链接MFC不需要任何其他依赖dll 注意: 使用该工具打开大文件(Big Size)请耐心等会儿... 有兴趣可以开线程自己完善打开较大文件界面阻塞问题:)-Download a dvd of the iso, to find a half-day md5 check to
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
DLL
- 静态链接库和动态链接库的编程实例,动态链接库为非MFC链接库-Static link library and dynamic-link library programming examples for non-MFC dynamic-link library link library
MFCDll
- MFC dll 示例 以及动态和静态调用示例-Example MFC dll and examples of dynamic and static call
dll
- 通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
63535308XML
- xml读写程序。简单实用,用vc++编写的,可以直接使用。但是在有些系统运行需要做一些修改,各位请注意-If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resourc
Chat
- 这是一个使用VC++编写的MFC聊天程序,运用了多线程,这个程序的接收端和发送端在同一程序内DLL文件嵌入在内,只需输入对方IP(对方电脑也必须运行程序)即可聊天。-This is a VC++ using the chat program written in MFC, using a multi-threaded, the receiving end of this process and sending side in the same program embedded within th
lhwy
- 本设计从计算机的网络连接安全出发,编写了一个能显示出本机当前网络连接状态详细信息的MFC程序。这个程序主要利用了Windows自带的Iphlpapi.dll文件中的两个系统函数GetTcpTable与GetUdpTable,在MFC程序运行过程中动态链接到它们,从而获得当前正在连接的TCP与UDP情况,包括连接的本地地址、本地端口、外部地址、外部端口和TCP的连接状态,并在MFC程序中显示出来,以供用户观察。-The design of secure network connectivity f
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.
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
code
- This program consists of three parts: XML scr ipt for the skin, the Python scr ipt for actually executing the program, and the MFC DLL for creating a skinned dialog and passing the user action to the Python scr ipt.
DllTest-2016.01.23PM
- 自己学习编制的DLL编程,包含了非MFC DLL、规则MFC DLL、扩展MFC DLL三种类型的工程。开发环境为VC++ 2010-DLL compiled their own learning program, including the non-MFC DLL, MFC DLL rule, three types of expansion MFC DLL project. Development environment for VC++ 2010
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)
编写Win32控制台程序 注入带窗口的DLL
- 编写Win32控制台程序 注入带窗口的DLL源码(Write the Win32 console program into the DLL with the window)
Dll中创建窗体对话框并调用
- 在MFC中,C++语言在一个dll中调用另一个dll(Calling another DLL in one DLL)
MFC
- 简单实用,DLL动态链接库编程入门之二:非MFC DLL(good well,study mfc valstudoi)