xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 13KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-07
  • 語(yǔ)言: 其他
  • 標(biāo)簽: VTEC??

資源簡(jiǎn)介

可以用來(lái)提取IGS全球服務(wù)組織CODE中心電離層VTEC數(shù)據(jù)-IGS can be used to extract a global service organization CODE ionospheric VTEC data center

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.IO;
using?Mapack;

namespace?IonosphericVarAnalysis
{
????class?IVA
????{
????????//聲明全局變量
????????//int?Year;
????????double?LatitudeF;
????????double?LatitudeT;
????????double?LongitudeF;
????????double?LongitudeT;
????????int?SitLat;
????????int?SitLon;

????????int?SitLatitudeF;
????????int?SitLatitudeT;
????????int?SitLongitudeF;
????????int?SitLongitudeT;

????????int?timesection?=?0;

????????//聲明用來(lái)存儲(chǔ):IONX各天的文件名的字符串?dāng)?shù)組---以及IONX文件的個(gè)數(shù)
????????int?NumberOfIONXFile;//文件個(gè)數(shù)
????????string[]?NameOfIONXFile;//文件的名稱

????????//開辟一個(gè)數(shù)組,來(lái)存儲(chǔ)每一天特定區(qū)域的“IONX”信息
????????double[]?IONXInfoOfSpecialAera;
????????string[]?IONXLATLON?=?new?string[1?73];

????????//存儲(chǔ)當(dāng)前文件所在的:路徑
????????string?DirectoryofIONXFile;//存儲(chǔ)文件的路徑
????????string?NameandDirectoryofIONXFile;

????????//構(gòu)造函數(shù)
????????public?IVA(double?latitudefromdouble?latitudetodouble?longitudefromdouble?longitudetostring?directoryoffilenameofdays)
????????{?
????????????SitLatitudeF=(int)latitudefrom;
????????????SitLatitudeT?=?(int)latitudeto;
????????????SitLongitudeF=(int?)longitudefrom;
????????????SitLongitudeT?=?(int)longitudeto;

????????????//經(jīng)緯度格網(wǎng)---均要外推一格----以便保證研究的區(qū)域包含在之內(nèi)
????????????//Year?=?year;
????????????double?laf;
????????????double?lat;
????????????double?lof;
????????????double?lot;

????????????SitLat?=?(int)latitudefrom;
????????????SitLon?=?(int)longitudefrom;

????????????//緯度:上下列值
????????????laf=latitudefrom?/?2.5-1;
????????????LatitudeF?=?Math.Floor(laf)?*?2.5;
????
????????????lat?=?latitudeto?/?2.5+1;
????????????LatitudeT?=?Math.Floor(lat)?*?2.5;

????????????lof?=?longitudefrom/?5.0-1;
????????????LongitudeF?=?Math.Floor(lof)*5.0;

????????????lot?=longitudeto?/?5.0+1;
????????????LongitudeT?=?Math.Floor(lot)?*?5.0;

????????????//開辟數(shù)組
????????????int?row?=(int?)?(Math.Floor(lat)?-?Math.Floor(laf)+1)?*?12;
????????????int?col?=?(int)(Math.Floor(lot)?-?Math.Floor(lof))?+?1;
????????????IONXInfoOfSpecialAera=new?double[row?col?];//因?yàn)槊總€(gè)文件里有12組數(shù)據(jù),所以這里對(duì)行乘以12

????????????//Console.WriteLine(LatitudeF.ToString()?+?“%%“?+?LatitudeT.ToString()?+?“%%“?+?LongitudeF.ToString()?+?“%%“?+?LongitudeT.ToString());
????????????//Console.ReadLine();

????????????//獲得路徑
????????????char?[]mychar?={‘\\‘‘\\‘?};
????????????DirectoryofIONXFile?=?directoryoffilenameofdays.Remove(directoryoffilenameofdays.LastIndexOfAny(mychar)?+?1);

????????????char[]?notechar?={?‘.‘?};
????????????//string?a?=?directoryoffilenameofdays;
????????????NameandDirectoryofIONXFile?=?directoryoffilenameofdays.Remove(directoryoffilenameofdays.LastIndexOfAny(notechar));
????????????//Console.WriteLine(NameandDirectoryofIONXFile);
????????????//Console.ReadLine();
????????????//獲得個(gè)數(shù)及其名稱數(shù)組
????????????NumberOfIONXFile?=?ScanningToFile(directoryoffilenameofdays);
????????????NameOfIONXFile=new?string[NumberOfIONXFile];
????????????NameOfIONXFile?=?R

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????2248??2008-07-21?13:53??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\IonosphericVarAnalysis.csproj

?????文件????????216??2008-09-06?16:56??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\obj\IonosphericVarAnalysis.csproj.FileList.txt

?????文件??????29384??2008-09-06?16:57??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\Program.cs

?????文件???????1203??2008-06-05?01:58??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\Properties\AssemblyInfo.cs

?????文件????????955??2008-06-05?01:58??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis.sln

????..A..H.?????15872??2008-09-06?17:00??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis.suo

?????目錄??????????0??2008-07-23?16:42??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\bin\Debug

?????目錄??????????0??2008-08-07?13:18??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\obj\Debug

?????目錄??????????0??2008-07-23?16:42??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\bin

?????目錄??????????0??2008-07-23?16:42??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\obj

?????目錄??????????0??2008-07-23?16:42??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis\Properties

?????目錄??????????0??2008-09-06?16:57??從CODE中心提取特定區(qū)域VTEC軟件080713\IonosphericVarAnalysis

?????目錄??????????0??2008-07-23?16:42??從CODE中心提取特定區(qū)域VTEC軟件080713

-----------?---------??----------?-----??----

????????????????50096????????????????????14


評(píng)論

共有 條評(píng)論

相關(guān)資源