搜索资源列表
以曲线或柱状图实时显示数据的控件代码
- 这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。-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
VC 打印控制曲线
- 一个基于vc打印温度控制曲线的程序,采用串行通信,方便好用,便于修改-a print-based temperature control curve of the procedures used serial communications to facilitate ease of use, ease of revision
正弦曲线
- 这是一个用汇编语言编写的程序,功能是运行后显示正弦曲线-This is a compilation of language used in the preparation of procedures, functions running shows sinusoid
一个用于工业曲线显示的控件源码
- 在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的总多的控件中间最完美的,就像工业仪表控件数世纪飞扬一样,另我爱不释手。在很多技术论坛,如果有很多人需要用到曲线显示控件我都会将这个推荐给他们,确实,这个无论从界面美观还是程序的专业性方面都是无可挑剔的。 这个控件的下载地址在本论坛的一个资源提供的帖子中间,地址是: http://www.vccode.com/showthrea
实时曲线显示
- 用VB开发的,可实现动态曲线显示的程序,可做趋势,可实现数据的动态刷新-VB development, dynamic curve shows the procedures do trends, the data can be dynamically refreshed
最小二乘曲线拟和
- 最小二乘曲线拟和,是偏最小二乘拟和聚类的关键步骤之一 -least squares curve fitting, partial least squares fitting Clustering one of the key steps
很好的多曲线显示控件
- 该代码控件提供了很好的多曲线显示控件,为绘制程序提供很好的显示。-The code provides a good control over the curve display control for mapping procedures provide a good show.
动态地画曲线
- 是我用来做数据处理软件的一部分,用来显示拟合的曲线,并根据曲线变化作出相应动作-I used to do data processing software part, used to show the curve fitting, According curve and the corresponding changes in action
以曲线或柱状图实时显示数据的控件ColorPlot
- 以曲线或柱状图实时显示数据的控件ColorPlot.rar-a curve or histogram display real-time data control ColorPlot.rar
显示曲线的二维坐标系
- 显示曲线的二维坐标系
用ATL编写的ActiveX控件曲线
- 用ATL编写的ActiveX控件曲线 -with ATL prepared by the ActiveX control used ATL curve prepared by the ActiveX control curve
用ATL编写的ActiveX控件曲线演示
- 用ATL编写的ActiveX控件曲线演示 -with ATL prepared by the ActiveX control used to demonstrate ATL curve prepared by the ActiveX control curve demo
Windows程序之滚动的正弦曲线(一)
- Windows程序之滚动的正弦曲线(一)-Windows procedures rolling sine curve (a)
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
一个用鼠标调整曲线控件
- 该代码提供了一个很好的曲线显示控件,可以使用鼠标对曲线上点进行拖动修改。-The code provides a good curve shows controls, you can use the right mouse curve points Drive changes.
平滑曲线表生成与显示类
- 可重用源代码。继承自CEdit类,可生成平滑曲线。任意添加控制点。-reusable source code. CEdit inherited from the category, which will generate a smooth curve. Add new control points.
绘制正弦曲线
- 本程序绘制规则曲线,绘制正弦曲线和余弦曲线,并可以通过设置振幅和频率来改变曲线的参数。
实时绘制曲线类
- 可以实时绘制曲线的类
动态绘制曲线
- 获取数据动态生成曲线
使用GDI+画贝塞尔曲线
- 本代码演示如何通过在.Net中利用GDI+来绘制贝塞尔曲线。