登录
首页 » C++ » Map-projection

Map-projection

于 2015-12-08 发布 文件大小:70KB
0 202
下载积分: 1 下载次数: 41

代码说明:

  1、根据所给的中国版图数据 绘制显示基于北京54坐标系的经纬度数据 编写兰勃特投影转换程序,转换上述数据,并显示 编写墨卡托投影转换程序,转换上述数据,并显示 同时,要绘制相对应的经纬网格,网格间距5度 2、根据所给的世界版图数据 绘制显示基于WGS84坐标系的经纬度数据 编写墨卡托投影转换程序,转换上述数据,并显示 计算北京(116.4,39.8)到巴黎(2.2, 48.52)的大圆轨迹,并显示 同时,要绘制相对应的经纬网格,网格间距5度(1, according to the Chinese territory given display data drawn based on latitude and longitude data write Beijing 54 coordinate system Lambert projection conversion process, the conversion of the data, and displays the write Mercator projection conversion process, the conversion of the data, and display the same time, Draw the corresponding latitude and longitude grid, the grid spacing of 5 degrees 2, according to the world map rendering display data written to the Mercator projection based on latitude and longitude data conversion program WGS84 coordinate system, the conversion of the data, and displays the calculation Beijing (116.4, 39.8) to Paris (2.2, 48.52) the great circle track and display the same time, to draw the corresponding latitude and longitude grid, the grid spacing of 5 degrees)

文件列表:

地图投影
........\app.config,144,2015-10-26
........\bin
........\...\Debug
........\...\.....\地图投影.exe,20480,2015-10-26
........\...\.....\地图投影.exe.config,144,2015-10-26
........\...\.....\地图投影.pdb,52736,2015-10-26
........\...\.....\地图投影.vshost.exe,22984,2015-10-26
........\...\.....\地图投影.vshost.exe.config,144,2015-10-26
........\...\.....\地图投影.vshost.exe.manifest,490,2010-03-17
........\Form1.cs,19763,2014-12-07
........\Form1.Designer.cs,12608,2014-12-07
........\Form1.resx,5817,2014-12-07
........\obj
........\...\x86
........\...\...\Debug
........\...\...\.....\DesignTimeResolveAssemblyReferences.cache,6592,2015-10-26
........\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7094,2015-10-26
........\...\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2015-10-26
........\...\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2015-10-26
........\...\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2015-10-26
........\...\...\.....\TempPE
........\...\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2015-10-26
........\...\...\.....\地图投影.csproj.FileListAbsolute.txt,4187,2015-10-26
........\...\...\.....\地图投影.csproj.GenerateResource.Cache,975,2014-12-07
........\...\...\.....\地图投影.csprojResolveAssemblyReference.cache,12352,2015-10-26
........\...\...\.....\地图投影.exe,20480,2015-10-26
........\...\...\.....\地图投影.Form1.resources,180,2015-10-26
........\...\...\.....\地图投影.pdb,52736,2015-10-26
........\...\...\.....\地图投影.Properties.Resources.resources,180,2015-10-26
........\Program.cs,493,2013-11-06
........\Properties
........\..........\AssemblyInfo.cs,1356,2013-11-06
........\..........\Resources.Designer.cs,2864,2015-10-26
........\..........\Resources.resx,5612,2013-11-06
........\..........\Settings.Designer.cs,1112,2015-10-26
........\..........\Settings.settings,249,2013-11-06
........\地图投影.csproj,3831,2015-10-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • bycgste
    共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s method between a method that takes only a first derivative information, but to overcome the slow convergence of the steepest descent method shortcomings, but also avoid the need to store Newton and computing the inverse Hesse matrix and disadvantages, conjugate gradient method is not only to solve large linear equations of the most useful methods, large-scale nonlinear optimization solution is the most efficient algorithms)
    2013-09-13 16:33:21下载
    积分:1
  • vumat
    Abaqus定义材料本构用户子程序-VUMAT(Abaqus defined material constitutive user the subroutine-VUMAT )
    2012-10-25 16:24:19下载
    积分:1
  • catch
    用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载!!(Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !)
    2009-05-16 11:56:39下载
    积分:1
  • digital5
    数值计算的算法,采用c++实现,移植容易,一定能够用。(Data processing)
    2010-12-23 06:01:07下载
    积分:1
  • 插值与函逼近
    说明:  分段三次Hermite插值法 样条插值 切比雪夫最佳一致逼近 Legendre、 Laguerre、Hermite多项式主函数 牛顿 插值(Piecewise cubic Hermite interpolation)
    2020-10-05 17:35:23下载
    积分:1
  • 可以实现求解微分方程组的值解 func
    可以实现求解微分方程组的数值解,在func中输入需要计算的微分方程组,运行主函数即可(Can be achieved to solve the numerical solution of differential equations, the input need to calculate the differential equations in the func to run the main function can be)
    2012-07-02 11:40:59下载
    积分:1
  • FFT
    FFT快速傅立叶变换,DSP实际例子,学习的一手好资料。放进CCS仿真(FFT Fast Fourier transform, DSP practical examples)
    2016-06-18 15:18:53下载
    积分:1
  • imm
    说明:  本程序是matlab编写的imm(交互式多模型算法)目标跟踪程序。这种方法的特点是在各模型之间“转换”,自动调节滤波带宽,和适合机动目标的跟踪。(This program is matlab written imm (interacting multiple model algorithm) target tracking program. This method is characterized among the various models &quot conversion&quot , automatically adjust filter bandwidth, and suitable for maneuvering target tracking.)
    2009-09-03 20:58:09下载
    积分:1
  • 3970971SPH-for-couette
    SPH 源代码,用于科研计算,是光滑粒子流体动力学-一种无网格粒子法书后的源代码(SPH source code, for scientific computing, is a smoothed particle hydrodynamics -- a source code after a meshless particle method.)
    2020-10-26 20:29:59下载
    积分:1
  • boykov_kolmogorov_max_flow.cpp
    Maximum Flow Graph (Boykov Kolmogorov Algorithm)
    2013-10-09 03:12:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载