搜索资源列表
CSharpDraw
- 一个用CSHARP写绘图程序,主要用来绘制实时的曲线
Test
- 该代码可以实现实时的绘制曲线。比如实现多点的水压流量监测!
clPlot
- 一个绘制实时动态曲线的好例子,可以实现多文档操作
class
- 一个绘制实时曲线的类,里面有详细的函数说明
hclock
- 一个简单的时钟程序 采用GDI绘制图形,能够实现实时显示时间,初学者的东西
用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
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.
SShuitu
- 实时绘制波形图像。压缩包里有使用说明,源码有很多注释很容易看明白-Waveform images, real-time rendering
wave
- 三维波浪模拟, 建模之后进行实时绘制-3d wave simulate
draw
- 可以根据输入的数据实时绘制曲线图,数据的输入调用Draw类里面的updateValue来实现-According to the input data real-time rendering graphs, data entry called Draw class inside updateValue to achieve
VB使用API在内存中绘制曲线再显示到图片框上
- VB6开发环境用API在内存绘制实时曲线,整体复制到前台,速度快,效率高(In VB6, it is a high efficiency way to draw real time curve)
实时绘制曲线平移(vb源码)
- 一款实时绘制曲线平移的vb源码,稍加修改就可以很好的移植到自己的实际工程项目中,节省大量开发时间。 文件包中附有可执行的EXE文件,可查看演示效果。