登录
首页 » Visual C++ » GNSS

GNSS

于 2020-12-30 发布 文件大小:1880KB
0 222
下载积分: 1 下载次数: 15

代码说明:

  单点定位就是根据一台接收机的观测数据来确定接收机位置的方式,它只能采用伪距观测量,可用于车船等的概略导航定位。(Single point positioning is based on observations of a receiver to determine the position of the receiver way, it only can use the false distance measurements, can be used to approximate the travel and other navigation and positioning)

文件列表:

GNSS单点定位
............\afxv_dll.h,78,2013-08-06
............\ChildFrm.cpp,1539,2013-08-04
............\ChildFrm.h,1397,2013-08-04
............\Debug
............\.....\ChildFrm.obj,16063,2013-08-06
............\.....\GNSS单点定位.obj,24019,2013-08-06
............\.....\GNSS单点定位.pch,5640704,2013-08-06
............\.....\GNSS单点定位.pdb,361472,2013-08-06
............\.....\GNSS单点定位.res,10644,2013-08-04
............\.....\GNSS单点定位Doc.obj,14482,2013-08-06
............\.....\GNSS单点定位View.obj,19377,2013-08-06
............\.....\GPSDlg.obj,48064,2013-08-06
............\.....\MainFrm.obj,18830,2013-08-06
............\.....\StdAfx.obj,105527,2013-08-06
............\.....\vc60.idb,254976,2013-08-06
............\.....\vc60.pdb,454656,2013-08-06
............\GNSS单点定位.APS,48580,2013-08-04
............\GNSS单点定位.clw,4301,2013-08-06
............\GNSS单点定位.cpp,4964,2013-08-04
............\GNSS单点定位.dsp,5135,2013-08-06
............\GNSS单点定位.dsw,549,2013-08-04
............\GNSS单点定位.h,1358,2013-08-04
............\GNSS单点定位.ncb,74752,2013-08-06
............\GNSS单点定位.opt,48640,2013-08-06
............\GNSS单点定位.plg,3176,2013-08-06
............\GNSS单点定位.rc,16405,2013-08-04
............\GNSS单点定位Doc.cpp,1726,2013-08-04
............\GNSS单点定位Doc.h,1461,2013-08-04
............\GNSS单点定位View.cpp,2551,2013-08-04
............\GNSS单点定位View.h,1875,2013-08-04
............\GPSDlg.cpp,4526,2013-08-06
............\GPSDlg.h,1571,2013-08-04
............\MainFrm.cpp,2529,2013-08-04
............\MainFrm.h,1542,2013-08-04
............\Matrix.cpp,21913,2013-08-04
............\Matrix.h,4292,2013-08-04

............\ReadMe.txt,4864,2013-08-04
............\res

............\...\GNSS单点定位.rc2,404,2013-08-04


............\resource.h,1149,2013-08-04
............\StdAfx.cpp,214,2013-08-04
............\StdAfx.h,1054,2013-08-04

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

发表评论

0 个回复

  • ADO
    Vc++中,MFC中实现数据库的实时显示以及增加和删除(To increase the database to delete in MFC)
    2012-11-05 21:15:35下载
    积分:1
  • clock
    系统主要实现时间的显示,主要包括获取系统时间然后通过时钟的模拟界面进行时间的显示。(System main time display, including access to the system time and then displays the time by the clock of the analog interface.)
    2013-11-30 12:04:57下载
    积分:1
  • testZeroMQ
    内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
    2014-02-19 08:43:26下载
    积分:1
  • GrabBitmaps
    In computer vision, one usually needs access to video frames as they are streamed in order to analyze or process them in some way. This code-pack shows how to obtain a single bitmap from a video stream using Microsoft Directshow.
    2020-11-27 14:19:30下载
    积分:1
  • ADODateGrid
    使用SQL语句对数据库进行通用操作,使用DataGrid控件显示,VC++经典编程学习源码,很好的参考资料。(Use the SQL statement to the general operation of the database, use the DataGrid control to display, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:52:36下载
    积分:1
  • ProtectFile
    本程序功能为防止文件删除,其中包含三个部分,分别为:FSD INLINE HOOK初级防删,HOOK IoCreateFile中级防删,HOOK IoCheckShareAccess高级防删。(The program features to prevent file deletion, which consists of three parts, namely: FSD INLINE HOOK primary anti deleted, HOOK IoCreateFile intermediate anti deleted, HOOK IoCheckShareAccess senior defense deleted.)
    2010-07-09 11:04:31下载
    积分:1
  • binghe
    有关冰河源码,提供大家学习.是否能用,本人没有测试过.使用的工具是VC++ 可以做学习参考之用(the glacial source for study. Whether used. I have not yet been tested. the tools used VC can do is learn reference only)
    2006-06-21 09:08:49下载
    积分:1
  • killerringer_vst_plugin
    说明:  vstgui develop plugin
    2020-06-28 12:30:31下载
    积分:1
  • dui-lib
    vc++duilib中对各种控件命名的规则(vc++duilib zhong dui gezhong kongjian de mingming guize)
    2011-12-19 13:21:38下载
    积分:1
  • Research-and-design
    Research and design of photovoltaic inverter based on DSP2812
    2014-11-06 21:57:55下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载