登录
首页 » C++ » GPSINS

GPSINS

于 2012-03-20 发布 文件大小:3173KB
0 141
下载积分: 1 下载次数: 489

代码说明:

  GPS/SINS松组合导航源代码,搞组合导航的可以参考(it is good for learning GPS and INS)

文件列表:

位置加速度匹配
..............\data_process.m,1764,2009-04-03
..............\Debug
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.bsc,107520,2010-03-30
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.exe,262249,2010-04-08
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.ilk,369648,2010-04-08
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.obj,78668,2010-04-08
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.pch,308672,2010-03-31
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.pdb,590848,2010-04-08
..............\.....\GPS&SINS_LOOSE--gumingwu1.15.sbr,0,2010-03-30
..............\.....\GPS&SINS_P_V--gumingwu1.15.obj,82050,2009-11-19
..............\.....\vc60.idb,50176,2010-04-08
..............\.....\vc60.pdb,61440,2010-04-08
..............\err.dat,91953,2010-04-08
..............\err1.dat,91556,2009-04-14
..............\err_co.dat,72330,2010-04-08
..............\GPS&SINS_LOOSE--gumingwu1.15.cpp,36480,2010-04-08
..............\GPS&SINS_LOOSE--gumingwu1.15.dsp,3667,2010-04-08
..............\GPS&SINS_LOOSE--gumingwu1.15.dsw,581,2010-04-08
..............\GPS&SINS_LOOSE--gumingwu1.15.ncb,74752,2010-04-08
..............\GPS&SINS_LOOSE--gumingwu1.15.opt,48640,2010-04-08
..............\GPS&SINS_LOOSE--gumingwu1.15.plg,856,2010-04-08
..............\high_err.dat,12528,2009-04-03
..............\high_user.dat,11138,2009-11-04
..............\ins1.txt,795907,2009-01-13
..............\ins2.txt,5818658,2009-01-13
..............\kalmandata1.asv,5066,2009-04-03
..............\kalmandata1.m,5072,2009-04-03
..............\latit_err.dat,12510,2009-04-07
..............\latit_user.dat,11138,2009-11-04
..............\longi_err.dat,12528,2009-04-03
..............\longi_user.dat,11138,2009-11-04
..............\Pkk.dat,148035,2010-04-08
..............\Ve.dat,12546,2009-11-04
..............\Vn.dat,12546,2009-11-04
..............\Vu.dat,12546,2009-11-04
..............\Xkk0_4.dat,91408,2010-04-08
..............\Xkk5_.dat,61147,2010-04-08
..............\Zh.dat,10820,2010-04-08
..............\Zla.dat,10804,2010-04-08
..............\Zlg.dat,10790,2010-04-08
..............\位置误差.fig,39749,2009-04-03
..............\姿态误差.fig,31088,2009-04-03
..............\说明.doc,26112,2009-04-15
..............\速度误差.fig,52807,2009-04-03

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

发表评论

0 个回复

  • my_ad_fft
    基于DSP处理器F2812的AD采样程序,并对采样的数据进行FFT计算。(Based on DSP processors F2812 sampling procedures of the AD, and the sampling data FFT calculation. )
    2011-11-02 10:59:42下载
    积分:1
  • 7.1-AddTwo
    An example bit of code written in C# (Example 2of10)
    2016-03-30 23:44:09下载
    积分:1
  • MenuHistory
    历史菜单,希望对大家有用处,呵呵,用csharp编写的()
    2008-03-30 14:48:08下载
    积分:1
  • MacCormack
    利用 MacCormack差分格式求解一维激波管问题( 语言版本)(use MacCormack to solve CDF problem)
    2012-05-12 21:40:30下载
    积分:1
  • OCC
    这是用open cascade来实现绘制简单的B样条曲线和样条曲面的程序。可以用来对open cascade的入门学习。(This is used to achieve open cascade easy mapping of B-spline curves and spline surfaces procedures. Can be used to open cascade of study entry.)
    2009-03-03 10:40:25下载
    积分:1
  • openswancodeanalysis
    开源vpn openswan的代码分析与注释。(Open vpn openswan code analysis and comment.)
    2013-12-02 09:13:12下载
    积分:1
  • GIS-of-School
    校园GIS系统,自己完成的校园浏览查询系统,没有数据。(GIS System of School。)
    2020-12-15 11:19:13下载
    积分:1
  • ZNodes
    qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类 分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item. Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
    2020-06-16 20:20:01下载
    积分:1
  • 基于labwindows cvi写的各种界面示例序labwindows-CVI
    基于labwindows cvi编写的各种界面示例程序,能实现基本界面功能(Based labwindows cvi prepared by the various interface sample programs that can achieve the basic interface functions)
    2020-07-07 23:08:56下载
    积分:1
  • 0831836
    一个简单的绘图程序,绘出清晰的图案,并且可保存,打开,标题随所打开的内容而改变,()
    2018-04-27 12:52:18下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载