資源簡介
使用Qt開發的一款串口收發數據的小程序,可給大家借鑒參考。代碼中如有疑問請指出,會為你一一解答。

代碼片段和文件信息
#include?“mainwindow.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????MainWindow?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-14?13:07??Qt串口程序\
?????文件?????????183??2016-01-27?13:35??Qt串口程序\main.cpp
?????文件????????3437??2018-04-14?13:05??Qt串口程序\mainwindow.cpp
?????文件?????????591??2016-01-28?14:28??Qt串口程序\mainwindow.h
?????文件????????6578??2016-01-28?14:19??Qt串口程序\mainwindow.ui
?????文件?????????405??2016-01-28?13:49??Qt串口程序\SerialPort.pro
?????文件???????10791??2018-04-14?13:03??Qt串口程序\ui_mainwindow.h
- 上一篇:OpenCV多尺度檢測
- 下一篇:OpenGL紋理貼圖.jpg格式圖片小程序源碼
評論
共有 條評論