登录
首页 » Visual C++ » GPS

GPS

于 2017-01-09 发布 文件大小:446KB
0 203
下载积分: 1 下载次数: 4

代码说明:

  只对未知点设立未知参数的高程网与GPS基线网平差(Only the establishment of unknown parameters elevation network and GPS baseline network adjustment of the unknown point)

文件列表:

GPS网平差
.........\CoGPS.cpp,5157,2012-07-09
.........\CoGPS.dsp,4940,2012-07-08
.........\CoGPS.dsw,535,2007-04-28
.........\CoGPS.ncb,91136,2012-07-09
.........\CoGPS.opt,70656,2012-07-09
.........\CoGPS.plg,1606,2012-07-09
.........\CoGPS.sln,875,2010-04-08
.........\CoGPS.vcproj,7306,2010-04-08
.........\CoGPS.vcproj.WG.Administrator.user,1401,2010-04-08
.........\Debug
.........\.....\BuildLog.htm,26024,2010-04-08
.........\.....\CoGPS.bsc,181248,2008-12-25
.........\.....\CoGPS.exe,266327,2012-07-09
.........\.....\CoGPS.exe.embed.manifest,2048,2010-04-08
.........\.....\CoGPS.ilk,305404,2012-07-09
.........\.....\CoGPS.obj,22758,2012-07-09
.........\.....\CoGPS.pch,252836,2012-07-08
.........\.....\CoGPS.pdb,599040,2012-07-09
.........\.....\CoGPS.sbr,16633,2012-07-09
.........\.....\MyGPS.obj,70458,2012-07-09
.........\.....\MyGPS.sbr,28390,2012-07-09
.........\.....\probability.obj,23012,2012-07-09
.........\.....\probability.sbr,7912,2012-07-09
.........\.....\public.obj,17860,2012-07-08
.........\.....\public.sbr,13960,2012-07-08
.........\.....\StdAfx.obj,2252,2012-07-08
.........\.....\StdAfx.sbr,266,2012-07-08
.........\.....\vc60.idb,74752,2012-07-09
.........\.....\vc60.pdb,86016,2012-07-09
.........\.....\vc90.idb,76800,2010-04-08
.........\.....\vc90.pdb,126976,2010-04-08
.........\MyGPS.cpp,31240,2012-07-08
.........\MyGPS.h,2950,2008-12-24
.........\probability.cpp,8061,2007-05-02
.........\probability.h,1380,2012-07-09
.........\public.cpp,5915,2008-12-25
.........\public.h,1720,2008-12-23
.........\ReadMe.txt,70,2007-05-10
.........\StdAfx.cpp,292,2007-04-28
.........\StdAfx.h,667,2007-04-28
.........\教材例题
.........\........\robust
.........\........\......\ReadMe.txt,34,2007-07-19
.........\........\已知点加权平差
.........\........\..............\Data.txt,6540,2007-07-19
.........\........\..............\r.txt,2476,2008-12-25
.........\........\..............\已知XYZ.txt,151,2008-07-29
.........\........\已知点加相关权平差
.........\........\..................\Data.txt,6540,2007-07-19
.........\........\..................\r.txt,0,2012-07-08
.........\........\..................\已知XYZ.txt,541,2007-07-23
.........\........\拟稳平差
.........\........\........\Data.txt,6540,2007-07-19
.........\........\........\r.txt,1108,2012-07-08
.........\........\........\Result.txt,1108,2008-12-25
.........\........\........\拟稳点.txt,43,2007-07-26
.........\........\最小二乘平差
.........\........\............\Data.txt,6540,2007-07-19
.........\........\............\r.txt,2317,2012-07-09
.........\........\粗差探测
.........\........\........\Data.txt,6540,2007-07-19
.........\........\........\r.txt,2636,2012-07-08
.........\........\自由网平差
.........\........\..........\Data.txt,6540,2007-07-19
.........\........\..........\r.txt,2290,2008-12-25

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

发表评论

0 个回复

  • Space_Environment
    倾情奉献,这是我编的一个电离层的解算程序,里面有各参数的详细说明,希望对大家有所帮助(Portrait of dedication, which I made a solution of the ionosphere counting procedures, which have a detailed description of each parameter, and they hope to help everyone)
    2008-04-19 13:35:16下载
    积分:1
  • File-Manager
    通过MFC socket编程实现远程查看硬盘及文件夹和文件的功能(MFC socket programming function to remotely view the hard drive and the folders and files)
    2021-04-01 14:49:09下载
    积分:1
  • MSComm
    实例321——利用MSComm控件进行串口通信(Examples 321 use MSComm control serial communication)
    2016-06-03 13:17:57下载
    积分:1
  • CLOCK
    以实例为背景学习基于MFC的WINDOWS应用程序设计,编写一个模拟时钟程序,此程序在屏幕左边有一个指针式钟面,右方有两个矩形框,上面以数字方式显示日期和时间,该时间应与指针显示的时间一致,下方的矩形框作为秒表。用菜单选项或按钮设置时间和秒表。时间不必与机器系统时间相同,可任意设置。(Background-instance learning WINDOWS MFC-based application design, the preparation of an analog clock program, this program has a pointer on the screen on the left clock face, on the right there are two rectangular box, above digitally display the date and time, which should be consistent with the pointer display time, and the lower rectangular box as a stopwatch. With a menu option or button to set the time and stopwatch. Time Machine does not have the same system time can be set arbitrarily.)
    2013-10-17 15:52:11下载
    积分:1
  • Baidu
    用VS编写的一个百度杀毒的界面,采用了贴图的方式,没有使用皮肤(A written in VS baidu antivirus interface, with the method of the map, don t use the skin )
    2014-05-26 22:16:36下载
    积分:1
  • corner-detection
    说明:  这是在 Ruadhan 提供的源代码基础上做了一些修改,可以检测图像中的角点。应用环境是:OPENCV BETA 4,VC6 编译运行通过。(Ruadhan This is the basis of the source code to do some modifications, can detect images of the corner. Application Environment : OPENCV BETA 4, VC6 compiler running through.)
    2006-04-26 16:45:25下载
    积分:1
  • TomWC++
    说明:  汤姆斯旺C++编程秘诀,下载后解压缩即可(Thomas Wong C programming tips, download can decompress)
    2008-09-03 12:52:03下载
    积分:1
  • MFC-Sample
    MFC详细的学习例子,很多实例供初学者学习(MFC detailed study examples, many examples for beginners to learn)
    2013-07-25 09:34:46下载
    积分:1
  • CcCharpSupermS
    用CSHARP实现超市的管理,包括进货,销货,比较适合初学学入门者,从大体上去掌握CSHARP用于WINForm的应用 (The CSHARP to achieve the management of the supermarket, including purchases, sales, and more suitable for beginners Introduction to general grasp CSHARP for WINForm application)
    2012-07-18 00:33:33下载
    积分:1
  • CSpectrumAnalyzer_demo
    这个demo是对频谱进行分析的 可以实时的现实频谱曲线(This demo is a spectrum analysis of the realities of real-time spectrum curve)
    2008-03-20 13:16:51下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载