搜索资源列表
BitmapApp
- 使用内存DC和不使用内存DC画BMP图像,让使用者明白用这两种方法画图的区别。-memory DC and DC painting memory BMP images, users understand that the application of these two methods to draw the distinction.
memdc
- 内存缓冲类,先将图画到该DC,(可多次作图),然后一次显示-memory buffer category, the first picture of the DC, (multiple mapping), then a show
Cmemdc
- 可以方便使用的内存DC封装,CMemDC-be accessible memory DC Packaging, CMemDC
DCtest
- 一个学习DC和位图的例子,可以修改内存来变化图像,本例子使用黑白位图进行内存操作。彩色位图的与此类似。-a study DC and bitmap example, memory can be amended to change images, The examples use black-and-white bitmap memory for operation. Color bitmap similar to this.
MyDCtest
- 学习DC与位图数据的例子,可以通过直接修改内存来修改图片。本例子使用黑白位图,彩色类似。-learning DC and bitmap data example, can directly alter the memory to modify photographs. The examples use black-and-white bitmap, color similar.
drawTest
- 本程序是基于vc++的,用内存dc画空心矩形的代码
rom-load_map
- 该程序实现了将图片读入内存DC,但不读入窗口DC,并可根据坐标在图片相应位置写字的功能;点鼠标右键弹出对话框设置坐标,点确定保存图片!
PrtSc
- 截屏软件 能学习到内存DC和气泡提示. 和通用对话框
20070612ShowYUV422
- 用来在DC上直接显示YUV422的源代码,读入YUV422的源文件,在内存中转成BMP后,直接显示到DC上
CreditsScrollerDemo
- 通过内存DC来平滑的显示多行滚动的字幕,可以控制背景的颜色,字体的大小,滚动的速度-through memory DC to smooth the show rolling over the subtitles will be able to control the background color, font size, the speed rolling
位图旋转
- 程序先将当前DC通过BitBlt写入内存,后通过RotateMemeryDC旋转DC,并重新创建输出DC显示旋转后的位图.
实现内存DC画图并保存为jpg图像的函数
- 一个实现内存DC画图并保存为jpg图像的函数,先保存成BMP再压缩实现。压缩可用我上传的CXimage类库实现。-A realize DC and keep drawing memory for images of the function JPG, BMP first save into further compression realized. Can I upload the compression CXimage class library realized.
DDP
- qq游戏对对碰*安装版,基于内存DC的方法-qq game right right touch to install plug-in version of the method based on memory DC
DC_V1.1
- 操作内存DC一直都很麻烦,此类模块将这些都封装了起来,用法简单,例子中很详细. 可以创建DC,载入图像,获取其他DC中的图像,贴图,写字,设置字体\颜色等,功能齐全,原创!-Operation of the memory DC has been very troublesome, such modules are packaged these up and use simple examples in detail. Can create a DC, load images, to obta
memDC
- 关于内存DC的使用,这是我用的别人做的一个示例,加上一个封装好的内存dc类,使用还是比较方便,从示例程序里面可以看到非常明显的效果。-DC on the use of memory, this is someone I used to do a sample, plus a packaged memory dc class, it is quite easy to use, you can see from the example program which is very significan
dcWatcher
- dcWatcher 是一个DC查看工具,用来跟踪DC位图的任何变化,可实时查看窗口DC或者内存DC的显示内容。 此工具最适合自绘界面的单步跟踪,通常情况下单步跟踪是无法查看绘制结果的。 使用方法: 1、把 dcWatcher.exe 和 dctrace.dll 文件复制到需调试的目标EXE的相同文件夹下 2、在项目中导入 dctrace.lib 库文件 3、在合适的CPP/H文件中包括 dctrace.h 头文件 4、在需要调试DC的地方插入语句,例如在WM_PAI
MFC6
- 双缓冲作图,内存中开辟两块dc,分别用于保存客户区和用于作图,MFC编写-Mapping of the double-buffering, memory to open up two the dc were used to save the client area for mapping, MFC write ............
MemDC_Test
- MemDC防止屏幕闪烁的好方法,如不使用内存DC在画图,显示时会闪烁。-memdc redraw dc
Wolf
- visual studio 2010 工程,VC绘制表格的例子,使用了内存位图,-Draw chart with MFC, using memory dc.