-
大小: 348KB文件类型: .rar金币: 1下载: 0 次发布日期: 2021-05-19
- 语言: 其他
- 标签: qt QCustomPlot 实时曲线
资源简介
利用第三方类QCustomPlot在Qt环境中进行实时曲线绘制
代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 195 2015-12-18 04:42 Qt-real-time-plot-master\README.md
文件 35147 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\GPL.txt
文件 172 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\main.cpp
文件 5399 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\mainwindow.cpp
文件 869 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\mainwindow.h
文件 1013 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\mainwindow.ui
文件 850461 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\qcustomplot.cpp
文件 149234 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\qcustomplot.h
文件 420 2015-12-18 04:42 Qt-real-time-plot-master\RealTimePlot\RealTimePlot.pro
文件 183 2016-07-27 01:30 RealtimeDataDemo\main.cpp
文件 3899 2016-07-27 01:33 RealtimeDataDemo\mainwindow.cpp
文件 400 2016-07-27 01:33 RealtimeDataDemo\mainwindow.h
文件 1190 2016-07-27 01:34 RealtimeDataDemo\mainwindow.ui
文件 851667 2015-12-22 08:02 RealtimeDataDemo\qcustomplot.cpp
文件 149282 2015-12-22 08:02 RealtimeDataDemo\qcustomplot.h
文件 446 2016-07-27 01:31 RealtimeDataDemo\RealtimeDataDemo.pro
目录 0 2016-07-26 14:37 Qt-real-time-plot-master\RealTimePlot
目录 0 2016-07-26 14:37 Qt-real-time-plot-master
目录 0 2016-07-27 01:37 RealtimeDataDemo
----------- --------- ---------- ----- ----
2049977 19
- 上一篇:KNN手写识别代码
- 下一篇:仿菜谱精灵微信小程序
评论
共有 条评论