搜索资源列表
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.
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
Cmemdc
- 可以方便使用的内存DC封装,CMemDC-be accessible memory DC Packaging, CMemDC
drawTest
- 本程序是基于vc++的,用内存dc画空心矩形的代码
rom-load_map
- 该程序实现了将图片读入内存DC,但不读入窗口DC,并可根据坐标在图片相应位置写字的功能;点鼠标右键弹出对话框设置坐标,点确定保存图片!
OK_Shannon_ICS645
- 本人断断续续历时一年所编写的程序。 此程序是高速数据采集器的显控程序。 此采集器4通道同时采集时,每通道每秒可输出20M采样点。每个采样点16bits。最高可32通道同时采集。所有活动通道每秒总共输出采样点可达1048576点。 程序采用多线程编程。实现采集器的控制功能、实时存储功能、实时显示功能。 采用内存DC画图,图形无闪烁。采用大名鼎鼎的BtnST美化界面。 由于实时存储是主要功能,因此在实时存储时,每存一个文件显示一次波形和FFT的频谱。 出于对计算机资源的分配考虑,
MEMDC
- 使用内存DC的实验。使用内存DC可以提高显示速度,消除闪烁,以及多层绘图等等。
PrtSc
- 截屏软件 能学习到内存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画图并保存为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.
MultiColorPlotCtrl.rar
- 一个简单实用的实时曲线绘制的类,通过内存DC的设置可以有效解决实时曲线刷新的闪烁问题,在此 代码的基础上,用户可以根据自己的需要进行功能的添加或者删减。文件夹内包含类说明。,A simple and practical real-time curve drawing class, through the memory DC settings can effectively resolve the real-time curve refresh flicker problem, based
DoubleBuffer
- 高效率的双缓存的实现,通过内存DC和裁剪区域来提升界面绘制效率,可解决闪屏的问题。-Efficient dual caching to achieve, through the memory DC and draw the crop area to improve the efficiency of the interface, splash screen to resolve the issue.
BmpTest
- 内存DC创建BMP,并在BMP上添加文字显示示例-Memory DC to create BMP, and BMP to add text display example
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
ProgressCtrl
- 派生类的使用、内存DC的构建和使用,对话框应用类型的建立, CProgressCtrl控件的使用, 内存DC使用CTextProgressCtrl类从CProgressCtrl标准类派生,用来改写进度条的属性; CMemDC从CDC标准类派生,构造内存DC,防止绘制闪烁; -The use of derived classes, the memory DC, to build and use of establishment of the dialog box type of appli
screenflow
- 大小:169kb 功能:锁定屏幕,让屏幕动起来,期间不能进行任何操作,时间1分多钟 技术:使用了内存dc-Size: 169kb function: lock the screen, so that the screen flow, can not do anything during the run time one minute technology: the use of the memory dc
appFeb24thChangeColor2
- 源创的代码,颜色渐变 + 漂亮字体 + 使用内存dc建立位图 + 窗口背景位图拉伸时不闪屏的方法-The source code to create, color, font+ gradient+ nice using memory dc to establish the background bitmap+ windows bitmap drawing method without splash screen
DC
- 《易语言》把Dc绘画 封装成一个 类 外加之前发过的 SkinH_EL.dll内存加载多加了几个函数-Dc painting the package into a class of hair off before additional memory load more SkinH_EL.dll several functions
BoxT1
- SDK 实现的俄罗斯方块程序,其中使用到了内存DC解决闪屏问题;-Tetris SDK implementation procedures, which use a memory DC to solve the splash screen problem