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

搜索资源列表

  1. MFCCStringForATL.zip

    0下载:
  2. 在非MFC的ATL程序中加入CString类
  3. 所属分类:ActiveX/DCOM

    • 发布日期:
    • 文件大小:57428
    • 提供者:
  1. 非模式对话框的使用

    0下载:
  2. 详细用MFC实现了非模式对话框 有助于初学者对MFC控件的应用-detail with the non-MFC dialog mode to help beginners MFC Application Control
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:38749
    • 提供者:raul
  1. FtpClientTest

    0下载:
  2. 采用SDK API函数实现FTP功能,非MFC类.-using SDK API functions FTP functions, non-MFC category.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:46165
    • 提供者:王钢
  1. vc++dllintroduce

    0下载:
  2. VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:387752
    • 提供者:董峰涛
  1. KString_class_src

    0下载:
  2. 一个非MFC的类似CString的字符串类,实现了各种字符串的操作。-a similar non-MFC CString string and realizes the various string operation.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4459
    • 提供者:金阳
  1. EVCToolBarDemo

    0下载:
  2. evc编写的,滑动窗口的例子,SDK编写,非 MFC-evc prepared for the sliding window examples SDK prepared, non-MFC
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:76949
    • 提供者:hoozh
  1. C++ImageProcess

    0下载:
  2. 实现图像处理技术(非MFC方法),包括二值化等等。-image processing technology (MFC methods), including the value of the two, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7882960
    • 提供者:黄海凌
  1. 20060520SetBackColor

    0下载:
  2. 本人测试的源码,用来设置背景窗口颜色为黑色(或其它颜色),有MFC和非MFC的情况,还有对话框背景和文档背景四套源码-I tested source, used for setting the window background color is black (or other color), MFC and a non-MFC, it is still the dialog background and the background of four sets of source files
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:164343
    • 提供者:风笛
  1. dllcombination

    0下载:
  2. 实现了3个dll功能,建立非mfc的dll静态连接,显示已装载模块,显示已装载模块,运行时动态调用dll,功能全面的阿-achieved three dll function, the establishment of the non-mfc dll static link Show loadable module, Show loadable module, run-time dynamic invocation dll, full functions of the A
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:123234
    • 提供者:zhanghaiyu
  1. WinMain

    0下载:
  2. WINDOWS窗口运行机制,非MFC编写,希望能对你有所帮助,
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10485
    • 提供者:曹迪
  1. _calculator

    0下载:
  2. 非MFC:SDK实现,模拟简单计算器的窗口编程,代码原作者已开源-Non-MFC: SDK to achieve simulated simple calculator window programming, original author has open source code
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:23097
    • 提供者:xynn
  1. cmdOpenglFrame

    0下载:
  2. 在vc++下做的opengl程序框架。非mfc类框架-In vc++ Do opengl under the Framework. Non-mfc-type framework
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:16778
    • 提供者:孙磊
  1. HyperLink

    0下载:
  2. C++ HyperLink类, 非MFC实现-C++ HyperLink categories, the realization of non-MFC
  3. 所属分类:Static control

    • 发布日期:2017-03-30
    • 文件大小:29332
    • 提供者:张鲁夺
  1. anchor_demo

    0下载:
  2. 该源码实现当dialog窗口大小变化时,其内控件的anchor、dock等功能,这个简单的类即可用于MFC应用程序,也可用于非MFC程序,运行中,可用add、remove函数动态的对新创建的控件编辑anchor、dock属性-this source implement anchors and docking for controls when the dialog window is resized,you can use this simple class in MFC and non-MFC
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:7089
    • 提供者:齐琪
  1. create_non-MFC_dll_link

    0下载:
  2. 建立非MFC DLL的静态连接 建立非MFC DLL的静态连接-create non-MFC dll link create non-MFC dll link
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8209
    • 提供者:
  1. VC_DLL_refer

    0下载:
  2. 介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:553095
    • 提供者:Jin Zhang
  1. MFC.Internals.Djvu

    1下载:
  2. 经典绝版书《MFC Internals》djvu版,清晰方便学习,非pdf版,内附Djvu格式查看器。-Out of print classic book " MFC Internals" djvu version, clear easy to learn, non-pdf version, containing Djvu format viewer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:11283456
    • 提供者:domakeit
  1. MFC学习,VC6.0计算器小程序,新手入门,加减乘除,次方,开方等。

    0下载:
  2. 使用模态对话框和非模态对话框,各种控件,结果保存,读取,历史记录,各种运算。
  3. 所属分类:界面编程

  1. MultThreadComm3

    0下载:
  2. MFC下的多线程编程方法示例,包括MFC内置的多线程间通信、非MFC多线程间通信以及进程和线程之间的通信方法。(MFC multithreaded programming examples, including MFC built-in multi-threaded communication, non MFC multi thread communication, as well as the process and thread communication methods.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:8270848
    • 提供者:linlinon
  1. MFC

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

    • 发布日期:2018-05-06
    • 文件大小:8667136
    • 提供者:郭志明
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com