搜索资源列表
konGPS ver0.21源代码
- *西门子6688上使用 * konGPS.java * * Implementation of konGPS for Siemens SL45i * * Copyright (C) 2002-2003 by KoncaOnLine (http://www.konca.com). * * Author: Konca Fung (konca@tom.com) * * This program may be distributed according to the
c-gps
- 以前用VB,C#等很轻松将GPS信息解码。但是最近要使用C语言,(网上有一个VC的按位解的)苦于C操作字符串的难度,请各位大侠放出一份C代码解GPS。 我先贴上我用C解的代码,是直接将VB和C#的思路转过来的。 现在可以读出经度或纬度-before using VB, C#, etc. is easy to decode the GPS information. However, the recent use of C language, (the Internet by a VC-So
GPSSerialRevSoft
- GPS数据采集程序大致可分4个模块:串行通信、数据库处理、控制和显示模块。串口通信技术使用了自己编写的CSerialPortEx类;接收串口数据时使用隐式调用,CserialPortEx在串口数据到达时讲数据发送到程序主窗口。控制模板每隔一段时间察看一次主创口串口数据接收缓冲区,并对符合要求的数据进行处理后通过数据库处理模块存储导数据库中,同时请求显示模块跟新纪录,语言环境:Visual C++6.0。 -GPS data collection procedures can be large
GPS_CA_GENERATION
- 该程序是GPS仿真中C/A码的生成程序,很方便的给方针爱好者使用。
VirtualEarth
- c#,串行通信,使用蓝牙适配器之间进行串行通信,使用Bing Maps 3D地图实现GPS地图导航功能.-c#, serial communication, use the serial communication between the Bluetooth adapter, using the Bing Maps 3D Map achieve GPS map navigation.
EShell
- 车载GPS UI部分代码,主要的代码是C#,有部分的MFC,很使用的程序,希望你可以参考。-For you,and for me.Just made some code for you and we can all use it.It s complicated. this maybe could help you.
Velocity
- 使用C语言编写的计算GPS卫星在任意时刻的三维速度的程序-Calculation of GPS satellites at any time three-dimensional velocity
tracking
- gps单频软件接收机跟踪程序,用c语言在vc++6.0开发环境下写成,并且对载波产生和码产生使用x87的浮点汇编指令集提高速度。-single-frequency software receiver gps tracking program, using c language in vc++6.0 development environment, written and produced for use of carrier generation and code compilation of
gps-VC++
- 这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。-This is a simple software development kit (SDK), you can
qddown_vc110145353466
- 这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。 本文来源于虾客源码 http://www.xkxz.com -gps
gps_test
- GPS测试源代码,使用C语言开发,可以在ARM是使用-GPS test source code, using C language development that can be used in the ARM
usbacq
- C++ GPS信号捕获程序,时域进行,使用USB串口输入接收数据-C++ GPS signal acquisition procedure, the time domain, using the USB serial port receive data input
GPS--C_Matlab
- 在本 GPS 软件接收机的实现中,主要针对C/A 码的捕获和跟踪算 法进行了C++代码的优化和改进,并在C++环境中调用Matlab 来实现 傅立叶变换的快速计算,将C++和Matlab 有机地结合在一起,提高了软件接收机的处理速度;使用类函数来实现大量的数组和矩阵运算,简化了程序的复杂性,提高了程序的可读性;分析所得到的卫星并从中筛选出四颗卫星来计算用户位置,提高了用户位置的精度。-In the GPS software receiver implementation, mainly
GPS
- GPS功能描述,使用C语言对GPS的提取解析处理,进行编程-GPS function descr iption, the use of GPS in the extraction of C-analytic processing, programming
gggprsgsmp
- gprs gsm 的c语言驱动动程序。keil编译可直接使用。 -gprs gsm driver of the c language. keil compilerr source code integrity, and can be used directly.
test_CMA_MPE
- 为解决多经效应,可采用 CMA算法。当C/A码通过多径信道时,会产生误码。本作通过CMA算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解多经效应的影响-CMA algorithm can be used to solve the multi-through effect. When the C/A code by multipath channel will result in error. For this by t
test_CMA_noise
- 为解决信道中的噪声影响,可采用 CMA算法。当C/A码通过噪声信道时,会产生误码。本作通过CMA算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解噪声对通信的影响-To resolve the effects of noise in the channel, the CMA algorithm may be used. When the C/A code through the noise channel will re
test_LR_MPE
- 为解决信道中的多经效应问题,可采用LMS和RLS算法。当C/A码通过多径信道时,会产生误码。本作通过LMS和RLS算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解LMS和RLS算法的原理-To solve more than by the effect of the channel can be used LMS and RLS algorithm. When the C/A code by multipath cha
test_LR_Noise
- 为解决信道中的噪声问题,可采用LMS和RLS算法。当C/A码通过噪声信道时,会产生误码。本作通过LMS和RLS算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解LMS和RLS算法的原理-, LMS and RLS algorithm can be used to resolve the problem of channel noise. When the C/A code through the noise channe
单点定位程序说明
- 使用C++完成单点定位的流程,以及分层描述单点定位的构建流程(process of Single Point Positioning)