搜索资源列表
BeautifulFace
- 一个华丽的界面 使用方法 方法一: ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标 方法二: 不用上面的,但是要去掉对话框的title属性 void CPageDlg::OnPaint() { if (IsIconic()) { ... } else { // CDialog::On
OK_Shannon_ICS645
- 本人断断续续历时一年所编写的程序。 此程序是高速数据采集器的显控程序。 此采集器4通道同时采集时,每通道每秒可输出20M采样点。每个采样点16bits。最高可32通道同时采集。所有活动通道每秒总共输出采样点可达1048576点。 程序采用多线程编程。实现采集器的控制功能、实时存储功能、实时显示功能。 采用内存DC画图,图形无闪烁。采用大名鼎鼎的BtnST美化界面。 由于实时存储是主要功能,因此在实时存储时,每存一个文件显示一次波形和FFT的频谱。 出于对计算机资源的分配考虑,
MEMDC
- 使用内存DC的实验。使用内存DC可以提高显示速度,消除闪烁,以及多层绘图等等。
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.
FunPointer
- 通过内存DC来实现界面绘制双缓存,并通过函数指针模板来提供可供复用的双缓存绘制代码。-Achieved through the memory DC to draw the double buffer interface, and through a function pointer template to provide for reuse of the double-buffer rendering code.
MouseHandler
- 1、最小化到托盘 2、键盘响应 3、程序内鼠标消息响应,操纵鼠标 4、内存兼容缓冲画图-mouse control practice keyboard oncall memory DC tray
20121008
- 双缓冲画图,位图加载已经内存读取,dc,crect的创建-Double-buffered drawing, bitmap loaded memory read, dc, CRect create
work
- VB使用API在内存画出动态的函数曲线 纯api画图,双DC-VB in memory using the API functions to draw dynamic curve of pure api drawing, double DC
hdce
- 通过内存DC来平滑的显示多行滚动的字幕,可以控制背景的颜色-Through the memory DC to smooth the display of the multi-line rolling subtitles, can control the background color
guarg
- 通过内存DC来平滑的显示多行滚动的字幕,可以控制背景的颜色()