登录
首页 » Visual C++ » Kalman

Kalman

于 2020-11-24 发布 文件大小:5254KB
0 241
下载积分: 1 下载次数: 3

代码说明:

  GPS_SINS integrated navigation Calman filtering algorithm, loose coupling, VC++ programming, MFC interface.(Calman filter algorithm for GPS_SINS integrated navigation)

文件列表:

Kalman
......\area.cpp,198,2008-08-09
......\area.h,71,2008-06-06
......\buffer.cpp,8153,2008-08-09
......\buffer.h,8175,2015-11-09
......\data
......\....\markov.txt,216269,2008-07-24
......\....\α.txt,12459,2008-07-25
......\....\δVx.txt,8617,2008-07-25
......\....\φ.txt,12351,2008-07-25
......\....\平台误差角α.txt,12468,2008-07-25
......\....\纬度误差φ.txt,12370,2008-07-25
......\....\速度误差δVx.txt,8622,2008-07-25
......\Debug
......\.....\area.obj,5061,2015-11-10
......\.....\BuildLog.htm,7688,2015-11-10
......\.....\Kalman.exe,274517,2015-11-04
......\.....\Kalman.exe.embed.manifest,2048,2015-11-10
......\.....\Kalman.ilk,526644,2015-11-04
......\.....\Kalman.obj,36139,2015-11-10
......\.....\Kalman.pch,13697024,2015-11-10
......\.....\Kalman.res,8084,2015-11-02
......\.....\MainFrm.exe,1331318,2015-09-26
......\.....\MainFrm.ilk,1712500,2015-09-26
......\.....\MainFrm.obj,34860,2015-11-10
......\.....\Observe.obj,19912,2015-11-10
......\.....\Select.obj,25530,2015-11-10
......\.....\StdAfx.obj,336996,2015-11-10
......\.....\vc60.idb,271360,2015-11-09
......\.....\vc60.pdb,397312,2015-11-04
......\.....\vc80.idb,723968,2015-11-10
......\.....\vc80.pdb,700416,2015-11-10
......\DRGPS





......\.....\截图07.jpg,122094,2008-06-18
......\DRGPS.txt,0,2015-11-03
......\Kalman.aps,30460,2015-11-16
......\Kalman.clw,3542,2015-11-16
......\Kalman.cpp,4254,2015-11-02
......\Kalman.dsp,5292,2008-06-18
......\Kalman.dsw,520,2008-05-19
......\Kalman.h,1356,2008-05-19
......\Kalman.ncb,91136,2015-11-16
......\Kalman.opt,144896,2015-11-16
......\Kalman.plg,853,2015-11-04
......\Kalman.rc,13688,2015-11-02
......\Kalman.sln,876,2015-11-11
......\Kalman.vcproj,11029,2015-11-10
......\Kalman.vcproj.hb-PC.hb.user,1407,2015-11-11
......\KalmanDoc.cpp,15342,2015-11-11
......\KalmanDoc.h,2321,2008-08-10
......\KalmanView.cpp,16395,2008-08-13
......\KalmanView.h,2472,2008-08-12
......\Kalmanx3.txt,722,2008-06-14
......\Kalmanxe3.txt,719,2008-06-14
......\MainFrm.cpp,6202,2015-11-02
......\MainFrm.dsp,3475,2015-09-26
......\MainFrm.dsw,539,2015-09-26
......\MainFrm.h,1466,2008-08-05
......\MainFrm.ncb,117760,2015-11-10
......\MainFrm.opt,49664,2015-11-04
......\MainFrm.plg,751,2015-09-26
......\MainFrm.vcproj,4794,2015-11-10
......\matrix.cpp,29129,2008-08-11
......\matrix.h,8324,2015-11-10
......\matrix.txt,10947,2008-08-11
......\Observe.cpp,1159,2008-06-18
......\Observe.h,1165,2008-06-18
......\Qk.txt,275,2008-08-04
......\ReadMe.txt,4311,2008-05-19
......\Release
......\res

......\...\Kalman.rc2,398,2008-05-19


......\resource.h,1524,2008-08-05
......\Select.cpp,1498,2008-06-10
......\Select.h,1190,2008-06-10
......\StdAfx.cpp,208,2015-11-02
......\StdAfx.h,1054,2008-05-19
......\vfunc.cpp,16100,2008-08-11
......\vfunc.h,9880,2008-08-10
......\平台误差角α.txt,10398,2015-11-10
......\平台误差角β.txt,10454,2015-11-10
......\平台误差角γ.txt,10153,2015-11-10
......\最后一个值.txt,180,2008-06-18
......\状态估计值.txt,185,2008-08-06
......\纬度误差φ.txt,12120,2015-11-10
......\经度误差λ.txt,12193,2015-11-10
......\经度误差φ.txt,0,2008-08-09
......\速度误差δVx.txt,8598,2015-11-10
......\速度误差δVy.txt,8393,2015-11-10
......\陀螺随机漂移.txt,12882,2015-11-10

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

发表评论

0 个回复

  • CatchScreen-4.26
    截屏保存为单色位图。其中有把彩色转换为单色的功能(Screenshot is saved as a monochrome bitmap. Which has the function of color into monochrome)
    2011-06-01 15:18:33下载
    积分:1
  • yanshou
    单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。 2、确定进程控制块的内容,进程控制块的组织方式。 3、完成进程创建原语和进程调度原语。 4、编写主函数对所做工作进行测试。 (The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine the content, process control block of the organization. 3, the complete process of creating the original language and process scheduling primitives. 4, the preparation of the work done by the main function of the test.)
    2011-11-09 15:41:09下载
    积分:1
  • 托盘20030607220906_TrayIcon
    一个简单的托盘程序(a simple procedure tray)
    2004-12-09 22:51:05下载
    积分:1
  • student
    学生管理系统,包括学生信息管理,成绩管理,违规查询等。(Student management system, including the student information management, performance management, and illegal inquiries.)
    2010-01-06 13:50:57下载
    积分:1
  • vc.tiaoshi
    vc6.0对工程的调试,如何检测程序,以及跟踪程序的运行(the vc6.0 debug the project, testing procedures, as well as the operation of the tracking program)
    2012-08-02 10:11:23下载
    积分:1
  • GDIPPNG
    Bus route map simulation-based VC source code GDI + PNG(Bus route map simulation-based VC source code GDI+ PNG)
    2015-02-11 14:11:54下载
    积分:1
  • Shareaza_2.4.0.0_Source
    说明:  Shareaza的最新开源代码。一款在国外评价极高并且相当流行的P2P软件(简称Raza),它集合了eDonkey、Guntella(1和2)和BT四种流行P2P网络类型,并可以用于Http下载,该版本中加入了FTP下载,由于其优秀的界面(支持换肤)、简洁的操作以及极强的可制定性,所以在国外广为流传,其评价已跃居所有P2P软件的前5之列,并且许多P2P的下载站点已将其指定为BT的官方下载工具!(Shareaza s latest open-source code. A very high rating in foreign countries and has been reasonably popular P2P software (Raza), it combines the eDonkey, Guntella (1 and 2) and BT four popular P2P network type, and can be used to Http download, this version added FTP download, because of its excellent interface (skin support), simple operation and can develop very strong, so popular in foreign countries, and its evaluation of all the P2P software has leapt to the top 5 list, and many of the P2P download sites have been designated as the official BT download tool!)
    2008-11-30 14:04:01下载
    积分:1
  • TCP_UDP_IRC
    socket通信tcp实现的聊天室程序源码(tcp socket communication program source code to achieve the chat room)
    2020-09-11 13:38:01下载
    积分:1
  • MapXSample100
    Max Sample VC++ Max 实例程序(Max Sample VC++ Max examples of procedures)
    2009-02-18 20:45:05下载
    积分:1
  • course
    VB选课管理系统 VB+ACCESS 是一款简单的小程序,给大家看看(The VB course management system)
    2014-04-11 16:49:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载