登录
首页 » Visual C++ » GPS数据处理源代码

GPS数据处理源代码

于 2017-10-21 发布 文件大小:119KB
0 227
下载积分: 1 下载次数: 8

代码说明:

  采集GPS数据,对数据进行解析并显示。在visual c++下面开发。(Collect GPS data, parse and display the data.Development under visual c++.)

文件列表:

GPS数据处理源代码
GPS数据处理源代码\C
GPS数据处理源代码\C\ABS_POS.C
GPS数据处理源代码\C\AD_CORE.C
GPS数据处理源代码\C\AMBIFIX.C
GPS数据处理源代码\C\BROAD.C
GPS数据处理源代码\C\CONTROLF.C
GPS数据处理源代码\C\DATA_LOG.C
GPS数据处理源代码\C\DAT_RPLY.C
GPS数据处理源代码\C\DEPTH.C
GPS数据处理源代码\C\DGPS_COR.C
GPS数据处理源代码\C\EQDD_S.C
GPS数据处理源代码\C\GG_POS.C
GPS数据处理源代码\C\IGS.C
GPS数据处理源代码\C\KIN_TRAN.C
GPS数据处理源代码\C\MAKEDATA.C
GPS数据处理源代码\C\MENU1.C
GPS数据处理源代码\C\MENU2.C
GPS数据处理源代码\C\NET_DGN.C
GPS数据处理源代码\C\NMEA.C
GPS数据处理源代码\C\NORMDD_S.C
GPS数据处理源代码\C\ORBIT.C
GPS数据处理源代码\C\PPHS_COR.C
GPS数据处理源代码\C\REL_POS.C
GPS数据处理源代码\C\REPLAY.C
GPS数据处理源代码\C\RINEX.C
GPS数据处理源代码\C\RINEXOUT.C
GPS数据处理源代码\C\RMS.C
GPS数据处理源代码\C\RTCMDECD.C
GPS数据处理源代码\C\RTCMENCD.C
GPS数据处理源代码\C\SAT_DOP.C
GPS数据处理源代码\C\SAT_MAP.C
GPS数据处理源代码\C\SAT_POS.C
GPS数据处理源代码\C\SINGLEP.C
GPS数据处理源代码\C\SKY_VIEW.C
GPS数据处理源代码\C\TIDE_COR.C
GPS数据处理源代码\C\TO-RINEX.C
GPS数据处理源代码\C\TRANF.C
GPS数据处理源代码\C\XYBL.C
GPS数据处理源代码\C\XYXY.C
GPS数据处理源代码\INCLUDE
GPS数据处理源代码\INCLUDE\ALMANCE.H
GPS数据处理源代码\INCLUDE\ASHTECH.H
GPS数据处理源代码\INCLUDE\GLOBE.H
GPS数据处理源代码\INCLUDE\GPS.H
GPS数据处理源代码\INCLUDE\GPSSUB.H
GPS数据处理源代码\INCLUDE\GPS_IO.H
GPS数据处理源代码\INCLUDE\MAGELLAN.H
GPS数据处理源代码\INCLUDE\MOTOROLA.H
GPS数据处理源代码\INCLUDE\NAVSYMM.H
GPS数据处理源代码\INCLUDE\NOVATEL.H
GPS数据处理源代码\INCLUDE\RINEX.H
GPS数据处理源代码\INCLUDE\SV.H
GPS数据处理源代码\INCLUDE\TRIMBLE.H

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • NICControlClass
    枚举所有网卡、获取设置网卡参数、检查网卡状态、启禁网卡(Enum all NICs,get NIC paramates,check NIC state,enable/disable nic)
    2010-10-13 12:35:40下载
    积分:1
  • ModScan32-1
    用于监控PLC,针对的是modbus协议(monitoring PLC with modbus protocol)
    2013-10-21 12:50:17下载
    积分:1
  • snmp
    使用VC实现SNMP管理程序,内容详细,对于初学者很有帮助,(VC achieved using SNMP management program, detailed, useful for beginners,)
    2013-12-18 10:07:34下载
    积分:1
  • debond_sample
    关于裂纹扩展的简单实例。 .rar文件是ABAQUS中的inp文件。(This is a sample example on about the crack growth. in the .rar file is a inp file of ABAQUS to simulate this process)
    2021-03-14 16:29:23下载
    积分:1
  • Visual.C.2010
    Visual_C++2010入门经典(英文).pdf(Visual_C++2010 introduction to the classic ( English ))
    2011-10-20 11:25:59下载
    积分:1
  • MFCchuankou
    串口通信,也可实现虚拟串口通信。采用VS2015编程 MFC(Serial communication. It can also realize virtual serial communication.)
    2021-04-10 11:08:59下载
    积分:1
  • us_apgxy
    zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero. (ZEMAX source: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce xy Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP [- (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] The transmission is of the form EXP [-2 (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] where x ^ 2+ y ^ 2 = r ^ 2 R = semi-diameter The tranmitted intensity is maximum in the center.T is set to 0 if semi-diameter <1e-10 to avoid division by zero.)
    2006-11-10 17:25:16下载
    积分:1
  • dotaMapHook
    1.替换war3根目录下Games 联合开发网 - pudn.com
    2014-02-15 10:25:53下载
    积分:1
  • Music
    一款完全免费的音乐播放软件,高精度音质,完美还原听觉。Window Media Player在制作WMA文件时默认启用了"数字版权保护"机制,而要支持这种文件,必须得到微软的官方支持,考虑到手续比较麻烦所以目前还未实现对它的支持。所以在制作WMA文件的时候请尽量不要使用数字版权保护。(My Music)
    2013-08-13 21:47:35下载
    积分:1
  • Cpp1108
    程序时用循环进行一些数据的输入输出 以及数据的更新等操作(Program carried out with the cycle of some of the data input and output, and data updating operations)
    2016-02-16 11:21:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载