91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5.52MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-11-01
  • 語言: 其他
  • 標簽: IONEX數據??VS2010??C++??

資源簡介

本程序可以讀取電離層IONEX數據,可以運行,程序流暢簡潔,清楚易懂

資源截圖

代碼片段和文件信息

#include?“Ionex_struct.h“

using?namespace?std;

void?main()
{
//char?*path=“F:\\1.txt“;
fstream?file;
file.open(“1.txt“ios::in|ios::out?);
if(!file.eof())??cout<<“文件打開錯誤!“;

while(1)
{
string?str;
getline(filestr‘\n‘);
if(str.find(“END?OF?HEADER“)?!=string::npos)
break;
}

vector?ndata;
while(1)
{
string?str1;
IonRec?rec_tmp;
getline(filestr1‘\n‘);
if(str1.find(“END?OF?FILE“)?!=string::npos)
break;
else
{
rec_tmp.num_of_map=atoi(str1.substr(06).c_str());??//讀num_of_map
Read_Rec(filerec_tmp);
ndata.push_back(rec_tmp);
}
}
file.close();
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????119296??2014-03-17?09:29??Read_Ionex\Debug\Read_Ionex.exe

?????文件?????791564??2014-03-17?09:29??Read_Ionex\Debug\Read_Ionex.ilk

?????文件????1117184??2014-03-17?09:29??Read_Ionex\Debug\Read_Ionex.pdb

?????文件???24313856??2014-03-17?09:28??Read_Ionex\ipch\read_ionex-2953bf25\read_ionex-75505c6a.ipch

?????文件??????34331??2014-03-17?09:01??Read_Ionex\Read_Ionex\1.txt

?????文件???????1498??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\cl.command.1.tlog

?????文件??????24046??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\CL.read.1.tlog

?????文件???????1262??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\CL.write.1.tlog

?????文件??????????2??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link-cvtres.read.1.tlog

?????文件??????????2??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link-cvtres.write.1.tlog

?????文件??????????2??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.6240-cvtres.read.1.tlog

?????文件??????????2??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.6240-cvtres.write.1.tlog

?????文件??????????2??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.6240.read.1.tlog

?????文件??????????2??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.6240.write.1.tlog

?????文件???????1924??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.command.1.tlog

?????文件???????3616??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.read.1.tlog

?????文件???????1194??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\link.write.1.tlog

?????文件?????354926??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\main.obj

?????文件????????446??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\mt.command.1.tlog

?????文件????????418??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\mt.read.1.tlog

?????文件????????418??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\mt.write.1.tlog

?????文件????????646??2014-03-17?09:13??Read_Ionex\Read_Ionex\Debug\rc.command.1.tlog

?????文件????????390??2014-03-17?09:13??Read_Ionex\Read_Ionex\Debug\rc.read.1.tlog

?????文件????????398??2014-03-17?09:13??Read_Ionex\Read_Ionex\Debug\rc.write.1.tlog

?????文件???????2565??2014-03-17?09:13??Read_Ionex\Read_Ionex\Debug\Read_Ionex.Build.CppClean.log

?????文件????????406??2014-03-17?09:13??Read_Ionex\Read_Ionex\Debug\Read_Ionex.exe.embed.manifest

?????文件????????472??2014-03-17?09:13??Read_Ionex\Read_Ionex\Debug\Read_Ionex.exe.embed.manifest.res

?????文件????????381??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\Read_Ionex.exe.intermediate.manifest

?????文件?????????79??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\Read_Ionex.lastbuildstate

?????文件???????2450??2014-03-17?09:29??Read_Ionex\Read_Ionex\Debug\Read_Ionex.log

............此處省略23個文件信息

評論

共有 條評論