CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - library
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Fax program
BREW
J2ME
Com Port
Parallel Port
Modem program
SMS
MMS
WAP develop
Symbian
Windows Mobile
Voice Compress
USB develop
TAPI
GPS develop
RFID
3G develop
android
IOS
MTK
wechat App
Search - library - List
[
GPS develop
]
pfind20
DL : 0
最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序.-shortest path analysis controls, the first to use regsvr32 procedures for the registration of the dynamic link library, and then vb direct use of the dynamic link library. Procedures are related note, can view specific documents related procedures.
Date
: 2025-12-30
Size
: 240kb
User
:
张可强
[
GPS develop
]
解释NMEA 0183的公共对象模型的类库
DL : 0
接收(从串口)解释NMEA 0183的公共对象模型(COM)的类库,很不错的,在自己的程序中加入GPS功能。-It is a great idea to accept class library of NMEA 0183 com from com port, you can add GPS function in your own programme.
Date
: 2025-12-30
Size
: 69kb
User
:
反对撒
[
GPS develop
]
c++libraly
DL : 0
一个图书馆管理系统的源代码,虽然没有整个系统,但是已经给出了各个功能的源代码,希望程序员们自己去摸索.-a library management system source code, although not the entire system. But all have been given a function of the source code, programmers hope to explore themselves.
Date
: 2025-12-30
Size
: 4kb
User
:
sam
[
GPS develop
]
JavaGPS-1.02
DL : 0
JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map.. -JavaGPS is a Java-only base library that enables access to GPS devices from within any Java application. Provides Java API, NMEA0183 parser, record and playback GPS log files, convert between earth dates and Gauss Krueger, GPS management GUI with map ..
Date
: 2025-12-30
Size
: 519kb
User
:
[
GPS develop
]
libroadnav-0.17.tar
DL : 0
Powerful and Portable GPS application -- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.-Powerful and Portable GPS application-- support Linux, Windows, Windows CE GPS navigation and Map management Using wxWidget library part.
Date
: 2025-12-30
Size
: 774kb
User
:
David Xu
[
GPS develop
]
Dijkstra_src
DL : 0
matlab常用源码,里面存放了很多路由经典的算法-matlab common source, which kept a lot of classical routing algorithm
Date
: 2025-12-30
Size
: 47kb
User
:
lww
[
GPS develop
]
hs_gpsdll_setup
DL : 0
GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time -GPS receivers process DEMO. HsGpsDll Library 1.1A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time
Date
: 2025-12-30
Size
: 502kb
User
:
taoxs
[
GPS develop
]
gps-VC++
DL : 0
这是一个简单的软件开发包(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.
Date
: 2025-12-30
Size
: 105kb
User
:
徐键
[
GPS develop
]
gpsatmmodel
DL : 0
GPS定位中对流层模型改正,应经生成类库,可以直接调用-GPS positioning in the troposphere correction model should be generated by the class library, you can directly call
Date
: 2025-12-30
Size
: 171kb
User
:
张堂
[
GPS develop
]
armok01160238
DL : 0
GRPS模块PROTEL库文件 分享一下 SIM300C的-GRPS module library file PROTEL share of SIM300C
Date
: 2025-12-30
Size
: 6kb
User
:
郑正都
[
GPS develop
]
gps1_5
DL : 0
gps1_5.c begins by opening a file gpsData.txt which will save all GPS message strings in ASCII. Next, the serial port is opened using a function prototype comm_setting() which invokes functions found in the IBMCOM library. A while loop is entered, where the statement charRead = com_rx() serially reads a character and checks if it begins with a dollar sign. If so, this indicates a new GPS message string has been received and more characters are read until a carriage return (CR) is found. tempString holds the GPS message string that was serially read. If it is a $GPGGA message, additional reading is done, where we know that commas separate geospatial data. sscanf is used to extract numerical data from the ASCII characters. -gps1_5.c begins by opening a file gpsData.txt which will save all GPS message strings in ASCII. Next, the serial port is opened using a function prototype comm_setting() which invokes functions found in the IBMCOM library. A while loop is entered, where the statement charRead = com_rx() serially reads a character and checks if it begins with a dollar sign. If so, this indicates a new GPS message string has been received and more characters are read until a carriage return (CR) is found. tempString holds the GPS message string that was serially read. If it is a $GPGGA message, additional reading is done, where we know that commas separate geospatial data. sscanf is used to extract numerical data from the ASCII characters.
Date
: 2025-12-30
Size
: 3kb
User
:
icach
[
GPS develop
]
SynergyGPS
DL : 0
Library for Connect and Read Data from Serial GPS Device
Date
: 2025-12-30
Size
: 19kb
User
:
Alex
[
GPS develop
]
rtklib_2.2.0
DL : 1
RTK-GPS实时通信的类库,用c语言编写-RTKLIB is a simple and portable C-library for constructing RTK-GPS (Realtime Kinematic GPS) positioning applications.
Date
: 2025-12-30
Size
: 23.41mb
User
:
ykoky2k
[
GPS develop
]
gps
DL : 0
用Moxa的串口库,实现GPS对计算机对时-Using Moxa Library to recevie GPS data and correct computer s time
Date
: 2025-12-30
Size
: 9kb
User
:
刘竞力
[
GPS develop
]
P6D01401
DL : 0
盘点机开发代码,盘点,入库,出库,上架,下架,调拨,收料-Inventory of machine development code, inventory, storage, a library, shelves, shelves, transfer, receiving
Date
: 2025-12-30
Size
: 6kb
User
:
jonson
[
GPS develop
]
GPS
DL : 0
程序为一个GPS惯性导航系统。使用了OpenNETCF库的串口通讯程序。-Program for a GPS inertial navigation system. Use a OpenNETCF library serial communication program.
Date
: 2025-12-30
Size
: 710kb
User
:
子非鱼
[
GPS develop
]
GPS-libarary-atmega-AVR
DL : 0
This library of GPS writed by C language. it hepls you when programing project became very easy. Have fun!-This is library of GPS writed by C language. it hepls you when programing project became very easy. Have fun!
Date
: 2025-12-30
Size
: 5kb
User
:
Phi
[
GPS develop
]
MicroSD-Record-GPS-data-
DL : 0
基于MSP430和MicroSD卡的GPS记录器 MSP430f149接收C3-370模块GPS信号,用Nokia5110液晶显示经纬度,并将$GPRMC语句后62字节保存在Micro SD卡上。所存数据读入电脑后可通过RouteConverter.exe软件转成KML文件,加载到google earth后可以显示轨迹。 资料包括 原理图:Altium Designer Winter 09 格式和PDF格式 控制程序:基于MSP430F149的GPS记录程序。主要完成坐标显示、迹记录等功能。 整理时间: 下午 07:10 2012-3-6 沨-MSP430 and MicroSD card-based GPS logger MSP430f149 receive the GPS signal of the C3-370 module, with Nokia5110 liquid crystal display latitude and longitude, and $ GPRMC statement after the 62 bytes stored on the Micro SD card. The stored data is read into a computer through RouteConverter.exe software can turn into a KML file is loaded into google earth can show the trajectory. Information, including Schematic: of Altium Designer Winter 09 and PDF formats, the required components package library Control procedures: MSP430F149 GPS records program. Complete the coordinate display, track records. Finishing time: 7:10 PM 2012-3-6 Phoenix
Date
: 2025-12-30
Size
: 339kb
User
:
HuNB
[
GPS develop
]
LIBRARY SIM908
DL : 0
sim 908 library for you
Date
: 2025-12-30
Size
: 8kb
User
:
javadrr
[
GPS develop
]
nmea
DL : 0
Library for work with NMEA GPS for AVR MCUs
Date
: 2025-12-30
Size
: 1kb
User
:
svm2301
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.