搜索资源列表
MMWaveEditX.zip
- VC++画波形,wave文件波形显示一个基类为CWnd的类CImageWnd,ad fdf aadf ad f h gf dge rg
CProgressWnd
- 在很多情况下,需要弹出一个窗口,用于显示当前操作的进展情况,并允许用户取消操作.实现上述功能,我们开发了一个从CWnd派生的类CProgressWnd,其包含一个进度控件、取消按钮和消息消息的文本区域。文本可以显示长达四行。-In many cases, a window pops up that shows the progress of the current operation, and allows the user to cancel the operation. To achieve
rolling
- 用一个SDI例子,演示如何在MFC中创建并使用CWnd派生类来进行显示,并用线条+RGB色系,手动绘制了一个带有立体感的虚拟仪器显示界面。-With an SDI example of how to create and use in MFC CWnd-derived class to display and use of lines+ RGB color, hand drawn with a three-dimensional virtual instrument display.
HistogramCtrl_demo2
- VC绘制曲线的简单实例,派生于CWnd,对想研究绘制曲线的朋友会有帮助-VC easy examples drawn curve, derived from CWnd, want to study drawing on the curve will be helpful to Friend
ZoomCtrl
- 我在工作中需要使用一个对话框显示图表,还能进行放大与缩小。图像放大对滚动条CScrollView也进行了处理。-I m working on a dialog to display a type of chart.I figured I could easily find such a thing, or whip one up using the scroll functions of CWnd .
Draw2DGraph
- 封装了一个画二维曲线的类,该类继承于CWnd,因此二维曲线类也是一个窗口-Draw up a package of two-dimensional curve of the class, such inherited from CWnd, so two-dimensional curve is also a window-type
SplashScreen_test1
- CWnd实现的无模任务提醒窗 Flash窗口 希望对您带来帮助-The CWnd achieve dieless task reminder window Flash window you want to help bring
DrawOfMemory
- VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。-VC++ example code g