• 大小: 0.75M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


linux下利用Qt编程,调用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个文件信息

评论

共有 条评论