登录
首页 » Visual C++ » GPSadjustment

GPSadjustment

于 2014-11-07 发布 文件大小:427KB
0 93
下载积分: 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 个回复

  • CH-6
    VC++光盘第6章 大家感兴趣可以看看啊(VC++ CD-ROM Chapter 6 we are interested can look at ah)
    2011-07-28 09:06:26下载
    积分:1
  • PicProcess
    说明:  一个数字图像处理源码,实现了jpeg,bmp,tiff,png,gif等多种图像格式的读取,边缘检测,fft变换,图像形态变化等功能(A source of digital image processing to achieve a jpeg, bmp, tiff, png, gif image formats such as read, edge detection, fft transform, image features such as morphological changes)
    2008-11-29 09:49:41下载
    积分:1
  • shiper
    Воронежский гос университет, задача по сям
    2009-10-11 01:30:49下载
    积分:1
  • froq
    比较完整的OFDM的仿真模型和源码,有比较完整的设计思路,可供学习(Relatively complete OFDM simulation model and the source code, there is a complete design ideas, to learn from)
    2017-08-13 17:19:03下载
    积分:1
  • MODBUS VC
    说明:  基于modbus rtu封装的通讯协议,很好用(Communication protocol based on Modbus RTU encapsulation)
    2019-11-09 09:48:31下载
    积分:1
  • 2
    说明:  本次课程设计的任务是:针对学院的计算机系本科课程,根据课程之间的依赖关系,制定课程安排计划,并满足各学期课程数日大致相同。按照用户输入的课程数,学期数,课程间的先后关系数目以及课程间两两间的先后关系,程序执行后会给出每学期应学的课程。 (1) 输入的形式和输入值的范围:输入间用空格隔开。要求用户输入的课程数小于20,学期数小于或是等于8,课程名的长度小于等于10个字符。 (2) 程序所能达到的功能:按照用户的输入,给出每学期应学的课程。 (The task of curriculum design are: for the Institute of Computer Science undergraduate courses, according to the dependencies between programs to develop curriculum plans and meet a few days each semester or less the same. In accordance with the user to enter the course number, semester the number of the sequence of the relationship between the number of courses and course sequence of 22 inter-relationships, program execution is given after each semester should learn. (1) input in the form of and input value range: Enter the rooms separated by a space. Requires the user to enter the course number is less than 20, the number is less than or equal to 8 semester courses were less than or equal to the length of 10 characters. (2) program can achieve the function: In accordance with the user' s input, is given each semester to be science courses.)
    2009-12-25 00:18:04下载
    积分:1
  • DSP-Speech-compress-and-playback
    DSP语音压缩与回放,开发环境是CCS,实现功能:10秒语音压缩与回放(DSP voice compression and playback, the development environment is the CCS, to achieve functional: 10 seconds voice compression and playback)
    2011-05-07 23:30:48下载
    积分:1
  • index
    说明:  文件内容索引,是一段文件内容索引的小文件(The contents of the documents indexed, indexing the contents of the documents is a small file)
    2008-11-30 21:31:11下载
    积分:1
  • 半桥式LLC变换器仿真模型
    采用Visio Studio编译生成动态链接库,嵌入Psim进行仿真。仿真模型提供了半桥谐振变换器的数模混合仿真,有动态链接库实现PWM的分配。(Visio Studio is used to compile and generate dynamic link libraries, which are embedded in Psim for simulation. The simulation model provides digital-analog hybrid simulation of half-bridge resonant converter, with dynamic link library to realize PWM allocation.)
    2020-06-21 02:40:01下载
    积分:1
  • 元胞自动机与人员疏散的相关代码 Cellular-automata
    元胞自动机与人员疏散的相关代码,初始人数为50人,可以通过修改来增减人数(Cellular automata and evacuation procedures)
    2015-04-23 15:49:17下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载