资源简介
本程序可以读取电离层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\li
文件 2 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 2 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 2 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 2 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 2 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 1924 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 3616 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 1194 2014-03-17 09:29 Read_Ionex\Read_Ionex\Debug\li
文件 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.em
文件 472 2014-03-17 09:13 Read_Ionex\Read_Ionex\Debug\Read_Ionex.exe.em
文件 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个文件信息
相关资源
- QT实现图书馆管理系统
- 基于opencv2.4.3、VS2010的背景差分法目标
- 武汉理工大学数据结构与算法实验,
- 游戏编程 C小程序 猫捉老鼠
- 开源写日志库 easylogging
- 最完整的qq参赛作品
- 排座管理系统
- 用qt写的酒店管理系统
- 房屋出租管理系统,用VS2010编译的
- OpenGL 超酷三维动画DEMO
- USB转SPI上位机源码
- 图像水表指针识别,水表的指针识别
- 剑指offer源码及测试用例
- 单文档多视图与相互切换
- 数据结构之图书管理系统
- 图论:最短路径+最小生成树+中心度计
- IrisSkin4_VS2010可用.rar
- 基于Huffman编码的压缩和解压缩小软件
- de2开发板上的万年历
- 纹理合成的图像修复程序
- Apress Visual C Sharp 2010 Recipes A Problem S
- jsoncpp-src-0.6.0-rc2
- 2/3FEC编码
- 基于自适应窗口的立体匹配
- 随机生成大素数
- Qt 雷达图 卫星图
- CTK编译库文件
- 超级玛丽源代码资源包
- cc攻击源码
- 基于QT的象棋游戏
评论
共有 条评论