搜索资源列表
Charge
- 本源码可以通过USB口实时采集传进来的数据,并通过MFC绘制出数据的实时变化曲线-This programme can receive data comes from USB port in real time, and draw the line in real time by MFC
MSCommV1
- 用MFC写的串口通信界面。可以接收串口发送过来的数据,进行实时曲线绘制。-Using MFC to write serial communication interfaces. Send them to receive serial data in real-time curve drawing.
ChartCtrl_Sorce
- MFC可用的高速曲线绘制控件,可画饼图,柱状图,xy曲线等
WJ5EG1
- VC mFC 对话框 动态曲线实时仿真系统,运用定时器,动态绘制曲线图。-VC mFC dialog box, real-time simulation system of dynamic curves and dynamic graph drawing.
MyB
- MFC 对话框,运用ClientDC绘制静态曲线,运用曲线像素取反擦除曲线。很好的静态曲线绘制代码,简单易懂,稍加修改可绘制自己的曲线。-MFC dialog box, use ClientDC draw static curve, the use of curve-pixel to take anti-erasing curve. Very good static curve drawing code, easy to understand, a little change can draw
ChartCtrl_demo
- 一个VC6 MFC的采用双缓冲技术实现高性能曲线控件,可用于曲线的实时动态绘制-A VC6 MFC' s double buffering technology to achieve high-performance curve of control, can be used for real-time dynamic curve drawing
Coordinate3
- VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线-VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coor
spline
- 三次样条插值曲线绘制,是用MFC做的。用的是四位型点插值法。相信对GIS专业的同学会有很大的帮助。-Cubic spline interpolation curve drawing, is to use MFC to do. Type using a four point interpolation method. Believe that GIS professionals would help the students.
Curve
- 曲线绘制的使用例子用于mfc学习,曲线的设计-Curve for the use of examples to learn mfc
CChart
- 由于经常需要在程序中绘制一些曲线,一直在找一个好用的函数库,可惜总找不到合适的。没办法,只好自己开发了一个,自己取名叫CChart,这个玩意完全基于MFC,其雏形是SourceForge.net上的那个CPlot。CChart已经从很多方面大大扩展了CPlot的功能。-As often need to draw some curves in the program, has been looking for a nice library, but unfortunately could not
Hermit
- hermit曲线的绘制,用MFC实现,自己设置-hermitHermit curve,With MFC realization, set themselves up
NTGraph
- NTGraph 用于MFC界面曲线绘制 非常方便有用-NTGraph used for the MFC interface curves is very convenient and useful
ST_Curve
- 曲线绘制控件,MFC下的,希望对初学者有益处,有帮助。-Curve drawing controls, MFC under the hope that there are benefits for beginners, there is help.
Bezier
- 利用MFC进行bezier曲线、曲面的绘制,并能拖曳控制点改变曲线形状,还有升阶的功能,最后利用bezier曲线绘制了符号@-Use MFC bezier curves were plotted surfaces, and can drag the control points to change the shape of the curve, as well as bands or function. Finally, bezier curve drawing the symbol @
Basic-graphics
- 利用MFC,进行三类工作区之间的切换,进行曲线绘制和图形填色。-Use MFC, switching between the three types of workspaces, curve drawing and graphic coloring.
DONGTAIQUXIAN
- 该程序实现了MFC下动态曲线绘制功能。在实时输入数据的情况下,进行曲线绘制。-The program implements the MFC dynamic curve drawing function. In the case of real-time input data, the curve drawing.
EX5
- MFC曲线绘制过程。了解Windows图形处理的基本原理,掌握Windows图形和文本输出。-MFC curve drawing process. Understand the basic principles of Windows graphics processing, master Windows graphics and text output.
testTeeChart
- TeeChart在VC中实时曲线绘制的应用,MFC可用画图软件-TeeChart VC in real-time curve drawing application, MFC drawing software available
Draw2DGraph
- WinCE下的MFC开发,随机产生数并通过二维曲线绘制出来(WinCE under the MFC development, random number generated and drawn through two-dimensional curves)
MFC对话框编程-正弦信号采集与曲线绘制
- 基于MFC对话框编程的正弦信号采集与曲线绘制功能的程序及源码