資源簡介
在qt中繪制過指定點集的曲線
功能:1.過指定點集 2.繪制曲線
可能問題:曲線不夠平滑

代碼片段和文件信息
#include?“mainwindow.h“
#include?
#include?“globeinclude.h“
int?main(int?argc?char?*argv[])
{
QApplication?a(argc?argv);
????MainWindow?m;
m.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????992??2018-12-07?10:55??globeinclude.h
?????文件?????????202??2018-12-04?11:22??main.cpp
?????文件????????3771??2018-12-11?09:13??mainwindow.cpp
?????文件?????????739??2018-12-10?18:32??mainwindow.h
?????文件????????1307??2018-12-04?11:22??mainwindow.ui
?????文件?????????873??2018-12-07?11:30??MyQtTest.pro
- 上一篇:vtk中三視圖顯示
- 下一篇:編程常用英文單詞匯總
評論
共有 條評論