登录
首页 » Visual C++ » GPS-wangpingcha

GPS-wangpingcha

于 2021-04-24 发布 文件大小:629KB
0 256
下载积分: 1 下载次数: 49

代码说明:

  GPS网平差C++程序,包含粗差探测、拟稳平差、已知点加权平差、自由网平差等各种算例(GPS network adjustment C++ procedures, including gross error detection, to be stable adjustment, known point weighting adjustment, free network adjustment, and other examples)

文件列表:

GPS网平差
.........\COGPS.CPP,5157,2008-12-25
.........\COGPS.DSP,4926,2008-12-25
.........\COGPS.DSW,535,2007-04-29
.........\COGPS.NCB,82944,2008-12-25
.........\COGPS.OPT,62976,2008-12-25
.........\COGPS.PLG,244,2008-12-25
.........\DEBUG
.........\.....\COGPS.BSC,181248,2008-12-25
.........\.....\COGPS.EXE,266294,2008-12-25
.........\.....\COGPS.ILK,745664,2008-12-25
.........\.....\COGPS.OBJ,22606,2008-12-25
.........\.....\COGPS.PCH,187172,2008-06-09
.........\.....\COGPS.PDB,648192,2008-12-25
.........\.....\COGPS.SBR,0,2008-12-25
.........\.....\MYGPS.obj,70448,2010-12-05
.........\.....\MYGPS.pch,245440,2010-12-05
.........\.....\MYGPS.pdb,25600,2010-12-05
.........\.....\MYGPS.SBR,0,2008-12-25
.........\.....\PROBABILITY.obj,23008,2010-12-05
.........\.....\PROBABILITY.pch,198736,2010-12-05
.........\.....\PROBABILITY.pdb,25600,2010-12-05
.........\.....\PROBABILITY.SBR,0,2008-12-24
.........\.....\PUBLIC.OBJ,17692,2008-12-25
.........\.....\PUBLIC.SBR,0,2008-12-25
.........\.....\STDAFX.OBJ,1842,2008-06-09
.........\.....\STDAFX.SBR,167,2008-06-09
.........\.....\VC60.IDB,66560,2010-12-05
.........\.....\VC60.PDB,77824,2010-12-05
.........\MYGPS.CPP,31238,2008-12-25
.........\MYGPS.DSP,3389,2010-12-05
.........\MYGPS.DSW,535,2010-12-05
.........\MYGPS.H,2950,2008-12-24
.........\MYGPS.ncb,33792,2010-12-05
.........\MYGPS.OPT,48640,2010-12-05
.........\MYGPS.PLG,1802,2010-12-05
.........\PROBABILITY.CPP,8061,2007-05-02
.........\PROBABILITY.DSP,3461,2010-12-05
.........\PROBABILITY.DSW,547,2010-12-05
.........\PROBABILITY.H,1380,2007-05-03
.........\PROBABILITY.ncb,33792,2010-12-05
.........\PROBABILITY.OPT,50688,2010-12-05
.........\PROBABILITY.PLG,938,2010-12-05
.........\PUBLIC.CPP,5915,2008-12-25
.........\PUBLIC.H,1720,2008-12-23
.........\README.TXT,70,2007-05-10
.........\STDAFX.CPP,292,2007-04-29
.........\STDAFX.H,667,2007-04-29
.........\算例
.........\....\ROBUST
.........\....\......\DATA.TXT,6540,2007-07-19
.........\....\......\README.TXT,34,2007-07-19
.........\....\......\RESULT.TXT,2143,2008-12-25
.........\....\已知点加权平差
.........\....\..............\DATA.TXT,6540,2007-07-19
.........\....\..............\R.TXT,2476,2008-12-25
.........\....\..............\已知XYZ.TXT,151,2008-07-30
.........\....\已知点加相关权平差
.........\....\..................\DATA.TXT,6540,2007-07-19
.........\....\..................\R.TXT,2896,2008-12-25
.........\....\..................\已知XYZ.TXT,541,2007-07-24
.........\....\拟稳平差
.........\....\........\DATA.TXT,6540,2007-07-19
.........\....\........\RESULT.TXT,1108,2008-12-25
.........\....\........\拟稳点.TXT,43,2007-07-27
.........\....\最小二乘平差
.........\....\............\DATA.TXT,6540,2007-07-19
.........\....\............\R.TXT,2317,2008-12-25
.........\....\粗差探测
.........\....\........\DATA.TXT,6540,2007-07-19
.........\....\........\RESULT.TXT,2636,2008-12-25
.........\....\自由网平差
.........\....\..........\DATA.TXT,6540,2007-07-19
.........\....\..........\R.TXT,2290,2008-12-25

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

发表评论

0 个回复

  • DBGRID-call-SQL-database
    基于C语言的使用DBGRID控件实现的SQL数据库管理程序,方便灵活(C-based controls to achieve using DBGRID SQL database management procedures, convenient and flexible)
    2013-07-13 21:30:03下载
    积分:1
  • BTC
    wimax802.16e中的BTC编码仿真程序(WiMAX 802.16e in the BTC coding simulation program)
    2020-11-06 11:29:50下载
    积分:1
  • Winpcap-demo
    一个简单的Winpcap抓包示例程序,能显示多网卡信息,能分别数据链路层和网络层的报文信息(A simple Winpcap packet capture sample program can display a multi-card information, respectively, the data link layer and network layer packet information)
    2012-04-17 10:41:20下载
    积分:1
  • Programming_In_Lua
    Lua 就被设计成很容易和传统的 C/C++整合的语言。这种语言的二元性带 来了极大的好处。Lua 是一个小巧而简单的语言,因为 Lua 不致力于做 C 语言已经做得 很好的领域,比如:性能、底层操作以及与第三方软件的接口。Lua 依赖于 C 去做完成 这些任务。Lua 所提供的机制是 C 不善于的:高级语言、动态结构、简洁、易于测试和 调试等。正因为如此,Lua 具有良好的安全保证,自动内存管理,简便的字符串处理功 能及其他动态数据的改变。(Lua was designed to be easily integrated with the traditional C/C++ language. The duality of the language To the great benefits. Lua is a small and simple language, because the Lua is not committed to doing the C language has done Good domain, such as performance, the underlying operating and the interface with third party software. Lua is dependent on C to complete These tasks. Lua mechanism is provided by C are not good at: a high-level language, dynamic structure, concise, easy to test and Debugging, etc. Because of this, the Lua has good security, automatic memory management, simple string handling work Can change, and other dynamic data.)
    2014-12-26 16:52:07下载
    积分:1
  • 1234
    轻松获得计算机网络接口信息的一个软件。记忆visual c++(Easy access to information on a computer network interface software. Memory visual c++)
    2011-07-22 16:40:46下载
    积分:1
  • passTp1
    过tp所有函数hook驱动 过tp所有函数hook驱动 2015.9.1(pass TP All Hook)
    2015-09-01 20:35:34下载
    积分:1
  • chat
    局域网聊天,包含语音和视频,是很好的学习资料,值得大家采纳(LAN chat, including voice and video, is a good learning materials, it is worth to adopt)
    2016-12-24 22:09:55下载
    积分:1
  • dws2src11
    DWS Source . Delphi W SCript.(DWS Source. Delphi W SCript.)
    2007-02-03 21:24:23下载
    积分:1
  • delaunaydemo
    生成delaunay三角网的源代码,以及演示demo(Delaunay triangulation generation of source code, and the demonstration of demo)
    2021-04-08 12:39:01下载
    积分:1
  • VoiceModem
    使用tapi实现的用语音modem进行接电话并播放wav文件的程序(A program which is realised by tapi, and in which a call is picked up and wav files can be played through voice modem )
    2002-04-23 10:01:54下载
    积分:1
  • 696532资源总数
  • 103702会员总数
  • 113今日下载