登录
首页 » Visual C++ » GPS_Software_receirver

GPS_Software_receirver

于 2020-07-04 发布 文件大小:165KB
0 379
下载积分: 1 下载次数: 457

代码说明:

  GPS软件接收机的源码,实现信号跟踪、捕获、电文解调、定位解算等功能,有助于学习卫星导航的同学加深对GPS接收机工作原理的理解,也可作为核心代码扩展为GPS接收机工作原理演示程序。(The source code of the software GPS receiver signal tracking, capture, message demodulation, position resolution and other functions, help students to learn satellite navigation to deepen understanding of the GPS receiver works can also be extended as the core code for the GPS receiverworking principle of demo program.)

文件列表:

GPS_Software_receirver
......................\dllTest.dsp,6696,2008-09-02
......................\dllTest.dsw,537,2007-06-10
......................\dllTest.ncb,590848,2009-06-27
......................\dllTest.opt,55808,2009-06-27
......................\dllTest.plg,2814,2009-06-27
......................\matlab
......................\......\display
......................\......\.......\disp_acq.m,348,2008-09-09
......................\......\.......\disp_ls_fix.m,3632,2008-09-16
......................\......\.......\disp_pv_fix.m,7165,2008-09-16
......................\......\.......\disp_p_fix.m,3114,2008-09-16
......................\......\.......\disp_tracking.m,1800,2008-10-31
......................\......\Readme.txt,159,2008-09-03
......................\Release
......................\src
......................\...\acquisition.cpp,13431,2008-09-09
......................\...\cacode_module.cpp,5287,2008-11-25
......................\...\gps_controller.cpp,43795,2009-05-19
......................\...\gps_nav_fix.cpp,23296,2008-09-09
......................\...\gps_nav_msg.cpp,16678,2008-09-09
......................\...\includes
......................\...\........\acquisition.h,2951,2008-09-09
......................\...\........\cacode_module.h,1701,2008-11-25
......................\...\........\Debug
......................\...\........\.....\CVS
......................\...\........\.....\...\Entries,2,2009-06-27
......................\...\........\.....\...\Repository,37,2009-06-27
......................\...\........\.....\...\Root,17,2009-06-27
......................\...\........\gpslibconfig.h,827,2008-11-25
......................\...\........\gps_controller.h,3440,2008-11-19
......................\...\........\gps_nav_fix.h,1465,2008-09-03
......................\...\........\gps_nav_msg.h,3630,2008-09-02
......................\...\........\kalman_filter.h,4375,2008-09-03
......................\...\........\lib.h,330,2008-09-06
......................\...\........\libconfig.h,756,2008-09-02
......................\...\........\matrix.h,2366,2008-09-02
......................\...\........\multich_correlator.h,3072,2008-11-19
......................\...\........\onech_correlator.h,4531,2008-09-02
......................\...\........\pos_math.h,2132,2008-09-02
......................\...\........\prncode_generator.h,1816,2008-11-25
......................\...\........\sinu_nco.h,1879,2008-09-02
......................\...\........\softgps.h,8907,2009-05-19
......................\...\........\softrcvr.h,502,2008-09-02
......................\...\........\square_nco.h,2365,2008-09-02
......................\...\kalman_filter.cpp,26405,2008-09-10
......................\...\lib.cpp,4505,2008-09-02
......................\...\lib.def,138,2007-06-10
......................\...\matrix.cpp,5763,2008-09-02
......................\...\multich_correlator.cpp,6178,2008-11-19
......................\...\onech_correlator.cpp,7825,2007-06-10
......................\...\pos_math.cpp,12868,2008-09-02
......................\...\prncode_generator.cpp,4922,2008-11-25
......................\...\sinu_nco.cpp,3738,2008-09-02
......................\...\softrcvr.cpp,2101,2008-09-02
......................\...\square_nco.cpp,3456,2007-06-10

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

发表评论

0 个回复

  • ManageRest
    食堂管理系统(MFC),有界面,可以访问ACCESS的数据库!(canteen management system (MFC), the interface can access the database ACCESS!)
    2007-05-07 16:01:10下载
    积分:1
  • zuixiaohuatuopan
    说明:  用win32SDK实现的一个 最小化托盘的程序(Achieved with a minimum of win32SDK procedure tray)
    2010-04-18 12:20:40下载
    积分:1
  • 61282540usb-can(vc6)
    usb编程资料 很少见的资料 快看看吧(usb编程资料 很少见的资料 快看看吧)
    2010-10-20 12:19:23下载
    积分: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
  • GetHostNameIP
    一个有关获取主机名和IP地址的MFC程序,对于初学者来说很有帮助(For information about obtaining a host name and IP address of the MFC, very helpful for beginners)
    2013-08-22 10:58:23下载
    积分:1
  • pagewnd
    VC++调用Excel表格编辑数据的功能,一打开就显示Excel风格的表格(VC++ calling function Excel spreadsheet editing data, an open style on display Excel spreadsheet)
    2013-12-01 21:50:40下载
    积分:1
  • 1
    说明:  WinSock网络编程实用宝典。适合初学者以及深入理解网络编程的朋友。(WinSock network programming practical Collection. Suitable for beginners as well as in-depth understanding of network programming friends.)
    2011-07-04 17:38:27下载
    积分:1
  • 44810407
    说明:  Desktop drawing program, for beginners to understand the vc code is a good example, performance fun and easy to learn
    2018-12-31 11:33:10下载
    积分:1
  • xxxxx
    自己开发的一个 cdc 自绘制与 tooltip 完美结合的例子。(Developed a cdc from the perfect combination of drawing and tooltip example.)
    2008-03-22 22:05:58下载
    积分:1
  • GoF
    23个GOF模式的C++版本,改写来自Java,一些小实例(GOF c++ java)
    2009-05-31 00:26:41下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载