windows32位api编程,对学习vc的MFC和深入理解windows程序设计原理很有用- 下载
|
该源码包括学多关于MFC最基本的一些应用,对于深入理解MFC的封装机制是非常有用的。-the source including the MFC many of the most basic applications, For in-depth understanding of MFC Packaging mechanism is very useful. 下载
|
深入理解WINDOWS编程,MFC简单介绍- 下载
|
这本书全名为<MFC深入浅出——从MFC设计到MFC编程>李久进编著,华中理工大学出版 有人认为这本书比侯捷的<深入浅出MFC>更好 也有人认为他们各有特点:侯捷的那本<深入浅出MFC>更关心的是MFC的设计,或者说更像是想知道MFC是如何做到它所做到的东西的——从目的上说,是希望在了解了MFC的实现方法以后,自己也做出一个类似的东西来(你看别人的源代码的时候,就是这个目的)。而李久进的那本<MFC深入浅出>更关心的是MFC的使用,看完这本书,当你需要做某件事的时候,你会很清楚MFC是在哪个函数中完成这个工作的,你知道应该重载哪个函数,知道如何实现你的功能...相信读者看后自有评判.- 下载
|
<<vc++深入详解>>源程序,本书主要从程序内部运行的机制和MFC程序的组织脉络入手,使读者在学习VC++编程知识时,既能够知其然,又能知其所以然,从而帮助读者从根本上理解和掌握Windows的程序设计。- 下载
|
本书收集了微软基础类库(Microsoft Foundation Class,MFC)编程中经常会遇到的问题,多达130多条。本书独特的结构设计使您能够迅速地查找到答案并且把相关的解决方案结合到程序中。本书的FAQ采用一种理想的格式,这样开发人员能够迅速找到需要紧急解决的问题的答案。同时,您会发现许多技术可以帮助您更好地理解MFC应用程序的内部工作,并提高MFC编程技巧。尤其特殊的是,解释(Explanation)和附加注释(Additional Comment)部分通常都深入到MFC源代码或者没有归档的函数内部,从而解释所讨论的技术如何工作、它们与MFC的默认行为有何不同以及是如何与其默认行为结合起来的。 -the book collection of Microsoft Foundation Class Library (Microsoft Foundation Class , MFC) Programming often encountered the problem of as many as over 130. The books unique design allows you to quickly find answers to and the related solutions to the combined process. The book FAQ adopted an ideal format, so developers can quickly find an urgent solution to the needs of the answer to the question. Meanwhile, you will find many technologies can help you better understand the MFC application of internal work, and enhance MFC programming skills. Particularly special, Explanation (Explanation) and the annotated (Additional Comment) hours are usually go to MFC source code or no internal archiving functions, in order to explain the technologies discussed how to work MFC with the default 下载
|
本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certain to have Visual C based on the application prepared by the reader, the book by 150 examples, comprehensive, in-depth introduced to the use of Visual C 6.0 application procedures commonly used methods and techniques. The book is divided into six chapters, mainly on the Visual C. Net interface effects, graphics and image processing, document control and system functions, applications and controls MFC programming, database development and other content. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to solve a problem category, readers grasp examples of technology or skills, the use of these techniques may try to achieve more complex functions, applications to a wider range. 下载
|
简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可 4.删除库存为零的图书记录,该要求有些不合理 如果删除了这些记录,那么销售统计时,则无法查到这些书的信息 (这可能与我表设计有关,没有深入分析该问题) 5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的 如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st 下载
|
《分隔窗口》 随着使用两个分隔的视图管理文件系统的资源管理器在Windows 95中第一次出现,分隔窗口逐渐成为一种流行的界面元素。MFC也有一个复杂的功能强大的分隔窗口类,但是要掌握它的用法确实有点难,并且它和文档/视图框架联系紧密。在第七章我将介绍WTL的分隔窗口,它比MFC的分隔窗口要简单一些。WTL的分隔窗口没有MFC那么多特性,但是易于使用和扩展。 本章的例子工程是用WTL重写的ClipSpy,如果你对这个程序不太熟悉,现在可以快速浏览一下本章内容,因为我只是复制了ClipSpy的功能而没用深入的解释它是如何工作的,毕竟这篇文章的重点是分隔窗口,不是剪贴板。 WTL 的分隔窗口 头文件atlsplit.h含有所有WTL的分隔窗口类,一共有三个类:CSplitterImpl,CSplitterWindowImpl和CSplitterWindowT,不过你通常只会用到其中的一个 -"separate window" with the use of two separate views of the document management system for management of resources in the Window 95 s first appeared to separate window gradually become a popular interface elements. MFC is a complex function of the powerful category separate window, but to master the French really hard, and it, and documentation / View closely connected to the framework. In the seventh chapter, I will introduce the WTL separate window, which separated from the MFC window to some simple. WTL the MFC separate window without so many features, but easy to use and expand. Examples of projects of this chapter is to rewrite the WTL ClipSpy, if you are not familiar with this procedure, now quick look at the contents of this chapter. because I want to copy the functions Cl 下载
|