Description: 一个用于控制和读取GPS 系统的单片机程序。 所用的单片机是MICROCHIP 的PIC18F252-The singlechip program is used for controling and read GPS system.The singlechip is PIC18F252 of MICROCHIP Platform: |
Size: 15871 |
Author:刘项杰 |
Hits:
Description: 这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program's source code, as long as you will want to help! Platform: |
Size: 634581 |
Author:刘先生 |
Hits:
Description: 一个用于控制和读取GPS 系统的单片机程序。 所用的单片机是MICROCHIP 的PIC18F252-The singlechip program is used for controling and read GPS system.The singlechip is PIC18F252 of MICROCHIP Platform: |
Size: 15360 |
Author:刘项杰 |
Hits:
Description: 这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program's source code, as long as you will want to help! Platform: |
Size: 633856 |
Author: |
Hits:
Description: 国内外搜集的GPS程序代码,包扩GPS用到的所有程序-At home and abroad to collect the GPS program code, including expanded use GPS all the procedures Platform: |
Size: 113664 |
Author:陈蕾 |
Hits:
Description: 高斯投影正反算的c程序代码,网上好多都是使用vc做的,真正用c写的就这一个-Positive and negative Gaussian projection operator of c program code, on-line use vc to do a lot of genuine use c wrote on this one Platform: |
Size: 4096 |
Author:熊迎军 |
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: 这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program s source code, as long as you will want to help! -This is a series of GPS procedures vb source code,呵呵hope will be helpful to everyone!-this a vb series of the GPS program s source code, as long as you will want to help! Platform: |
Size: 1024 |
Author:海阳 |
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: 很好的GPS信号的捕获和跟踪程序,可以直接运行,程序代码都有详细注释,很适合初学者学习研究-Good GPS signal acquisition and tracking procedures, can be directly run, the program code has detailed notes, it is suitable for beginners study Platform: |
Size: 22946816 |
Author:dfdf |
Hits:
Description: 基于ARM9的GPS定位系统程序源代码
基于ARM9的GPS定位系统程序源代码-ARM9-based GPS positioning system program source code for ARM9-based GPS positioning system program source code for Platform: |
Size: 315392 |
Author:皮皮 |
Hits:
Description: GSM/gps通信程序:双串口控制。当时我编这程序时还是花了不少力气的。
(1)gsm部分:以AT指令控制西门子TC35模块。程序代码精简。也可以用于TC35i,MC45,TC45的控制.
(2)采用GPS标准协议格式,获取GPS模块发来的时间、位置、速度等信息。该程序经过试验验证.
程序中,实现GPS信息的接收,并和其它信息一起编码成GSM传输协议格式发送出去。-GSM/gps Communication Program: Two serial control. When I compile this program, or spent a lot of effort for. (1) gsm Part: AT command to control the Siemens TC35 module. Streamlined code. Can also be used TC35i, MC45, TC45 control. (2) The standard protocol format, GPS, GPS module made to obtain the time, location, speed and other information. After the test verification process. Program to achieve GPS information received, and other information with the coded format of GSM protocol to send out. Platform: |
Size: 9216 |
Author:李喜 |
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控制程序,用于51单片机,含完整代码,keil下编译即可使用。-GPS control program for 51 single-chip, including the complete code, keil compiled can be used. Platform: |
Size: 105472 |
Author:shenWei |
Hits: