登录
首页 » Visual C++ » GPSadjustment

GPSadjustment

于 2014-11-07 发布 文件大小:427KB
0 184
下载积分: 1 下载次数: 5

代码说明:

  测绘gps数据处理中必须应用的内容,用于gps基线网平差(GPS adjustment)

文件列表:

GPS网平差
.........\CoGPS.cpp,5157,2008-12-25
.........\CoGPS.dsp,4926,2008-12-25
.........\CoGPS.dsw,535,2007-04-28
.........\CoGPS.ncb,99328,2010-03-29
.........\CoGPS.opt,62976,2010-03-29
.........\CoGPS.plg,974,2010-03-29
.........\Debug
.........\.....\CoGPS.bsc,181248,2008-12-25
.........\.....\CoGPS.exe,286820,2010-03-29
.........\.....\CoGPS.ilk,300252,2010-03-29
.........\.....\CoGPS.obj,22606,2008-12-25
.........\.....\CoGPS.pch,187172,2008-06-09
.........\.....\CoGPS.pdb,648192,2010-03-29
.........\.....\CoGPS.sbr,0,2008-12-25
.........\.....\MyGPS.obj,70476,2010-03-29
.........\.....\MyGPS.sbr,28473,2010-03-29
.........\.....\probability.obj,18547,2008-12-24
.........\.....\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-03-29
.........\.....\vc60.pdb,77824,2010-03-29
.........\MyGPS.cpp,31238,2008-12-25
.........\MyGPS.h,2950,2008-12-24
.........\probability.cpp,8061,2007-05-02
.........\probability.h,1380,2007-05-03
.........\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
.........\....\......\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-29
.........\....\已知点加相关权平差
.........\....\..................\Data.txt,6540,2007-07-19
.........\....\..................\r.txt,2896,2008-12-25
.........\....\..................\已知XYZ.txt,541,2007-07-23
.........\....\拟稳平差
.........\....\........\Data.txt,6540,2007-07-19
.........\....\........\Result.txt,1108,2008-12-25
.........\....\........\拟稳点.txt,43,2007-07-26
.........\....\最小二乘平差
.........\....\............\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 个回复

  • code
    在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔, 如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序, (排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次, 则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开, 最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
    2014-02-23 00:19:04下载
    积分:1
  • ARM
    Auto read ms word...............................
    2010-03-06 12:36:05下载
    积分:1
  • be-happy-to-learn-VC
    说明:  [趣味程序导学Visual.Cpp].董未名.文字版([Fun Program Guidance Visual.Cpp]. Weiming Dong. Text Version)
    2011-04-04 17:59:37下载
    积分:1
  • SJDXSF
    用VC编写的短信收发程序,支持西门子TC35模块,已经过测试.(VC prepared by the procedures SMS transceiver to support Siemens TC35 module has been tested.)
    2007-05-19 22:31:25下载
    积分:1
  • ajks
    说明:  许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
    2006-03-23 20:52:57下载
    积分:1
  • oRTP
    说明:  该源码主要描述了计算机进行数据实时数据传输时所使用的RTP协议,介绍了该协议的基于C++的API函数,及基本的实现过程,有利用实现网络编程。(The main source of data describing the computer real-time data transmission protocol used by RTP, described the agreement based on C++, API functions, and basic implementation process, there is use for network programming.)
    2010-04-05 14:52:39下载
    积分:1
  • myPlaneDisplay
    VC++编写的飞机仪表显示,可以直接修改使用,显示为一个可以飞行的3D飞机(VC++ Prepared aircraft instrument display, you can directly modify the use, appears as a 3D plane can fly)
    2021-04-05 17:19:03下载
    积分:1
  • ISO14229-4-2012
    Road vehicles — Unified diagnostic services (UDS) — Part 4: Unified diagnostic services on FlexRay implementation (UDSonFR)
    2015-11-01 17:48:43下载
    积分:1
  • openGL
    OPenGL讲义,本人利用课余时间总结的的比较的好的讲义,打包下载,里面有三个哦(OPenGL handouts, I use their spare time to sum up the relatively good notes, download package, there are three oh)
    2014-01-03 10:42:05下载
    积分:1
  • tuxiangzhenshiganshanweijianmo.pdf
    形状和表面颜色是表征真实物体属性的两个要素.随着三维扫描技术的发展,获取精确稠密的三维数据已经 比较容易.通过对获取的三维数据做相关处理,就能够生成正确表达物体形状的几何模型,但仅仅如此还不足以精 确建模真实物体.为了建立照片真实感的三维模型,还需要将物体的表面颜色和几何模型融合.如果彩色相机和三 维扫描仪固定在一起,这个问题很容易解决.但是,这种固定采集方式在应用时很不方便,对采集数据限制很大,因 此需要将三维数据和彩色图片采集分开进行,通过后期合成方式来融合两种数据.(err)
    2008-03-03 15:32:46下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载