自定义博客皮肤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)
  • 收藏
  • 关注

原创 内存DC也有视口和窗口的

相信经常做图形可视化的人都知道双缓冲概念,那是优化刷新显示的技术。实际上,它还有其他用途。    一般的程序当中经常有缩略图、鹰眼、或者打印输出等。有人依靠截屏保存为图片来实现。这是可行的。不过缺点是再明显不过的了。当视图区有其他窗口遮挡时,截屏会把一些非显示区内容掺杂进来,效果不理想。    然而利用内存DC绘制可以避免这一缺点。如果将内存DC内容拷贝到屏幕DC上就属于双缓冲了。

2014-11-13 23:05:23 2048 3

转载 适当强制是教育必要之恶,能培养创造力

适当强制是教育必要之恶,能培养创造力关于孩子的快乐成长有一个大的误区:把快乐局限在学习轻松、无忧无虑的层面,局限在愉快地做自己想做的事情上。一些家长常说的话是,孩子只要能够快乐幸福就好。问题是,要让孩子今天快乐很容易,但要让他未来也快乐幸福就有难度了。因为人生的一大无奈是,我们常常需要先把不喜欢做的事情做好,才能有机会做喜欢做的事情。而这种意识和能力需要专门培养。 适当的强

2014-11-13 13:26:16 692

转载 视口和窗口

映射方式指定了逻辑坐标系的逻辑单位和坐标轴正方向, 坐标原点没有涉及。而且, 在“自作主张的”两种映射方式下, 逻辑单位、坐标轴正方向和坐标原点都有待确定。“视口”是基于设备坐标的, 通常, 视口与客户区相同。点( 0,0)是客户区域的左上角。x 的值向右增加, y 的值向下增加。“窗口”是基于逻辑坐标的, 逻辑坐标可以是像素、毫米、英寸等, 我们在GDI 绘图函数中指定逻辑窗口坐标。映射方式

2014-11-12 16:45:26 962

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关注的人

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