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

搜索资源列表

  1. 一个用MFC DLL开发的日期函数库

    0下载:
  2. 一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9.66kb
    • 提供者:高文涛
  1. XFontDialog_demo

    0下载:
  2. In one project I was involved in, we had to display font selection dialog. My Product Manager had some issues with MFC s CFontDialog. He is very focused on reducing support costs by simplifying user interface, to eliminate anything that might be conf
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:32.14kb
    • 提供者:高修成
  1. MFC

    0下载:
  2. 介绍一个控制并行端口的MFC类,这个类允许你在所有的Windows平台下使用低级端口I/O接口存取并口数据。例子程序使用一个定制的MFC/C++类实现了PC到PC之间通过“PLT1”进行简单的C/S文件传输
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12.33kb
    • 提供者:ivan wang
  1. MFC

    0下载:
  2. 这个类允许你在所有的Windows平台下使用低级端口I/O接口存取并口数据。程序使用一个定制的MFC/C++类实现了PC到PC之间通过“PLT1”进行简单的C/S文件传输
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:12.45kb
    • 提供者:ivan wang
  1. undo.zip 增强MFC的回滚操作

    0下载:
  2. 增强MFC的回滚操作,The example of enhancing the MFC s ability of rollback
  3. 所属分类:Windows编程

    • 发布日期:2017-11-08
    • 文件大小:108.3kb
    • 提供者:
  1. MFC

    0下载:
  2. 一个学习MFC最基本也最全面的源代码实例,包含了基于C/S架构的socket网络编程,也包含了database,初学者必看-MFC learning the most basic and most comprehensive source code examples, including based on the C/S structure of the socket network programming, but also includes a database, for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:211.55kb
    • 提供者:彭宗山
  1. czoomview_demo

    0下载:
  2. 在view里实现,放大缩小功能,MFC的scrollview-Achieve in view, zoom function, MFC s scrollview
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:21.36kb
    • 提供者:lind
  1. ping(mfc)

    1下载:
  2. MFC运行模式,功能:可在界面直接修改你想遍历的IP地址范围,点击按钮,开始查询,ping通的显示主机名和IP地址。-MFC operation mode, function: can be modified directly at the interface you want to traverse the IP address range, click the button, and start inquiries, ping' s show the host name and IP
  3. 所属分类:Windows Develop

    • 发布日期:2017-02-28
    • 文件大小:3.47mb
    • 提供者:zachary
  1. MFCTutorial

    0下载:
  2. 进阶C++高级阶段,MFC的学习让你成为真正的编程高手,谢谢下载!-Advanced C++ advanced stage, MFC s really study so that you become a programming expert, thank you download!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3.71mb
    • 提供者:杰瑞
  1. MFC-APPLICATION

    1下载:
  2. 该书对MFC应用程序基本架构的每一个技术环节的深入探计,其中牵扯到MFC本身的设计原理、物件导向观念,以及C++语言的高级议题。适合深入学习者用。-Book on the MFC application, the basic structure of a technical aspect of each in-depth exploration into account, which involves the MFC' s own design principles, object-ori
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17.03mb
    • 提供者:陈龙
  1. MFC-and-Win32API-and-DirectX--help

    1下载:
  2. 中文资料,对VC的MSDN、Win32API和DirectX进行了中文翻译,是实现Windows开发的很有用的资料储备-it contains three data.they are all in chinese.including translate products of the VC MSDN、Win32 API and DirectX. it s helpful for windows development.
  3. 所属分类:DirextX

    • 发布日期:2017-04-09
    • 文件大小:2.17mb
    • 提供者:pcs
  1. MFC

    0下载:
  2. 这个控件类库结合静态文本框的动态变化,初学者的福音。-The combination of static text box control library dynamic changes, beginner' s Gospel.
  3. 所属分类:Button control

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:荣尚石
  1. clist_iter_src

    0下载:
  2. MFC s CList provides a template linked list implementation and works perfectly adequately. However, iterating through the list can be a little combersome. Code like that below is common place for processing list elements, but the POSITION variable is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:995byte
    • 提供者:chou
  1. DAODemo

    0下载:
  2. MFC DAO类使用Microsoft Jet数据库引擎操作位于系统数据库和用户数据库中的数据,它与基于ODBC的MFC数据库类截然不同,DAO通过Microsoft Jet访问数据,而MFC的ODBC类通过ODBC和ODBC驱动程序操作数据。一般来说,在访问Microsoft Jet数据库引擎,基于DAO的MFC类比基于ODBC的MFC类处理能力更强大。-MFC DAO classes use Microsoft Jet database engine operating on the sys
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-15
    • 文件大小:3.83mb
    • 提供者:snowolf
  1. MFC

    0下载:
  2. 我在网上找到了这本书的Web版,我为它制作了详细的目录,并将所有的网页资料打包成了一个CHM文档,这样可以更加方便的浏览和保存这本经典之作,希望我的VC/MFC编程技术有一天可以达到李老师的境界吧! 本书是我所看过的写的最好的剖析MFC源码的书,这本书其实出版的比台湾侯俊杰的《深入浅出MFC》要早,可现在网上把侯俊杰的那本书都炒作的上天了-I found online Web version of this book, I made it a detailed directory, and
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:826.07kb
    • 提供者:刘后清
  1. cPPvisualization

    0下载:
  2. MFC快速入门,对于初学者非常有用,以及关于VC,MFC,STL的概念详解。-MFC quick start, very useful for beginners, and on the VC, MFC, STL Detailed concept.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:465.43kb
    • 提供者:冰与火
  1. mfc-ado-sql

    0下载:
  2. 这是我在公司做的数据库外挂报表 对大家的学习很有帮助-This is what I do in the company' s database plug-in for everyone' s very helpful report
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:127.77kb
    • 提供者:色粉
  1. MFC多线程TCP服务设计经典代码

    0下载:
  2. MFC多线程TCP服务设计,s实现多人聊天(MFC, is a useful code ,for mulite people chat.use mulite thread)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:9.33mb
    • 提供者:we06110
  1. CommunicateComm

    0下载:
  2. 使用MFC的Windows自带串口控件制作串口调试工具,实现串口收发,16进制等简单功能(Use MFC's own Windows serial port control to produce serial debugging tools to achieve serial transceiver, hexadecimal and other simple functions)
  3. 所属分类:界面编程

    • 发布日期:2017-12-17
    • 文件大小:137kb
    • 提供者:Rex...
  1. VS2010之MFC串口通信的编写教程

    0下载:
  2. 是一个关于串口通信的详细教程,可以接收从PC端发送过来的数据并且实施显示(It's a detailed tutorial about serial communication. It can receive data sent from PC terminal and display it.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:43.71mb
    • 提供者:梦醒繁花落
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com