-
大小: 276KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-05-28
- 语言: 其他
- 标签: qcustomplot 平滑曲线
资源简介
在QCustomPlot中,并没有为我们提供平滑曲线,所以需要我们改造它,这是已修改的源码,可以绘制平滑曲线
代码片段和文件信息
/***************************************************************************
** **
** QCustomPlot an easy to use modern plotting widget for Qt **
** Copyright (C) 2011-2017 Emanuel Eichhammer **
** **
** This program is free software: you can redistribute it and/or modify **
** it under the terms of the GNU General Public License as published by **
** the Free Software Foundation either version 3 of the License or **
** (at your option) any later version. **
** **
** This program is distributed in the hope that it will be useful **
** but WITHOUT ANY WARRANTY; without even the implied warranty of **
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
** GNU General Public License for more details. **
** **
** You should have received a copy of the GNU General Public License **
** along with this program. If not see http://www.gnu.org/licenses/. **
** **
****************************************************************************
** Author: Emanuel Eichhammer **
** Website/Contact: http://www.qcustomplot.com/ **
** Date: 04.09.17 **
** Version: 2.0.0 **
****************************************************************************/
#include “qcustomplot.h“
/* including file ‘src/vector2d.cpp‘ size 7340 */
/* commit 9868e55d3b412f2f89766bb482fcf299e93a0988 2017-09-04 01:56:22 +0200 */
////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////// QCPVector2D
////////////////////////////////////////////////////////////////////////////////////////////////////
/*! \class QCPVector2D
\brief Represents two doubles as a mathematical 2D vector
This class acts as a replacement for QVector2D with the advantage of double precision instead of
single and some convenience methods tailored for the QCustomPlot library.
*/
/* start documentation of inline functions */
/*! \fn void QCPVector2D::setX(double x)
Sets the x coordinate of this vector to \a x.
\see setY
*/
/*! \fn void QCPVector2D::setY(double y)
Sets the y coordinate of this vector to \a y.
\see setX
*/
/*! \fn double QCPVector2D::length() const
Returns the length of this vector.
\see lengthSquared
*/
/*! \fn double QCPVector2D::lengthSquared() const
Returns the squared lengt
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-06-28 09:56 qcustomplot\
文件 1119151 2020-06-10 17:12 qcustomplot\qcustomplot.cpp
文件 272872 2020-06-11 08:06 qcustomplot\qcustomplot.h
文件 59 2020-06-28 09:57 qcustomplot\readme.txt
- 上一篇:压缩TTF文件
- 下一篇:模糊神经网络,结合模糊算法与神经网络算法进行预
相关资源
- QT+opencv图像增强,包括高斯平滑,中
- 贝塞尔曲线之波浪效果
- h5画布动态添加点连接成贝塞尔曲线
- 几种经典的图像平滑去噪算法程序
- 基于Qt的实时曲线绘制
- 绘制平滑与折线曲线
- 三次样条插值C程序,三次样条插值将
- 频率平滑循环周期图估计谱相关函数
- 步进电机 加减速 平滑启动 加速度
- QCustomPlot
- 五点三次平滑算法
- JS_touch事件dom元素对象垂直滑动与水平
- qcustomplot鼠标点击后在坐标轴显示值
- K领域+方向+平滑滤波
- QT中利用QCustomPlot类画曲线图
- ARIMA与指数平滑在GDP预测中的应用
- Launcher修改实现左右循环滑动、壁纸的
- EGCG对IL-6诱导大鼠血管平滑肌细胞产生
- QCustomPlot时间横坐标轴动态刷新unti<
- GM-PHD平滑滤波
- 根据散点拟合贝塞尔曲线
- 单行文本水平滑动/文本折叠点击展开
- 发动机数据监测软件模拟数据.zip
- 可用动态曲线图加强版.zip
- 贝塞尔曲线及其控制点生成
- Unity 贝塞尔曲线编辑器
- 点的三维网格化转换为平滑的三维图
- bfilter2灰度及彩色图像Bilateral滤波实现
评论
共有 条评论