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

搜索资源列表

  1. UG.rar

    2下载:
  2. 用于UG二次开发,智能打孔装配程序代码,mfc dll格式开发,UG for the secondary development of smart drilling assembly code, mfc dll format development
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:13.79kb
    • 提供者:朱大发
  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
    • 文件大小:199.92kb
    • 提供者:hxysk
  1. MFC42UD_

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:893.39kb
    • 提供者:Mr.
  1. MD5Checker

    0下载:
  2. 下载个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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:52.55kb
    • 提供者:张其
  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-14
    • 文件大小:1.41mb
    • 提供者:乔松
  1. DLL

    0下载:
  2. 静态链接库和动态链接库的编程实例,动态链接库为非MFC链接库-Static link library and dynamic-link library programming examples for non-MFC dynamic-link library link library
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:665.71kb
    • 提供者:方超
  1. MFCDll

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

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

    0下载:
  2. 通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:313.63kb
    • 提供者:carl
  1. 63535308XML

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:87.58kb
    • 提供者:马耀泽
  1. DLL

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.28mb
    • 提供者:单单
  1. Chat

    0下载:
  2. 这是一个使用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
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:28.09kb
    • 提供者:sundachun
  1. lhwy

    0下载:
  2. 本设计从计算机的网络连接安全出发,编写了一个能显示出本机当前网络连接状态详细信息的MFC程序。这个程序主要利用了Windows自带的Iphlpapi.dll文件中的两个系统函数GetTcpTable与GetUdpTable,在MFC程序运行过程中动态链接到它们,从而获得当前正在连接的TCP与UDP情况,包括连接的本地地址、本地端口、外部地址、外部端口和TCP的连接状态,并在MFC程序中显示出来,以供用户观察。-The design of secure network connectivity f
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1014.8kb
    • 提供者:玥儿
  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
    • 文件大小:158.72kb
    • 提供者:林一
  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-17
    • 文件大小:159.38kb
    • 提供者:nwao
  1. code

    0下载:
  2. 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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:370.22kb
    • 提供者:neymar
  1. DllTest-2016.01.23PM

    0下载:
  2. 自己学习编制的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
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:296.75kb
    • 提供者:陆坚锋
  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
    • 文件大小:1.41mb
    • 提供者:gewenyi15
  1. 编写Win32控制台程序 注入带窗口的DLL

    2下载:
  2. 编写Win32控制台程序 注入带窗口的DLL源码(Write the Win32 console program into the DLL with the window)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:32kb
    • 提供者:kingllxb
  1. Dll中创建窗体对话框并调用

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

    • 发布日期:2018-05-03
    • 文件大小:32kb
    • 提供者:一粒米1203
  1. MFC

    0下载:
  2. 简单实用,DLL动态链接库编程入门之二:非MFC DLL(good well,study mfc valstudoi)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:8.27mb
    • 提供者:郭志明
« 12 3 »
搜珍网 www.dssz.com