資源簡介
linux下利用Qt編程,調(diào)用QWT圖庫,繪制FFT重組波形,編譯方式為交叉編譯。
代碼片段和文件信息
#include?
#include“mainwindow.h“
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
???MainWindow?w;
???w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????I.A....???????294??2016-01-07?09:17??fft\fft\fft.pro
????I.A....?????27257??2016-01-07?09:17??fft\fft\fft.pro.user
????I.A....???????168??2016-01-07?09:17??fft\fft\main.cpp
????I.A....????139764??2016-01-07?09:17??fft\fft\main.o
????I.A....????499099??2016-01-07?09:17??fft\fft\mainpage
????I.A....??????4124??2016-01-07?09:17??fft\fft\mainwindow.cpp
????I.A....???????877??2016-01-07?09:17??fft\fft\mainwindow.h
????I.A....????420596??2016-01-07?09:17??fft\fft\mainwindow.o
????I.A....??????2930??2016-01-07?09:17??fft\fft\mainwindow.ui
????I.A....??????8188??2016-01-07?09:17??fft\fft\Makefile
????I.A....??????2806??2016-01-07?09:17??fft\fft\moc_mainwindow.cpp
????I.A....????171716??2016-01-07?09:17??fft\fft\moc_mainwindow.o
????I.A....???????533??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt.h
????I.A....??????1897??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_abstract_scale.h
????I.A....??????3748??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_abstract_scale_draw.h
????I.A....??????5352??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_abstract_slider.h
????I.A....??????2433??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_analog_clock.h
????I.A....??????1477??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_arrow_button.h
????I.A....???????991??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_clipper.h
????I.A....??????5241??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_color_map.h
????I.A....??????3985??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_column_symbol.h
????I.A....??????1693??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_compass.h
????I.A....??????2302??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_compass_rose.h
????I.A....??????1052??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_compat.h
????I.A....??????4701??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_counter.h
????I.A....??????3419??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_curve_fitter.h
????I.A....??????6021??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_dial.h
????I.A....??????4363??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_dial_needle.h
????I.A....??????2189??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_double_range.h
????I.A....??????2415??2016-01-07?09:17??fft\fft\qwt-6.0.1\include\qwt_dyngrid_layout.h
............此處省略69個文件信息
評論
共有 條評論