嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
GPS软件接收机程序,
可以正常运行。参考www.gnssbook.cn。
.
├── dll_lib
│ ├── Release
│ ├── dllTest.dsp
│ ├── dllTest.dsw
│ ├── dllTest.ncb
│ ├── dllTest.opt
│ ├── dllTest.plg
│ ├── matlab
│ │ ├── Readme.txt
│ │ └── display
│ │ ├── disp_acq.m
│ │ ├── disp_ls_fix.m
│ │ ├── disp_p_fix.m
│ │ ├── disp_pv_fix.m
│ │ └── disp_tracking.m
│ └── src
│ ├── acquisition.cpp
│ ├── cacode_module.cpp
│ ├── gps_controller.cpp
│ ├── gps_nav_fix.cpp
│ ├── gps_nav_msg.cpp
│ ├── includes
│ │ ├── Debug
│ │ │ └── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── acquisition.h
│ │ ├── cacode_module.h
│ │ ├── gps_controller.h
│ │ ├── gps_nav_fix.h
│ │ ├── gps_nav_msg.h
│ │ ├── gpslibconfig.h
│ │ ├── kalman_filter.h
│ │ ├── lib.h
│ │ ├── libconfig.h
│ │ ├── matrix.h
│ │ ├── multich_correlator.h
│ │ ├── onech_correlator.h
│ │ ├── pos_math.h
│ │ ├── prncode_generator.h
│ │ ├── sinu_nco.h
│ │ ├── softgps.h
│ │ ├── softrcvr.h
│ │ └── square_nco.h
│ ├── kalman_filter.cpp
│ ├── lib.cpp
│ ├── lib.def
│ ├── matrix.cpp
│ ├── multich_correlator.cpp
│ ├── onech_correlator.cpp
│ ├── pos_math.cpp
│ ├── prncode_generator.cpp
│ ├── sinu_nco.cpp
│ ├── softrcvr.cpp
│ └── square_nco.cpp
├── win_app
│ ├── ReadMe.txt
│ ├── Release
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── data
│ │ ├── config.ini
│ │ └── data
│ │ └── hexeph.bin
│ ├── dllCall.cpp
│ ├── dllCall.dsp
│ ├── dllCall.dsw
│ ├── dllCall.ncb
│ ├── dllCall.opt
│ ├── dllCall.plg
│ └── src
│ ├── configparser.cpp
│ ├── includes
│ │ ├── Debug
│ │ │ └── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── configparser.h
│ │ ├── main.h
│ │ ├── sig_source.h
│ │ ├── softgps.h
│ │ └── softrcvr.h
│ ├── main.cpp
│ └── sig_source.cpp
└── 好例子网_GPS_source.rar
16 directories, 71 files