-
大小: 1.79MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-09-28
- 語言: 其他
- 標(biāo)簽: GPGGA??標(biāo)準(zhǔn)差??數(shù)據(jù)提取??
資源簡介
從包含有GPGGA的GPS數(shù)據(jù)流中提取GPGGA數(shù)據(jù),并且計(jì)算固定解時的1,2,3倍標(biāo)準(zhǔn)差,提高數(shù)據(jù)處理效率

代碼片段和文件信息
//?file_path_test.cpp?:?Defines?the?entry?point?for?the?console?application.
//
//#include?“stdafx.h“
#include?
using?namespace?std;
#include?
int?main(int?argc?char*?argv[])
{
while(1)
{
locale::global(locale(““));//將全局區(qū)域設(shè)為操作系統(tǒng)默認(rèn)區(qū)域
char?dbFileName[128]={0};
printf(“請輸入文件路徑及名稱\n“);
FILE?*pread=NULL;
gets(dbFileName);
printf(“%s“dbFileName);
char?*temp?=dbFileName;
if?(*temp==‘“‘)
{
int?n=strlen(dbFileName);
dbFileName[n-1]=‘\0‘;
temp++;
pread=fopen(temp“r“);
// cout<
}
else
pread=fopen(dbFileName“r“);
locale::global(locale(“C“));//還原全局區(qū)域設(shè)定
if?(pread!=NULL)
printf(“文件打開成功!!!\n“);
else
printf(“文件打開失敗,請檢查路徑名,不能有空格!!!\n“);
}
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????520253??2014-03-24?23:25??stdev_calc_fixed\Debug\file_path_test.exe
?????文件?????757224??2014-03-24?23:25??stdev_calc_fixed\Debug\file_path_test.ilk
?????文件??????17015??2014-03-24?23:25??stdev_calc_fixed\Debug\file_path_test.obj
?????文件????2013088??2014-03-24?23:25??stdev_calc_fixed\Debug\file_path_test.pch
?????文件????1082368??2014-03-24?23:25??stdev_calc_fixed\Debug\file_path_test.pdb
?????文件?????602169??2014-06-10?18:33??stdev_calc_fixed\Debug\test.exe
?????文件?????835168??2014-06-10?18:33??stdev_calc_fixed\Debug\test.ilk
?????文件?????213558??2014-06-10?18:32??stdev_calc_fixed\Debug\test.obj
?????文件????2944232??2014-06-10?18:32??stdev_calc_fixed\Debug\test.pch
?????文件????1164288??2014-06-10?18:33??stdev_calc_fixed\Debug\test.pdb
?????文件??????91136??2014-06-10?18:32??stdev_calc_fixed\Debug\vc60.idb
?????文件?????126976??2014-06-10?18:26??stdev_calc_fixed\Debug\vc60.pdb
?????文件????????817??2014-03-24?23:25??stdev_calc_fixed\file_path_test.cpp
?????文件???????3497??2014-03-24?23:25??stdev_calc_fixed\file_path_test.dsp
?????文件????????551??2014-03-24?23:26??stdev_calc_fixed\file_path_test.dsw
?????文件??????33792??2014-03-24?23:26??stdev_calc_fixed\file_path_test.ncb
?????文件??????48640??2014-03-24?23:26??stdev_calc_fixed\file_path_test.opt
?????文件???????1199??2014-03-24?23:25??stdev_calc_fixed\file_path_test.plg
?????文件???????7148??2014-06-10?18:33??stdev_calc_fixed\test.cpp
?????文件???????3377??2014-03-24?23:26??stdev_calc_fixed\test.dsp
?????文件????????531??2014-03-24?23:32??stdev_calc_fixed\test.dsw
?????文件??????50176??2014-06-10?18:33??stdev_calc_fixed\test.ncb
?????文件??????54784??2014-06-10?18:33??stdev_calc_fixed\test.opt
?????文件???????1125??2014-06-10?18:26??stdev_calc_fixed\test.plg
?????目錄??????????0??2014-06-10?18:33??stdev_calc_fixed\Debug
?????目錄??????????0??2014-06-19?15:57??stdev_calc_fixed
-----------?---------??----------?-----??----
?????????????10573112????????????????????26
評論
共有 條評論