搜索资源列表
以曲线或柱状图实时显示数据的控件代码
- 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。-This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, negative, showing the scope of th
一个用于工业曲线显示的控件源码
- 在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的总多的控件中间最完美的,就像工业仪表控件数世纪飞扬一样,另我爱不释手。在很多技术论坛,如果有很多人需要用到曲线显示控件我都会将这个推荐给他们,确实,这个无论从界面美观还是程序的专业性方面都是无可挑剔的。 这个控件的下载地址在本论坛的一个资源提供的帖子中间,地址是: http://www.vccode.com/showthrea
实时曲线显示
- 用VB开发的,可实现动态曲线显示的程序,可做趋势,可实现数据的动态刷新-VB development, dynamic curve shows the procedures do trends, the data can be dynamically refreshed
以曲线或柱状图实时显示数据的控件ColorPlot
- 以曲线或柱状图实时显示数据的控件ColorPlot.rar-a curve or histogram display real-time data control ColorPlot.rar
dongtaixianshi
- 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。 -This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, negative, showing the scope
RealtimeGraph
- 一个实时二维的曲线显示界面-a real-time two-dimensional curve Display Interface
MultiColorPlotCtrl
- 最近在网络上面找一些实时曲线显示的控件,找了很多类似WINDOWS2000 CPU利用率的功能控件,但是功能上面总有些局限性,于是在参考代码的基础上写了这个CMultiColorPlot实时曲线功能类,提供LINE和BAR两种曲线功能.-recently in the above networks find some real-time curve, the controls, find a lot of similar Windows2000 CPU utilization of the fu
shixian.rar
- 该程序可以实时显示外部接受的数据,相比mschart控件制作的实时曲线效果较佳,没有闪烁问题。显示的背景,坐标值,以及曲线的颜色等都可以更改,非常棒,The program can accept an external real-time display of data, compared to controls mschart produced better results in real-time curve, there is no flicker problem. Shown in th
WJ5EG1
- VC mFC 对话框 动态曲线实时仿真系统,运用定时器,动态绘制曲线图。-VC mFC dialog box, real-time simulation system of dynamic curves and dynamic graph drawing.
plotdemo2
- visual c++ plot实时曲线显示,可以动态显示当前采集值-visual c++ plot real-time curve, it can be collected dynamically displays the current value
CPU_graph
- 实时曲线显示cpu使用情况,vb编的,很简单,看看你就明白了。-Real-time curve shows cpu usage, vb series, simply put, to see you understand.
1174500285_ddvip_6578
- 实时曲线绘制例程 二维曲线 动态显示-Real-time curve drawing routine two-dimensional curve of dynamic display
vb_realtime_plot
- 在vb6下实现实时曲线显示,可以方便用于工控实时监视!-In vb6 achieve real-time curves, it can be easily used for industrial control real-time monitoring!
chartTest
- 一个用API设计的实时曲线显示类,这样既可以在基于SDK应用开发应用,又可以在MFC框架中应用。含测试例子-A real-time curve with the API design show class, both to SDK-based application development and application, but also in the MFC application framework. Test case with
201011510135652
- 实时曲线显示,主要用于底层设备数据采集后,形成实时曲线显示 -Real-time curve showed that the underlying device is mainly used for data collection, the formation of real-time curve display
905657878
- 用VB开发工控软件(HMI)时,经常需要对工艺参数进行趋势曲线的显示,这通常需要使用控件来实现,自然有第三方提供的控件,但那是需要付费的,并且有的使用情况并不理想,自己开发的话又差强人意,这里提供一个实时曲线显示的程序,给大家以启发。通过对程序的修改,可以很方便的应用到实际工程中去-VB-industrial control software (HMI), we often need to process parameters for the display of the trend curve
ThreeDimForce
- 三维力传感器采集数据界面,集数据采集与动态实时曲线显示于一身,同时可将采集的数据缓存为TXT文本进行保存,使用数据采集卡NET2801传输数据,图像控件teechart8,编辑环境VS2010-Dimensional force sensor to collect data interface, set the data acquisition and dynamic real-time curve displayed in one, while the collected data can b
DlgDll
- 对话框调用动态链接库(DLL)中的对话框资源,含模态对话框和非模态对话框示例,调用的对话框集成了曲线的绘制,可类似于绘图插件,应用于数值计算中曲线的实时动态显示;稍作修改还可应用于程序中循环变量(2D&3D)的实时动态显示。程序参考了网络两个作者的相关代码并集成,在此感谢!(The dialog box call dynamic link library (DLL) in the dialog resources, including modal dialog and non modal
实时数据显示
- (1) 添加曲线条数属性(在一个坐标轴上,一次可画多条曲线,1~MAX_CURVECOUNT 条可设置。) 注意:设置条数后,每条曲线都会画(即使没有用 AddValue 添加值!添加 blnShouldDrawCurve 变量决定是否要画出), 不过,建议想画出多少就设置多少,不要有多余的。 (2) 曲线颜色 属性改动,支持多条曲线不同颜色((1) add the property of the number of curves (on one axis, one can draw a
串口采集程序4(封装好)
- 通过串口采集数据,用曲线控件显示,可以实时显示,类似示波器,可以放大,缩小,平移(Data can be collected through serial port and displayed by curve control. It can be displayed in real time. Similar to oscilloscope, it can be enlarged, reduced and shifted.)