在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 高斯3度带6度带转换算法.C#代码

高斯3度带6度带转换算法.C#代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.69M
  • 下载次数:11
  • 浏览次数:88
  • 发布时间:2021-12-13
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
高斯3度带6度带转换算法,挺好用的,共享上来让大家分享一下
【实例截图】
【核心代码】
4744300845197309323.zip
└── Gauss-Kruger Projection
├── Backup
│   ├── Gauss-Kruger Projection
│   │   ├── Ellipsoid.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Gauss-Kruger Projection.csproj
│   │   ├── Method.cs
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Gauss-Kruger Projection.sln
│   └── Gauss-Kruger Projection.suo
├── Gauss-Kruger Projection
│   ├── AngularTsf.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Gauss-Kruger Projection.exe
│   │   │   ├── Gauss-Kruger Projection.pdb
│   │   │   ├── Gauss-Kruger Projection.vshost.exe
│   │   │   ├── Gauss-Kruger Projection.vshost.exe.manifest
│   │   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   └── office.dll
│   │   └── Release
│   ├── Ellipsoid.cs
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── Gauss-Kruger Projection.csproj
│   ├── Gauss-Kruger Projection.csproj.user
│   ├── Method.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Gauss-Kruger Projection.csproj.FileListAbsolute.txt
│   │   ├── Gauss-Kruger Projection.csproj.GenerateResource.Cache
│   │   ├── Gauss-Kruger Projection.exe
│   │   ├── Gauss_Kruger_Projection.MainF.resources
│   │   ├── Gauss-Kruger Projection.pdb
│   │   ├── Gauss_Kruger_Projection.Properties.Resources.resources
│   │   ├── Refactor
│   │   ├── ResGen.read.1.tlog
│   │   ├── ResGen.write.1.tlog
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── Gauss-Kruger Projection.6.0.ReSharper.user
├── Gauss-Kruger Projection.sln
├── Gauss-Kruger Projection.suo
├── _ReSharper.Gauss-Kruger Projection
│   ├── AspFileDataCache.dat
│   ├── BuildScriptCache
│   │   ├── 5
│   │   ├── 6
│   │   └── 8
│   │   └── 4c5b85b3.dat
│   ├── JavaScriptCache
│   │   └── 8
│   │   └── bf04492.dat
│   ├── JbPdbInfo
│   │   └── 6dde08416050d001cd15070675c07ee3df8ca078
│   ├── ModuleIds.xml
│   ├── MVC
│   ├── NamedArguments
│   │   └── 0
│   │   └── 1a727311.dat
│   ├── Resources
│   │   └── 0
│   │   └── 18393f38.dat
│   ├── SymbolCache.bin
│   ├── TagPrefixes
│   ├── TodoCache
│   │   └── 8
│   │   └── bf04492.dat
│   ├── WebSymbols
│   ├── WordIndex
│   │   └── 0
│   │   └── 1a727311.dat
│   └── XmlIndex
│   ├── mscorlib.2.0.0.0.Contracts.xml
│   │   └── 5B7112C4.bin
│   ├── mscorlib.2.0.0.0.Interfaces.Nullness.Generated.xml
│   │   └── 9075ABCC.bin
│   ├── mscorlib.2.0.0.0.Nullness.Generated.xml
│   │   └── 84EF6F94.bin
│   ├── mscorlib.2.0.0.0.Pure.xml
│   │   └── 1E801D57.bin
│   ├── mscorlib.2.0.5.0.Contracts.xml
│   │   └── C330A3C1.bin
│   ├── mscorlib.2.0.5.0.Interfaces.Nullness.Generated.xml
│   │   └── 56983509.bin
│   ├── mscorlib.2.0.5.0.Nullness.Generated.xml
│   │   └── 63ED2EB1.bin
│   ├── mscorlib.2.0.5.0.Pure.xml
│   │   └── 0A810372.bin
│   ├── mscorlib.4.0.0.0.Contracts.xml
│   │   └── 07FBF242.bin
│   ├── mscorlib.4.0.0.0.Interfaces.Nullness.Generated.xml
│   │   └── 49D94A4A.bin
│   ├── mscorlib.4.0.0.0.Nullness.Generated.xml
│   │   └── 83DB9ED2.bin
│   ├── mscorlib.4.0.0.0.Pure.xml
│   │   └── CC017511.bin
│   ├── mscorlib.I18n.xml
│   │   └── 78F91969.bin
│   ├── mscorlib.Nullness.Manual.xml
│   │   └── 4066AAC3.bin
│   ├── mscorlib.ValueFlow.xml
│   │   └── 447F1EBE.bin
│   ├── mscorlib.xml
│   │   └── D6E16D29.bin
│   ├── System.2.0.0.0.Contracts.xml
│   │   └── 66A824C4.bin
│   ├── System.2.0.0.0.Nullness.Generated.xml
│   │   └── DC3AC194.bin
│   ├── System.2.0.0.0.Pure.xml
│   │   └── 1483EF57.bin
│   ├── System.2.0.5.0.Contracts.xml
│   │   └── CE67B5C1.bin
│   ├── System.2.0.5.0.Nullness.Generated.xml
│   │   └── BB3880B1.bin
│   ├── System.2.0.5.0.Pure.xml
│   │   └── 0084D572.bin
│   ├── System.4.0.0.0.Contracts.xml
│   │   └── 13330442.bin
│   ├── System.4.0.0.0.Nullness.Generated.xml
│   │   └── DB26F0D2.bin
│   ├── System.4.0.0.0.Pure.xml
│   │   └── C2054711.bin
│   ├── System.Configuration.2.0.0.0.Contracts.xml
│   │   └── A5A97A44.bin
│   ├── System.Configuration.2.0.0.0.Nullness.Generated.xml
│   │   └── 13D44714.bin
│   ├── System.Configuration.2.0.0.0.Pure.xml
│   │   └── FA79D4D7.bin
│   ├── System.Configuration.4.0.0.0.Contracts.xml
│   │   └── 523459C2.bin
│   ├── System.Configuration.4.0.0.0.Nullness.Generated.xml
│   │   └── 12C07652.bin
│   ├── System.Configuration.4.0.0.0.Pure.xml
│   │   └── A7FB2C91.bin
│   ├── System.Configuration.Install.2.0.0.0.Contracts.xml
│   │   └── 6810E564.bin
│   ├── System.Configuration.Install.2.0.0.0.Nullness.Generated.xml
│   │   └── E1F3E774.bin
│   ├── System.Configuration.Install.4.0.0.0.Contracts.xml
│   │   └── 69C465E2.bin
│   ├── System.Configuration.Install.4.0.0.0.Nullness.Generated.xml
│   │   └── 9C0AD4B2.bin
│   ├── System.Core.2.0.5.0.Contracts.xml
│   │   └── D5B29261.bin
│   ├── System.Core.2.0.5.0.Nullness.Generated.xml
│   │   └── 74EC8511.bin
│   ├── System.Core.2.0.5.0.Pure.xml
│   │   └── DB1DE692.bin
│   ├── System.Core.3.5.0.0.Contracts.xml
│   │   └── EA155060.bin
│   ├── System.Core.3.5.0.0.Nullness.Generated.xml
│   │   └── FF82B2F0.bin
│   ├── System.Core.3.5.0.0.Pure.xml
│   │   └── 00A63FF3.bin
│   ├── System.Core.4.0.0.0.Contracts.xml
│   │   └── 9A26A5E2.bin
│   ├── System.Core.4.0.0.0.Nullness.Generated.xml
│   │   └── FEF514B2.bin
│   ├── System.Core.4.0.0.0.Pure.xml
│   │   └── 0304D931.bin
│   ├── System.Core.LinqTunnel.xml
│   │   └── 6C84E315.bin
│   ├── System.Core.Nullness.Manual.xml
│   │   └── 6880D423.bin
│   ├── System.Data.2.0.0.0.Contracts.xml
│   │   └── 2C88F0E4.bin
│   ├── System.Data.2.0.0.0.Nullness.Generated.xml
│   │   └── A6F0E2F4.bin
│   ├── System.Data.2.0.0.0.Pure.xml
│   │   └── 6AC59FF7.bin
│   ├── System.Data.4.0.0.0.Contracts.xml
│   │   └── 2E3C7162.bin
│   ├── System.Data.4.0.0.0.Nullness.Generated.xml
│   │   └── 6107D032.bin
│   ├── System.Data.4.0.0.0.Pure.xml
│   │   └── 0BED74B1.bin
│   ├── System.Data.DataSetExtensions.3.5.0.0.Nullness.Generated.xml
│   │   └── 902F79F0.bin
│   ├── System.Data.DataSetExtensions.4.0.0.0.Nullness.Generated.xml
│   │   └── 8FA1DBB2.bin
│   ├── System.Data.DataSetExtensions.I18n.xml
│   │   └── 77B72D89.bin
│   ├── System.Data.I18n.xml
│   │   └── C146C209.bin
│   ├── System.Data.OracleClient.2.0.0.0.Nullness.Generated.xml
│   │   └── DA1ADAF4.bin
│   ├── System.Data.OracleClient.4.0.0.0.Nullness.Generated.xml
│   │   └── 9431C832.bin
│   ├── System.Data.SqlXml.2.0.0.0.Nullness.Generated.xml
│   │   └── 2B849E74.bin
│   ├── System.Data.SqlXml.4.0.0.0.Nullness.Generated.xml
│   │   └── E59B8BB2.bin
│   ├── System.Deployment.2.0.0.0.Nullness.Generated.xml
│   │   └── CEB490F4.bin
│   ├── System.Deployment.4.0.0.0.Nullness.Generated.xml
│   │   └── 88CB7E32.bin
│   ├── System.Design.2.0.0.0.Nullness.Generated.xml
│   │   └── 02690CB4.bin
│   ├── System.Design.4.0.0.0.Nullness.Generated.xml
│   │   └── 3D783EF2.bin
│   ├── System.DirectoryServices.2.0.0.0.Nullness.Generated.xml
│   │   └── 1B1757F4.bin
│   ├── System.DirectoryServices.4.0.0.0.Nullness.Generated.xml
│   │   └── D52E4532.bin
│   ├── System.DirectoryServices.Protocols.2.0.0.0.Nullness.Generated.xml
│   │   └── 322BEE54.bin
│   ├── System.DirectoryServices.Protocols.4.0.0.0.Nullness.Generated.xml
│   │   └── 2865DE92.bin
│   ├── System.Drawing.2.0.0.0.Contracts.xml
│   │   └── CAD0C484.bin
│   ├── System.Drawing.2.0.0.0.Nullness.Generated.xml
│   │   └── 6F279A54.bin
│   ├── System.Drawing.2.0.0.0.Pure.xml
│   │   └── 47C5B997.bin
│   ├── System.Drawing.4.0.0.0.Contracts.xml
│   │   └── F7254502.bin
│   ├── System.Drawing.4.0.0.0.Nullness.Generated.xml
│   │   └── 65618A92.bin
│   ├── System.Drawing.4.0.0.0.Pure.xml
│   │   └── E8ED8F51.bin
│   ├── System.Drawing.Design.2.0.0.0.Nullness.Generated.xml
│   │   └── A0A585B4.bin
│   ├── System.Drawing.Design.4.0.0.0.Nullness.Generated.xml
│   │   └── DBB4B7F2.bin
│   ├── System.EnterpriseServices.2.0.0.0.Nullness.Generated.xml
│   │   └── D70EAD74.bin
│   ├── System.EnterpriseServices.4.0.0.0.Nullness.Generated.xml
│   │   └── 91259AB2.bin
│   ├── System.I18n.xml
│   │   └── 994AEB69.bin
│   ├── System.Nullness.Manual.xml
│   │   └── 8EB13CC3.bin
│   ├── System.Runtime.Remoting.2.0.0.0.Nullness.Generated.xml
│   │   └── DF5CCDB4.bin
│   ├── System.Runtime.Remoting.4.0.0.0.Nullness.Generated.xml
│   │   └── 1A6BFFF2.bin
│   ├── System.Runtime.Serialization.Formatters.Soap.2.0.0.0.Contracts.xml
│   │   └── 8B96B4C4.bin
│   ├── System.Runtime.Serialization.Formatters.Soap.2.0.0.0.Nullness.Generated.xml
│   │   └── 5E8B5194.bin
│   ├── System.Runtime.Serialization.Formatters.Soap.4.0.0.0.Contracts.xml
│   │   └── 38219442.bin
│   ├── System.Runtime.Serialization.Formatters.Soap.4.0.0.0.Nullness.Generated.xml
│   │   └── 5D7780D2.bin
│   ├── System.Security.2.0.0.0.Contracts.xml
│   │   └── 132A5264.bin
│   ├── System.Security.2.0.0.0.Nullness.Generated.xml
│   │   └── 98F7F474.bin
│   ├── System.Security.2.0.0.0.Pure.xml
│   │   └── 65241177.bin
│   ├── System.Security.4.0.0.0.Contracts.xml
│   │   └── 14DDD2E2.bin
│   ├── System.Security.4.0.0.0.Nullness.Generated.xml
│   │   └── 530EE1B2.bin
│   ├── System.Security.4.0.0.0.Pure.xml
│   │   └── 064BE631.bin
│   ├── System.ServiceProcess.2.0.0.0.Nullness.Generated.xml
│   │   └── 3D91EDF4.bin
│   ├── System.ServiceProcess.4.0.0.0.Nullness.Generated.xml
│   │   └── F7A8DB32.bin
│   ├── System.Transactions.2.0.0.0.Nullness.Generated.xml
│   │   └── 80962574.bin
│   ├── System.Transactions.4.0.0.0.Nullness.Generated.xml
│   │   └── 3AAD12B2.bin
│   ├── System.Web.2.0.0.0.Contracts.xml
│   │   └── 110F7884.bin
│   ├── System.Web.2.0.0.0.Nullness.Generated.xml
│   │   └── 0930CE54.bin
│   ├── System.Web.2.0.0.0.Pure.xml
│   │   └── 8B03ED97.bin
│   ├── System.Web.4.0.0.0.Contracts.xml
│   │   └── 3D63F902.bin
│   ├── System.Web.4.0.0.0.Nullness.Generated.xml
│   │   └── FF6ABE92.bin
│   ├── System.Web.4.0.0.0.Pure.xml
│   │   └── 2C2BC351.bin
│   ├── System.Web.Attributes.xml
│   │   └── FE2F6E88.bin
│   ├── System.Web.I18n.xml
│   │   └── 152BB6A9.bin
│   ├── System.Web.Services.2.0.0.0.Nullness.Generated.xml
│   │   └── EF3E8174.bin
│   ├── System.Web.Services.4.0.0.0.Nullness.Generated.xml
│   │   └── A9556EB2.bin
│   ├── System.Web.Services.Attributes.xml
│   │   └── 6811A868.bin
│   ├── System.Windows.Forms.2.0.0.0.Contracts.xml
│   │   └── BFF1A7C4.bin
│   ├── System.Windows.Forms.2.0.0.0.Nullness.Generated.xml
│   │   └── 1FE7A494.bin
│   ├── System.Windows.Forms.2.0.0.0.Pure.xml
│   │   └── 860F9257.bin
│   ├── System.Windows.Forms.4.0.0.0.Contracts.xml
│   │   └── 6C7C8742.bin
│   ├── System.Windows.Forms.4.0.0.0.Nullness.Generated.xml
│   │   └── 1ED3D3D2.bin
│   ├── System.Windows.Forms.4.0.0.0.Pure.xml
│   │   └── 3390EA11.bin
│   ├── System.Windows.Forms.I18n.xml
│   │   └── B6E38E69.bin
│   ├── System.Windows.Forms.Manual.xml
│   │   └── CD0C231D.bin
│   ├── System.xml
│   │   └── D647FF29.bin
│   ├── System.Xml.2.0.0.0.Contracts.xml
│   │   └── 6BF6D6A4.bin
│   ├── System.Xml.2.0.0.0.Nullness.Generated.xml
│   │   └── 6F949FB4.bin
│   ├── System.Xml.2.0.0.0.Pure.xml
│   │   └── 8FAAEE37.bin
│   ├── System.Xml.2.0.5.0.Contracts.xml
│   │   └── 551647A1.bin
│   ├── System.Xml.2.0.5.0.Nullness.Generated.xml
│   │   └── A3D18051.bin
│   ├── System.Xml.2.0.5.0.Pure.xml
│   │   └── 0328B352.bin
│   ├── System.Xml.4.0.0.0.Contracts.xml
│   │   └── 4322B622.bin
│   ├── System.Xml.4.0.0.0.Nullness.Generated.xml
│   │   └── AAA3D1F2.bin
│   ├── System.Xml.4.0.0.0.Pure.xml
│   │   └── 3D2C46F1.bin
│   ├── System.Xml.Attributes.xml
│   │   └── 4A781A28.bin
│   ├── System.Xml.I18n.xml
│   │   └── BFE18249.bin
│   ├── System.Xml.Linq.2.0.5.0.Contracts.xml
│   │   └── 176AE361.bin
│   ├── System.Xml.Linq.2.0.5.0.Nullness.Generated.xml
│   │   └── 7D8FF611.bin
│   ├── System.Xml.Linq.2.0.5.0.Pure.xml
│   │   └── 131F9792.bin
│   ├── System.Xml.Linq.3.5.0.0.Contracts.xml
│   │   └── 2BCDA160.bin
│   ├── System.Xml.Linq.3.5.0.0.Nullness.Generated.xml
│   │   └── 082623F0.bin
│   ├── System.Xml.Linq.3.5.0.0.Pure.xml
│   │   └── 38A7F0F3.bin
│   ├── System.Xml.Linq.4.0.0.0.Contracts.xml
│   │   └── DBDEF6E2.bin
│   ├── System.Xml.Linq.4.0.0.0.Nullness.Generated.xml
│   │   └── 079885B2.bin
│   ├── System.Xml.Linq.4.0.0.0.Pure.xml
│   │   └── 3B068A31.bin
│   └── System.Xml.Linq.I18n.xml
│   └── 59625789.bin
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt

171 directories, 201 files

标签:

实例下载地址

高斯3度带6度带转换算法.C#代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警