搜索资源列表
treestore
- Tree views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of the control with MFC s CArchi
undo.zip 增强MFC的回滚操作
- 增强MFC的回滚操作,The example of enhancing the MFC s ability of rollback
MFC
- 一个学习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
czoomview_demo
- 在view里实现,放大缩小功能,MFC的scrollview-Achieve in view, zoom function, MFC s scrollview
ping(mfc)
- 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
MFCTutorial
- 进阶C++高级阶段,MFC的学习让你成为真正的编程高手,谢谢下载!-Advanced C++ advanced stage, MFC s really study so that you become a programming expert, thank you download!
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
MFC-APPLICATION
- 该书对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
MFC-and-Win32API-and-DirectX--help
- 中文资料,对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.
MFC
- 这个控件类库结合静态文本框的动态变化,初学者的福音。-The combination of static text box control library dynamic changes, beginner' s Gospel.
MFC
- 集中了各种加密算法 如RSA DH playfair keyword 等常用加密算法 用MFC做出了界面软件-It‘s a good software about cypher
clist_iter_src
- 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
DAODemo
- 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
MFC
- 我在网上找到了这本书的Web版,我为它制作了详细的目录,并将所有的网页资料打包成了一个CHM文档,这样可以更加方便的浏览和保存这本经典之作,希望我的VC/MFC编程技术有一天可以达到李老师的境界吧! 本书是我所看过的写的最好的剖析MFC源码的书,这本书其实出版的比台湾侯俊杰的《深入浅出MFC》要早,可现在网上把侯俊杰的那本书都炒作的上天了-I found online Web version of this book, I made it a detailed directory, and
cPPvisualization
- MFC快速入门,对于初学者非常有用,以及关于VC,MFC,STL的概念详解。-MFC quick start, very useful for beginners, and on the VC, MFC, STL Detailed concept.
dissecting-MFC-2e-part1
- 深入淺出 MFC是一本介绍MFC(Microsoft Foundation Classes)程序设计技术的书籍。对于Windows 应用软件的开发感到兴趣,并欲使用Visual C++ 整合环境的视觉开发工具,以MFC 为程序基础的人,都可以从此书获得最根本最重要的知识与实例。-MFC is a layman' s language introduced MFC (Microsoft Foundation Classes) programming technology books. Sof
mfc-ado-sql
- 这是我在公司做的数据库外挂报表 对大家的学习很有帮助-This is what I do in the company' s database plug-in for everyone' s very helpful report
MFC多线程TCP服务设计经典代码
- MFC多线程TCP服务设计,s实现多人聊天(MFC, is a useful code ,for mulite people chat.use mulite thread)
CommunicateComm
- 使用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)
VS2010之MFC串口通信的编写教程
- 是一个关于串口通信的详细教程,可以接收从PC端发送过来的数据并且实施显示(It's a detailed tutorial about serial communication. It can receive data sent from PC terminal and display it.)