登录
首页 » Visual C++ » MFC-in-simple-language

MFC-in-simple-language

于 2012-05-04 发布 文件大小:826KB
0 247
下载积分: 1 下载次数: 11

代码说明:

  我所看过的写的最好的剖析MFC源码的书,这本书其实出版的比台湾侯俊杰的《深入浅出MFC》要早(Write the best analysis of MFC source book I have ever seen,better than Hou Junjie s book)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Virtual-screen-and-realization-
    Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made ​ ​ tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
    2012-11-29 00:55:11下载
    积分:1
  • MNC
    实现LDPC编码和译码,利用C语言编写,在matlab环境中画性能曲线。(Realize encoding and decoding of LDPC codes)
    2009-12-03 17:24:33下载
    积分:1
  • register
    自由拼音输入法源程序,一个类似"智能ABC"输入法源代码. (Free Pinyin input method source code, a similar " smart ABC" input method source code.)
    2010-01-13 00:20:23下载
    积分:1
  • Polynomial
    Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities: Overload the addition operator (+) to add two Polynomials. Overload the subtraction operator (-) to subtract two Polynomials. Overload the assignment operator to assign one Polynomial to another. Overload the multiplication operator (*) to multiply two Polynomials. Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
    2013-05-05 21:59:33下载
    积分:1
  • q2403
    WAVECOM Q2403A/Q2406的中文使用手册,供gprs数据通信开发者参考。(WAVECOM Q2403A/Q2406 the Chinese user manual for gprs data communications developer reference.)
    2008-06-23 09:13:35下载
    积分:1
  • PPT_Object-oriented-programming
    面向对象Object-oriented programming学习资料(PPT)格式(Object-oriented programming object-oriented learning materials (PPT) format)
    2011-12-03 12:48:36下载
    积分:1
  • ser
    说明:  串口通信高级编程提供了一个能够进行串口通信的类,能够方便地进行各种数据通信。 由于本程序设计到硬件编程,因此,如果读者的串口通信设备 没有连接好,可能会有问题 (Serial communication provides a high-level programming to carry out the type of serial communication, the ability to easily carry out a variety of data communications. Since the hardware design to programming, so if the reader' s serial communications equipment is not connected well, there may be some problems)
    2009-08-18 16:49:04下载
    积分:1
  • PCtoLCD2002
    字摸提取软件,可以是图片,可以是汉字,并且大小可调,好用至极(Braille extraction software, which can be pictures, which can be characters, and the size is adjustable, extremely easy to use)
    2013-08-22 21:02:23下载
    积分:1
  • 12864
    说明:  12864液晶显示能够成熟运用在51上面的C语言编程,大家赶快下载!(12864 LCD can mature in 51 above, the use of C-language programming, we hasten to download!)
    2008-11-11 11:06:07下载
    积分:1
  • bianjiqi
    功能:输入一页文字,程序可以统计出文字、数字、空格的个数。   静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 (功能:输入一页文字,程序可以统计出文字、数字、空格的个数。)
    2021-01-06 14:18:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载