readme
来自「根据GPS官方网站提供的gps定位方法而编写的C语言gps定位代码」· 代码 · 共 36 行
TXT
36 行
This directory contains the source for three applications whichprocess different types of GPS data in order to obtain successivelybetter position fixes.These are:-1. stdalone - basic calculation using data from one GPS receiver2. singdif - basic differential calculation using data from two GPS receivers3. sdsmooth - differential calculation using data from two GPS receivers enhanced in accuracy by using carrier phase informationSample input and output files are provided, so you can check out the correctfunctioning of the code. I have tried as much as possible to make the code easilyre-usable for future applications.The background to this 'C' code is given at:-http://vase.essex.ac.uk/projects/gps/djjweb/The original Pascal source, from which the code has been translated is fullydescribed at:-http://callisto.worldonline.nl/~samsvl/software.htmAny software improvements/fixes are welcome. If you find the code of use,perhaps you might to drop a line! 5th Oct 1998 David John Johnston ( djjohn@essex.ac.uk )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?