資源簡介
好東西, GPS數據采集程序.zip,可以輕松實現
代碼片段和文件信息
/*
** FILENAME ConfigDlg.cpp
**
** PURPOSE Here?the?ports?can?be?configured
**
** CREATION?DATE 15-09-1997
** LAST?MODIFICATION 12-11-1997
**
** AUTHOR Remon?Spekreijse
**
*/
#include?“stdafx.h“
#include?“resource.h“
#include?“ConfigDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CConfigDlg?dialog
CConfigDlg::CConfigDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CConfigDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CConfigDlg)
m_strBaudRate?=?_T(““);
m_strDataBits?=?_T(““);
m_strParity?=?_T(““);
m_strStopBits?=?_T(““);
m_strComm?=?_T(“COM1“);
//}}AFX_DATA_INIT
}
CConfigDlg::CConfigDlg(CWnd*?pParent?DCB?dcb)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-07-24?21:02??第5章??GPS數據采集程序\
?????文件????????2664??2002-11-06?08:10??第5章??GPS數據采集程序\ConfigDlg.cpp
?????文件????????1444??2002-11-06?08:09??第5章??GPS數據采集程序\ConfigDlg.h
?????文件????????1933??2002-11-07?05:03??第5章??GPS數據采集程序\datetime.cpp
?????文件?????????325??2002-11-07?05:03??第5章??GPS數據采集程序\datetime.h
?????目錄???????????0??2010-07-16?17:52??第5章??GPS數據采集程序\Debug\
?????文件????????2098??2002-11-05?01:08??第5章??GPS數據采集程序\font.cpp
?????文件????????1461??2002-11-05?01:08??第5章??GPS數據采集程序\font.h
?????文件????????4466??2002-11-07?18:27??第5章??GPS數據采集程序\GPS.clw
?????文件????????4370??2002-11-06?19:32??第5章??GPS數據采集程序\GPS.cpp
?????文件????????6405??2002-11-07?05:02??第5章??GPS數據采集程序\GPS.dsp
?????文件?????????619??2002-11-05?01:45??第5章??GPS數據采集程序\GPS.dsw
?????文件????????1344??2002-11-04?22:11??第5章??GPS數據采集程序\GPS.h
?????文件????????3210??2002-12-02?19:11??第5章??GPS數據采集程序\GPS.plg
?????文件???????35709??2002-11-06?19:35??第5章??GPS數據采集程序\GPS.rc
?????文件??????151552??2002-11-07?18:27??第5章??GPS數據采集程序\GPSData.mdb
?????文件????????1703??2002-11-03?06:25??第5章??GPS數據采集程序\GPSDoc.cpp
?????文件????????1483??2002-11-03?06:26??第5章??GPS數據采集程序\GPSDoc.h
?????文件????????1566??2002-11-04?20:55??第5章??GPS數據采集程序\GPSSet.cpp
?????文件????????1344??2002-11-04?20:55??第5章??GPS數據采集程序\GPSSet.h
?????文件????????4000??2002-11-07?05:00??第5章??GPS數據采集程序\GPSView.cpp
?????文件????????2148??2002-11-07?04:54??第5章??GPS數據采集程序\GPSView.h
?????文件????????7757??2002-11-07?18:26??第5章??GPS數據采集程序\MainFrm.cpp
?????文件????????1884??2002-11-06?22:56??第5章??GPS數據采集程序\MainFrm.h
?????文件???????14224??2002-11-05?01:08??第5章??GPS數據采集程序\msdgridctrl.cpp
?????文件????????4837??2002-11-05?01:08??第5章??GPS數據采集程序\msdgridctrl.h
?????文件????????1128??2002-11-05?01:08??第5章??GPS數據采集程序\picture.cpp
?????文件????????1295??2002-11-05?01:08??第5章??GPS數據采集程序\picture.h
?????文件???????12292??2002-11-05?01:31??第5章??GPS數據采集程序\rdc.cpp
?????文件????????4032??2002-11-05?01:31??第5章??GPS數據采集程序\rdc.h
?????文件????????4420??2002-11-03?06:25??第5章??GPS數據采集程序\ReadMe.txt
............此處省略10個文件信息
- 上一篇:IAR 8051案例程序
- 下一篇:adc.hex的燒寫文件
評論
共有 條評論