搜索资源列表
CSharpDraw
- 一个用CSHARP写绘图程序,主要用来绘制实时的曲线
clPlot
- 一个绘制实时动态曲线的好例子,可以实现多文档操作
class
- 一个绘制实时曲线的类,里面有详细的函数说明
用VB绘制实时变化的曲线
- 用VB绘制实时变化的曲线
DrawLine.用VB绘制实时变化的曲线
- 用VB绘制实时变化的曲线,根据获取的数据,编程实现自动绘制实时曲线。,VB map with real-time changes in the curve, according to data collected in real-time programming for automatic drawing curves.
article
- VC++实时曲线的绘制。功能不少,画图,保存等,很好的-VC+ Real-time Curve. Features a lot of drawing, preservation and so on, very good
VCcurve-draw
- 通过本程序,可以在界面上实时的绘制曲线与显示-Through this process, you can interface with real-time rendering curves show
CurveControl
- 绘制多条工业数据曲线,实时显示曲线并能在线读取鼠标位置坐标值,非常好用-Draw a number of industrial data curve, real-time display curve and can read the mouse position coordinates online, very easy to use
VBline
- VB实时曲线绘制,不过还有些问题,望高手指点-VB-time curve drawing, but also some problems, hope you instruct
Realtime_Curve
- TeeChart在VC中实时曲线绘制的应用:TeeChart的功能非常强大,可以建立丰富的图形表示。-TeeChart in VC in the application of real-time curve drawing: TeeChart is very powerful, can create a rich graphical representation.
clPlot
- 在坐标系中绘制多条实时曲线,以不同颜色表示,并可对绘制的图像进行打印。-Coordinate system in a number of real-time curves drawn to different colors that can be drawn images on print.
huatu123
- 这是一个很简单的曲线绘制程序,绘制随机线,但是有闪屏问题没有解决,可以供编写上位机实时曲线显示的朋友参考.-This is a very simple curve drawing program, drawing random lines, but there are splash screen problem is not resolved, can be used for the preparation of host computer real-time curves show a fri
DataShowClass
- 主要功能: 1.动态显示数据。在类中定义了两个大小为2000的double型数值。可显示小于2000组的X,Y数据。动态显示的原理为实时更新数据。只要更新x,y数据,在显示界面就会及时显示。 2.数据捕捉功能。当鼠标靠近数据点时,十字线会绘制一个红色的矩形捕捉框。 3.支持曲线平移,缩放,网格开关,时间显示以及文字说明。平移时,按住右键拖动鼠标;缩放时按住鼠标中键拖动鼠标。 4.支持颜色设置,具体可看弹出菜单。双击鼠标右键,弹出菜单可进行相应的操作。 5.类主要封装了一些设置
real-timecurve
- 读取串口实时数据,并根据通信协议接收设备传来的数据值,根据数据定义绘制相应的数据实时曲线。-Read the serial real-time data communication protocol based on data from the value of the receiving device, according to data definition real-time data to draw the corresponding curve.
SDFGDGSDFG
- 在VB中绘制实时曲线是比较难的,一般要应用第三方控件或是Windows API函数来完成,但是如果你对实时曲线的要求不是很高,只要能表示出当前的一般情况的话,我们可以直接应用VB提供给我们的空间来完成。 -Curve in VB is more difficult to draw real-time, usually to apply third-party controls or the Windows API function to complete, but if you are the
TeeChart-in-VC-
- TeeChart在VC中实时曲线绘制的应用_记忆空间_百度空间.txt-TeeChart in VC in the application of real-time Curve memory space _ _ Baidu space. Txt
Real-time-curve-to-draw-
- 可以绘制实时曲线绘制,使绘制曲线的方法更加简单,方便,快捷。-Real-time curve to draw a real-time curve plotting the real-time curves
sin
- 在窗口中绘制一条正弦实时曲线,并带有游标。-Real-time drawing a sinusoidal curve in the window, and with a cursor.
VB使用API在内存中绘制曲线再显示到图片框上
- VB6开发环境用API在内存绘制实时曲线,整体复制到前台,速度快,效率高(In VB6, it is a high efficiency way to draw real time curve)
实时绘制曲线平移(vb源码)
- 一款实时绘制曲线平移的vb源码,稍加修改就可以很好的移植到自己的实际工程项目中,节省大量开发时间。 文件包中附有可执行的EXE文件,可查看演示效果。