资源简介
利用第三方类的运行在window操作系统的串口收发程序,编程软件是qt4.
代码片段和文件信息
#include
#include “qtcomassist.h“
int main(int argc char *argv[])
{
QApplication a(argc argv);
QtComAssist w;
w.show();
a.connect(&a SIGNAL(lastWindowClosed()) &a SLOT(quit()));
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 240 2008-11-06 23:12 QtComAssist\main.cpp
....... 6528 2007-09-06 00:47 QtComAssist\qextserialba
....... 6873 2007-09-06 00:47 QtComAssist\qextserialba
....... 3260 2007-09-06 00:47 QtComAssist\qextserialport.cpp
....... 867 2007-09-06 00:47 QtComAssist\qextserialport.h
....... 5660 2008-11-20 14:18 QtComAssist\qtcomassist.cpp
....... 1486 2008-11-20 14:03 QtComAssist\qtcomassist.h
....... 11857 2008-11-20 11:01 QtComAssist\qtcomassist.ui
....... 34848 2007-09-06 00:47 QtComAssist\win_qextserialport.cpp
....... 4476 2007-09-06 00:47 QtComAssist\win_qextserialport.h
目录 0 2008-12-06 00:23 QtComAssist
----------- --------- ---------- ----- ----
76095 11
- 上一篇:二十四点游戏
- 下一篇:基于AT89C51的电子密码锁的设计
评论
共有 条评论