資源簡介
自己結合網上的各種資料寫出的具有基本串口調試工具功能的小程序,注釋清楚,過程清晰,希望對初學者有所幫助。

代碼片段和文件信息
#include?“mainwindow.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????MainWindow?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????183??2017-08-15?10:33??serialport2\main.cpp
?????文件??????10254??2017-08-17?10:13??serialport2\mainwindow.cpp
?????文件???????1161??2017-08-17?10:04??serialport2\mainwindow.h
?????文件????????376??2017-08-15?10:38??serialport2\serialport.pro
?????文件??????23838??2017-08-23?15:13??serialport2\serialport.pro.user
?????目錄??????????0??2017-08-23?15:13??serialport2
-----------?---------??----------?-----??----
????????????????35812????????????????????6
- 上一篇:Qml寫的文件瀏覽器
- 下一篇:如何在CCS上實現FFT的運算
評論
共有 條評論