-
大小: 276KB文件类型: .zip金币: 2下载: 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文件
- 下一篇:模糊神经网络,结合模糊算法与神经网络算法进行预
相关资源
- 指数平滑算法
- IPV4向IPV6平滑过渡毕业论文
- 原生3次贝塞尔曲线算法地图
- 贝塞尔曲线的unity3d实现
- 贝塞尔曲线效果图动态-娱乐
- QCustomPlot下载278871
- 贝塞尔曲线函数 曲线平滑算法
- 爱的贝塞尔曲线浪漫告白Demo
- qt下超强绘图控件 QCustomPlot
- Arcmap 10.0中文字体、平滑线插件ECCar
- 2D平滑放大显示的ImageView
- qt下超强绘图控件 - QCustomPlot
- qcustomplot_demo4.zip
- qcustomplot_realtime.zip
- OpenGL程序绘制贝塞尔曲线
- 平滑伪Wigner-Ville分布,可以运行。
- 图片浏览带水平滑动的GridView和带ga
- arcgis10.0等高线平滑处理
- QT+OpenGL开发而成,能以点,线,面,
- QCustomPlot 实验demo
- 彩色图像处理
- QCustomPlotDemo范例
- Opencv3.4SUFR纵向图像平滑拼接
- 仿拼多多,淘宝水平滑动宫格,自定
- 类似滴滴打车,多辆小车在地图上平
- 贝叶斯滤波与平滑
- MUSIC空间平滑解相干算法
- CustomPlotTest.zip
- 机械臂避障路径规划仿真 路径平滑
- 贝塞尔曲线编辑器——个人版
评论
共有 条评论