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

  • 大小: 47KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-07-12
  • 語言: C#
  • 標簽: 糾偏??

資源簡介

GPS糾偏算法,能將真實的坐標轉換成谷歌、高德、微軟、騰訊地圖坐標。GPS到地圖能轉換,反的你們還不會嗎? 里面是C#寫的demo,其他開發語言自己翻譯吧!

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;

namespace?GPS糾偏算法
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?btnStart_Click(object?sender?EventArgs?e)
????????{
????????????double?lon?=?double.Parse(txtLon.Text);
????????????double?lat?=?double.Parse(txtLat.Text);
????????????double[]?lonlat?=?new?double[2];
????????????GpsCorrect.transform(lat?lon?lonlat);

????????????rTxt.AppendText(“輸出經度:“?+?lonlat[1]?+?“,輸出緯度:“?+?lonlat[0]);
????????????rTxt.AppendText(“經差:“?+?(lonlat[1]?-?lon)??+?“,緯差:“?+?(lonlat[0]?-?lat));

?????????

????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-01-19?10:01??GPS糾偏算法\
?????目錄???????????0??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\
?????文件????????4552??2015-01-19?10:40??GPS糾偏算法\GPS糾偏算法\Form1.Designer.cs
?????文件?????????873??2015-01-19?10:42??GPS糾偏算法\GPS糾偏算法\Form1.cs
?????文件????????5817??2015-01-19?10:40??GPS糾偏算法\GPS糾偏算法\Form1.resx
?????文件????????3623??2015-01-19?10:21??GPS糾偏算法\GPS糾偏算法\GPS糾偏算法.csproj
?????文件????????2263??2015-01-19?10:23??GPS糾偏算法\GPS糾偏算法\GpsCorrect.cs
?????文件?????????496??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Program.cs
?????目錄???????????0??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Properties\
?????文件????????1362??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Properties\AssemblyInfo.cs
?????文件????????2882??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Properties\Resources.Designer.cs
?????文件????????5612??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Properties\Resources.resx
?????文件????????1102??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Properties\Settings.Designer.cs
?????文件?????????249??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\Properties\Settings.settings
?????目錄???????????0??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\bin\
?????目錄???????????0??2015-01-19?10:23??GPS糾偏算法\GPS糾偏算法\bin\Debug\
?????文件???????10752??2015-01-29?10:58??GPS糾偏算法\GPS糾偏算法\bin\Debug\GPS糾偏算法.exe
?????文件???????28160??2015-01-29?10:58??GPS糾偏算法\GPS糾偏算法\bin\Debug\GPS糾偏算法.pdb
?????文件???????11608??2015-01-29?10:59??GPS糾偏算法\GPS糾偏算法\bin\Debug\GPS糾偏算法.vshost.exe
?????文件?????????490??2012-06-02?22:34??GPS糾偏算法\GPS糾偏算法\bin\Debug\GPS糾偏算法.vshost.exe.manifest
?????目錄???????????0??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\obj\
?????目錄???????????0??2015-01-19?10:01??GPS糾偏算法\GPS糾偏算法\obj\x86\
?????目錄???????????0??2015-01-29?10:58??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\
?????文件????????1229??2015-01-20?09:48??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6176??2015-01-29?10:58??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????180??2015-01-19?10:40??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\GPS糾偏算法.Form1.resources
?????文件?????????180??2015-01-19?10:21??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\GPS糾偏算法.Properties.Resources.resources
?????文件?????????906??2015-01-29?10:59??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\GPS糾偏算法.csproj.FileListAbsolute.txt
?????文件?????????847??2015-01-19?10:40??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\GPS糾偏算法.csproj.GenerateResource.Cache
?????文件????????1757??2015-01-29?10:58??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\GPS糾偏算法.csprojResolveAssemblyReference.cache
?????文件???????10752??2015-01-29?10:58??GPS糾偏算法\GPS糾偏算法\obj\x86\Debug\GPS糾偏算法.exe
............此處省略4個文件信息

評論

共有 條評論