Location:
Search - GPS file
Search list
Description: gps 读renix文件格式的源代码-a GPS reading renix file format source code
Platform: |
Size: 145408 |
Author: 田允国 |
Hits:
Description: 读取renix格式的卫星星历文件,支持原始网络下载文件,阿紫泰克软件转换的星历文件,将数据存在数组中待计算-Read format renix satellite ephemeris files, support for the original network to download documents, Tektronix阿紫conversion software ephemeris file to the data array to be calculated
Platform: |
Size: 1024 |
Author: huangjie |
Hits:
Description: 该程序为GPS数据采集程序,AppWizard has created this GPS application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your GPS application.-The program for GPS data collection procedures, AppWizard has created this GPS application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.This file contains a summary of what you will find in each of the files thatmake up your GPS application.
Platform: |
Size: 74752 |
Author: fang |
Hits:
Description: 这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。-This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. In order to ensure the documents can be downloaded as far as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.
Platform: |
Size: 107520 |
Author: 徐键 |
Hits:
Description: Read nmea file and send to com port.
you can easly simulate the gps application
Platform: |
Size: 905216 |
Author: Lee |
Hits:
Description: 利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件-GPSLIB take advantage of this at their own 32-bit Windows applications add support for the Global Positioning System. Source code files GPSLIB library contains the source code and Demo program. There are a lot of documents detailed notes. Download file in order to ensure as far as possible the size of the small, compressed file does not contain any binary file
Platform: |
Size: 101376 |
Author: xukai |
Hits:
Description: Read rinex file of gps message
Platform: |
Size: 1024 |
Author: libinha |
Hits:
Description: 关于GPS/INS组合导航的matlab仿真程序 大家共同学习下-On GPS/INS Integrated Navigation System of the matlab simulation program to study under the common
Platform: |
Size: 634880 |
Author: zhoufeng |
Hits:
Description: 显示GPS经纬度,时间,海拔等信息,并可存成excel文件-Show GPS latitude and longitude, time, altitude and other information, can be saved as excel file
Platform: |
Size: 22528 |
Author: xumin |
Hits:
Description:
* When including this file in the assembly program file, all I/O register
* names and I/O register bit names appearing in the data book can be used.
*
* The Register names are represented by their hexadecimal addresses.
*
* The Register Bit names are represented by their bit number (0-7).
*
* Please observe the difference in using the bit names with instructions
* such as "sbr"/"cbr" (set/clear bit in register) and "sbrs"/"sbrc"
* (skip if bit in register set/cleared). The following example illustrates
* this:
*
* in r16,PORTB read PORTB latch
* sbr r16,(1<<PB6)+(1<<PB5) set PB6 and PB5 (use masks, not bit#)
* out PORTB,r16 output to PORTB
*
* in r16,TIFR read the Timer Interrupt Flag Register
* sbrc r16,TOV0 test the overflow flag (use bit#)
* rjmp TOV0_is_set jump if set
* ... otherwise do something else-
* When including this file in the assembly program file, all I/O register
* names and I/O register bit names appearing in the data book can be used.
*
* The Register names are represented by their hexadecimal addresses.
*
* The Register Bit names are represented by their bit number (0-7).
*
* Please observe the difference in using the bit names with instructions
* such as "sbr"/"cbr" (set/clear bit in register) and "sbrs"/"sbrc"
* (skip if bit in register set/cleared). The following example illustrates
* this:
*
* in r16,PORTB read PORTB latch
* sbr r16,(1<<PB6)+(1<<PB5) set PB6 and PB5 (use masks, not bit#)
* out PORTB,r16 output to PORTB
*
* in r16,TIFR read the Timer Interrupt Flag Register
* sbrc r16,TOV0 test the overflow flag (use bit#)
* rjmp TOV0_is_set jump if set
* ... otherwise do something else
Platform: |
Size: 84992 |
Author: sakthivel |
Hits:
Description: gps信号接口文件,对研究卫星导航定位系统的朋友有用-gps signal interface file, satellite navigation and positioning system research useful for friends
Platform: |
Size: 737280 |
Author: dashuzhi |
Hits:
Description: 一个GPS课程的全部代码,含有数据!很实用-MATLAB GPS SCRIPTS-- Charles Meertens and Doug Miller, U. Utah 3Jan95
These scripts were developed for/during a class in GPS and Active Tectonics
Department of Geology and Geophysics, U. Utah, Spring, 1994
EXAMPLE RINEX Files (the only ones guaranteed to work this release)
CUR10911.94N
CUR10911.94O
PAR10910.94N
PAR10910.94O
Main Program scripts:
gpshora.m -- function to calculate Modified Julian Day, Homework#1
HW2.m -- Homework#2 read RINEX observation file and plot C/A code vrs. time
HW3_plt.m-- Homework#3 read RINEX navigation file, plot satellite positions
HW3_3dplt.m-- Same as HW3_plt.m, but 3d position plots
HW4.m-- Homework#4 calculate and plot station position as function of time
Functions called:
calc_nav.m-- calculate satellite position
calc_pos1.m-- calculate station position
constants.m-- GPS constants
coords.m-- convert x,y,z coordinates to lat, long, height
date2j.m-- calculate MDJ
eccenr.m-- calculate "E" anomally
read_nav.m-- Read RINEX Nav file
r
Platform: |
Size: 816128 |
Author: 王楠 |
Hits:
Description: gps卫星定位,包括O文件,N文件读取,星历数据-gps satellite positioning, including the O file, N file read, ephemeris data
Platform: |
Size: 2048 |
Author: 李易 |
Hits:
Description: 读取RINEX星历文件,观测文件,存储为数组形式,matlab环境下-Read RINEX ephemeris file, observation file
Platform: |
Size: 2048 |
Author: 刘玥 |
Hits:
Description: Complete GPS Datalogger Project using PIC16F690. It uses a standard SD CARD in SPI mode as the memory to store the GPS data. Does not uses a FAT File System though.
Platform: |
Size: 952320 |
Author: Sougata Das |
Hits:
Description: 一款采用1602液晶+89c51的4种版本GPS数据解析HEX文件(内含电路图)-A 1602+89 c51 using the four versions of the GPS data analysis HEX file (containing the circuit diagram)
Platform: |
Size: 128000 |
Author: 王高 |
Hits:
Description: uC-GPS
库文件
教你如何开发和使用gps模块-uC-GPS
Lib GPS file
Platform: |
Size: 12288 |
Author: wang |
Hits:
Description: 可读N文件,O文件,可实现GPS伪距单点定位(Readable N file, O file, you can achieve GPS pseudo range, single point positioning)
Platform: |
Size: 5018624 |
Author: 木槿何溪
|
Hits:
Description: 可读取星历文件和观测文件,并实现伪距单点定位,并输出结算结果的TXT文件(Can read ephemeris files and observation files, and realize pseudo distance single point positioning, and output the results of the settlement of the TXT file)
Platform: |
Size: 949248 |
Author: 木槿何溪
|
Hits:
Description: 1.从IGS下载SHAO站点2017年2月8日8:00的N文件;
2.从IGS下载2017年2月8日SP3文件;
3.编程读入SP3文件,N文件,按十一步计算2017年2月8日9:00:00时刻的各卫星WGS84坐标,并以文本输出;
4.根据精密星历,计算各卫星坐标在XYZ三个方向的偏差。
5.能够根据读入的N文件计算出指定时刻、指定卫星的坐标,并显示和输出。(1. download the N file at 8:00 on the SHAO site from IGS on February 8, 2017;
2. download the February 8, 2017 SP3 file from IGS;
3. programming read into the SP3 file, N file, according to eleven steps to calculate the February 8, 2017 9:00:00 time of each satellite WGS84 coordinates, and text output;
4. according to the precise ephemeris, the deviation of the satellite coordinates in the three directions of XYZ is calculated.
5., according to the N file read into the specified time, specify the coordinates of the satellite, and display and output.)
Platform: |
Size: 57302016 |
Author: 痕迹
|
Hits:
« 12
3
4
5
6
7
8
9
10
...
18
»