• 大小: 1.21MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-01-03
  • 语言: C/C++
  • 标签:

资源简介

用C++实现了GPS几种通用格式文件的读取

资源截图

代码片段和文件信息

#include “string.h“
#include “CommonFun.h“

bool cpstr(char* destchar* srcint mint nint len) 
//把src[]的m至n之间的字符复制到dest[]中len为dest[]长度
{
for(int i=0;i dest[i]=‘\0‘;

if((int)strlen(src)n||m<0)
return 0;
else
memcpy(destsrc+mn-m+1);
return 1;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        304  2011-05-30 18:23  Read_Rinex\CommonFun.cpp

     文件        159  2011-05-30 11:18  Read_Rinex\CommonFun.h

     文件       1111  2011-05-30 20:38  Read_Rinex\CommonStruct.h

     文件       2188  2011-05-30 18:24  Read_Rinex\Debug\CommonFun.obj

     文件          0  2011-05-30 18:24  Read_Rinex\Debug\CommonFun.sbr

     文件     138581  2011-06-15 14:40  Read_Rinex\Debug\Main.obj

     文件          0  2011-06-15 14:40  Read_Rinex\Debug\Main.sbr

     文件      31387  2011-05-30 20:38  Read_Rinex\Debug\ReadNavFun.obj

     文件          0  2011-05-30 20:39  Read_Rinex\Debug\ReadNavFun.sbr

     文件      56007  2011-06-15 21:35  Read_Rinex\Debug\ReadObsFun.obj

     文件          0  2011-06-15 21:35  Read_Rinex\Debug\ReadObsFun.sbr

     文件      27266  2011-05-30 21:48  Read_Rinex\Debug\ReadSp3Fun.obj

     文件          0  2011-05-30 21:48  Read_Rinex\Debug\ReadSp3Fun.sbr

     文件     640000  2011-06-15 21:35  Read_Rinex\Debug\Read_Rinex.bsc

     文件     618557  2011-06-15 21:35  Read_Rinex\Debug\Read_Rinex.exe

     文件     859432  2011-06-15 21:35  Read_Rinex\Debug\Read_Rinex.ilk

     文件    2641156  2011-05-30 21:50  Read_Rinex\Debug\Read_Rinex.pch

     文件    1418240  2011-06-01 15:51  Read_Rinex\Debug\Read_Rinex.pdb

     文件     115712  2011-06-20 20:38  Read_Rinex\Debug\vc60.idb

     文件     159744  2011-06-01 15:51  Read_Rinex\Debug\vc60.pdb

     文件        623  2011-06-01 15:51  Read_Rinex\Main.cpp

     文件          0  2011-05-30 17:32  Read_Rinex\ReadNav.cpp

     文件       2369  2011-05-30 18:23  Read_Rinex\ReadNav.h

     文件       5302  2011-05-30 18:53  Read_Rinex\ReadNavFun.cpp

     文件        218  2011-05-30 18:37  Read_Rinex\ReadNavFun.h

     文件       3042  2011-05-30 20:36  Read_Rinex\ReadObs.h

     文件      10671  2011-05-30 18:48  Read_Rinex\ReadObsFun.cpp

     文件        231  2011-05-30 18:23  Read_Rinex\ReadObsFun.h

     文件        706  2011-05-30 21:39  Read_Rinex\ReadSp3.h

     文件       2169  2011-05-30 21:48  Read_Rinex\ReadSp3Fun.cpp

............此处省略11个文件信息

评论

共有 条评论

相关资源