自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (26)
  • 收藏
  • 关注

原创 视图的放大与缩小

视图的放大与缩小可以采用很多方法,采用改变xViewExt/xWinExt的比例,即改变视口与窗口的比例可以轻松实现视图的缩放。注意,在使用可能需要在自己的视图类中改写SetScrollSizes函数,特别是使用MM_ANISOTROPIC和MM_ISOTROPIC模式时。

2012-02-13 18:37:15 1382

原创 GetClipBox 在scrollview中使用注意事项

在OnDraw函数中使用pDC->GetClipBox()得到裁剪区大小时,在OnPrepareDC(CDC* pDC, CPrintInfo* pInfo) 函数中不应该同时设置:        pDC->SetViewportOrg(0,0);pDC->SetWindowOrg(0,0);如果同时设置窗口和视口为0时,,在滑动运动后,当程序最小化后再切回来时,pDC->GetC

2012-02-09 18:51:35 1835

原创 DrawCli代码中双缓冲,裁剪区技术以及坐标变换等技术分析

DrawCli代码中使用了双缓冲和裁剪区技术以及坐标变换等技术。DrawCli中2个主要绘图相关的函数: OnDraw和OnPrepareDC。OnPreparDC的作用是设置坐标的映射方式和窗口原点。由于程序使用了MM_ANISOTROPIC 映射方式,同时设置了X的正方向向右,Y轴的正方向向上。为了便于分析理解,我们可以改造一下代码,设置程序使用MM_TEXT映射模式。

2012-02-05 11:52:24 7022 10

quizlet-learn-languages-vocab-with-flashcards_5.15.1(2100115).rar

Quizlet APK android 安装包, 5.15.1 版本 用于抽认卡,语言和学习的顶级学习应用程序。Quizlet是练习和掌握所学内容的最简单方法。创建自己的抽认卡和学习集,或从其他学生创建的数百万个中选择-由您决定。每月有超过5000万学生在Quizlet中学习,因为Quizlet是领先的教育和抽认卡应用程序,它使学习语言,历史,词汇和科学变得简单而有效。 Quizlet是练习和掌握所学内容的最简单方法。创建自己的抽认卡和学习集,或从其他学生创建的数百万个中选择-由您决定。每月有超过3000万学生在Quizlet中学习,因为Quizlet是领先的教育和抽认卡应用程序,它使学习语言,历史,词汇和科学变得简单而有效。而且是免费的! 使用Quizlet

2021-05-07

Temperature Sensor example.rar

郭天祥 Altium Designer 视频教程中的Temperature Sensor的操作手册以及实例原理图

2021-04-26

FlashFXP工具

FlashFXP工具,上传和下载,WIN7可以用,直接点击我要注册,就可以了。

2016-03-09

在VC中实现具有缩放功能的滚动视图类

在VC中实现具有缩放功能的滚动视图类,包含代码和论文

2014-11-12

详解VC++中的窗口与视口

详解VC++中的窗口与视口

2014-11-12

Windows图形编程中的坐标系与GDI映射方式

本文从GDI 映射方式入手, 对基于设备坐标的视口和基于逻辑坐标的窗口的概念、内涵及其相互关系进行了分析介绍。在此基础上, 文章详述了怎样建立不同原点、单位和正方向的逻辑坐标系, 对坐标系的构建原理进行了深入剖析。

2014-11-12

windows XPSP3 安装internet 信息服务(IIS)安装资料

internet 信息服务(IIS) 和 Frontpage2000服务器扩展 的安装资源 是在Windows XP SP3下安装vs2003.net必备。 1.在 c:\Windows\inf\ 中打开sysoc.inf ; 在sysoc.inf中找到“[Components]”这一段,在里面加上: “iis=iis2.dll,OcEntry,iis2.inf,,7” 后保存关闭; 2.将iis2.dll放在c:\Windows\system32\Setup文件夹下; 将iis2.inf放在c:\Windows\inf\文件夹下; 3.安装 FrontPage 服务器扩展 将fp40ext.dll放在c:\Windows\system32\Setup文件夹下; 将fp40ext.inf放在c:\Windows\inf文件夹下; 在sysoc.inf中找到“[Components]”这一段 ims=imsinsnt.dll,OcEntry,ims.inf,,7 的下一行加上 fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7 后保存关闭 这样就可以通过“添加删除Windows组件”添加“Internet 信息服务(IIS)”的子项 4. 下载IIS5.1完整安装包,按照提示选择IIS5.1安装包,就可以完成了。 本资料包括上述所有资源

2012-09-11

汇编语言 第2版 王爽 高清 带习题

汇编语言 第2版 王爽 高清版本 pdf格式 带书签 带习题

2011-01-22

Advanced_Digital_Design_with_the_Verilog_HDL

经典的verilog设计书籍,亚马逊5星级评价

2010-11-21

Advanced_Digital_Design_with_the_Verilog_HDL

经典的verilog设计书籍,亚马逊5星级评价

2010-11-21

Advanced_Digital_Design_with_the_Verilog_HDL

经典的verilog设计书籍,亚马逊5星级评价

2010-11-21

Advanced_Digital_Design_with_the_Verilog_HDL

经典的verilog设计书籍,亚马逊5星级评价

2010-11-21

Advanced_Digital_Design_with_the_Verilog_HDL

经典的verilog设计书籍,亚马逊5星级评价

2010-11-21

Advanced_Digital_Design_with_the_Verilog_HDL习题答案

经典的verilog设计书籍,亚马逊5星级评价

2010-11-20

Advanced_Digital_Design_with_the_Verilog_HDL源码

经典的verilog设计书籍,亚马逊5星级评价

2010-11-20

Developer's Workshop to COM and ATL 3.0配套光盘源码

Developer's Workshop to COM and ATL 3.0 配套光盘源码,把附件文件中的*_exe文件改为*.exe,执行解压就可以了. enjoy!

2010-08-01

Developer's Workshop to COM and ATL 3.0

其它几个不能下载,压缩后重新上传。 Learn how to build sophisticated COM objects using C++ and IDL, as well as how ATL supplies support for several COM procedures. Understanding COM takes time and energy. I can say with great confidence that there is always more to learn. However, as with most technologies, COM does provide a core body of knowledge that works as the backbone for just about everything else. For example, once you understand the building blocks of interfaces, coclasses, class factories, and COM binaries, the foundation is laid for numerous related aspects of COM, such as the ActiveX control, distributed COM, and connectable objects (just to name a few). The relationship between COM and the numerous ActiveX technologies out there can be equated to an understanding of mathematics and the various applied sciences. If you don't understand how to work with basic algebraic equations, you can forget taking classes in physics, chemistry, and biology. The same holds true here: Without an understanding of the algebra of COM, forget the science of ActiveX. Moreover, without an understanding of COM, forget ATL. Once an individual has come to understand the core building blocks of the COM architecture, the next logical step is to adopt a component framework to help lessen the burden of repetitive code. ATL is the C++ developer's COM framework of choice. With ATL by your side, you can successfully spend less time handing out interface pointers and more time concentrating on the domain-specific coding task at hand. However, an ATL developer who does not understand the architecture of COM is no better off than an MFC developer who has no understanding of the central Win32 APIs. This book offers a firm foundation in COM, as well as the ATL framework.

2010-07-25

Developer's Workshop to COM and ATL 3.0

Learn how to build sophisticated COM objects using C++ and IDL, as well as how ATL supplies support for several COM procedures.

2010-07-25

symbian视频讲座-27对话框概述

北航分布与计算实验室-Symbian视频讲座-27对话框概述,用Flash播放器播放

2009-01-20

Symbian视频讲座-34多视图练习

北航分布与计算实验室-Symbian视频讲座-34多视图练习,用Flash播放器播放

2008-12-08

Symbian视频讲座-33多视图概述

北航分布与计算实验室-Symbian视频讲座-33多视图概述,用Flash播放器播放

2008-12-08

symbian视频讲座-32视图与控制练习

北航分布与计算实验室-Symbian视频讲座-32视图与控制练习,用Flash播放器播放

2008-12-08

Symbian视频讲座-31视图与控制概述

北航分布与计算实验室-Symbian视频讲座-30对话框练习,用Flash播放器播放

2008-12-08

Symbian视频讲座-使用服务器

北航分布与计算实验室-Symbian视频讲座-使用服务器,用Flash播放器播放

2008-11-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除