在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → bnc-2.12.18-source

bnc-2.12.18-source

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:14.23M
  • 下载次数:4
  • 浏览次数:39
  • 发布时间:2023-04-01
  • 实例类别:嵌入式开发
  • 发 布 人:neuhlm
  • 文件格式:.zip
  • 所需积分:2
 相关标签: BKG Ntrip Client

实例介绍

【实例简介】bnc-2.12.18-source

【实例截图】

from clipboard

【核心代码】

.
├── BNC_2.12.18
│   ├── ChangeLog.txt
│   ├── Example_Configs
│   │   ├── 00_Readme.txt
│   │   ├── 01_RinexObs.bnc
│   │   ├── 02_RinexEph.bnc
│   │   ├── 03_BrdcCorr.bnc
│   │   ├── 04_RinexConcat.bnc
│   │   ├── 05_RinexQC.bnc
│   │   ├── 06_RTK.bnc
│   │   ├── 07_FeedEngine.bnc
│   │   ├── 08_PPP.bnc
│   │   ├── 09_PPPNet.bnc
│   │   ├── 10_PPPQuickStart.bnc
│   │   ├── 11_PPPPostProc.bnc
│   │   ├── 12_PPPOsm.bnc
│   │   ├── 13_SPPQuickStart.bnc
│   │   ├── 14_SaveSp3.bnc
│   │   ├── 15_Sp3ETRFPPP.bnc
│   │   ├── 16_Upload.bnc
│   │   ├── 17_Combi.bnc
│   │   ├── 18_CombiPPP.bnc
│   │   ├── 19_UploadEph.bnc
│   │   ├── 20_CompareSp3.bnc
│   │   ├── 21_Empty.bnc
│   │   ├── 22_RinexQC.sh
│   │   ├── 23_RinexConcat.sh
│   │   ├── 24_RinexEph.sh
│   │   ├── 25_ScanLate.sh
│   │   ├── 26_RinexObs.sh
│   │   ├── 27_CompareSp3.sh
│   │   ├── Input
│   │   │   ├── APRIORI.CRD
│   │   │   ├── APRIORI_ETRF.CRD
│   │   │   ├── BRDC194M.15P
│   │   │   ├── C2T18283.SP3
│   │   │   ├── CLK93194M.15C
│   │   │   ├── CUT0194M.15O
│   │   │   ├── RT218283.SP3
│   │   │   ├── VM011690.13O
│   │   │   ├── brdc1690.13p
│   │   │   ├── brdc350a.12p
│   │   │   ├── brux350a00.12o
│   │   │   ├── brux350a15.12o
│   │   │   ├── brux350a30.12o
│   │   │   ├── brux350a45.12o
│   │   │   ├── cut0350a.12o
│   │   │   └── igs14.atx
│   │   └── Output
│   ├── bnc.pro
│   ├── bnc_plugin.pro
│   ├── newmat
│   │   ├── bandmat.cpp
│   │   ├── cholesky.cpp
│   │   ├── controlw.h
│   │   ├── evalue.cpp
│   │   ├── fft.cpp
│   │   ├── hholder.cpp
│   │   ├── include.h
│   │   ├── jacobi.cpp
│   │   ├── myexcept.cpp
│   │   ├── myexcept.h
│   │   ├── newfft.cpp
│   │   ├── newmat.h
│   │   ├── newmat.pro
│   │   ├── newmat1.cpp
│   │   ├── newmat2.cpp
│   │   ├── newmat3.cpp
│   │   ├── newmat4.cpp
│   │   ├── newmat5.cpp
│   │   ├── newmat6.cpp
│   │   ├── newmat7.cpp
│   │   ├── newmat8.cpp
│   │   ├── newmat9.cpp
│   │   ├── newmatap.h
│   │   ├── newmatex.cpp
│   │   ├── newmatio.h
│   │   ├── newmatrc.h
│   │   ├── newmatrm.cpp
│   │   ├── newmatrm.h
│   │   ├── nm_misc.cpp
│   │   ├── precisio.h
│   │   ├── sort.cpp
│   │   ├── submat.cpp
│   │   └── svd.cpp
│   ├── qwt
│   │   ├── qwt.h
│   │   ├── qwt.pro
│   │   ├── qwt_abstract_scale_draw.cpp
│   │   ├── qwt_abstract_scale_draw.h
│   │   ├── qwt_clipper.cpp
│   │   ├── qwt_clipper.h
│   │   ├── qwt_color_map.cpp
│   │   ├── qwt_color_map.h
│   │   ├── qwt_column_symbol.cpp
│   │   ├── qwt_column_symbol.h
│   │   ├── qwt_compat.h
│   │   ├── qwt_curve_fitter.cpp
│   │   ├── qwt_curve_fitter.h
│   │   ├── qwt_dyngrid_layout.cpp
│   │   ├── qwt_dyngrid_layout.h
│   │   ├── qwt_event_pattern.cpp
│   │   ├── qwt_event_pattern.h
│   │   ├── qwt_global.h
│   │   ├── qwt_interval.cpp
│   │   ├── qwt_interval.h
│   │   ├── qwt_interval_symbol.cpp
│   │   ├── qwt_interval_symbol.h
│   │   ├── qwt_legend.cpp
│   │   ├── qwt_legend.h
│   │   ├── qwt_legend_item.cpp
│   │   ├── qwt_legend_item.h
│   │   ├── qwt_legend_itemmanager.h
│   │   ├── qwt_magnifier.cpp
│   │   ├── qwt_magnifier.h
│   │   ├── qwt_math.cpp
│   │   ├── qwt_math.h
│   │   ├── qwt_matrix_raster_data.cpp
│   │   ├── qwt_matrix_raster_data.h
│   │   ├── qwt_null_paintdevice.cpp
│   │   ├── qwt_null_paintdevice.h
│   │   ├── qwt_painter.cpp
│   │   ├── qwt_painter.h
│   │   ├── qwt_panner.cpp
│   │   ├── qwt_panner.h
│   │   ├── qwt_picker.cpp
│   │   ├── qwt_picker.h
│   │   ├── qwt_picker_machine.cpp
│   │   ├── qwt_picker_machine.h
│   │   ├── qwt_plot.cpp
│   │   ├── qwt_plot.h
│   │   ├── qwt_plot_axis.cpp
│   │   ├── qwt_plot_canvas.cpp
│   │   ├── qwt_plot_canvas.h
│   │   ├── qwt_plot_curve.cpp
│   │   ├── qwt_plot_curve.h
│   │   ├── qwt_plot_dict.cpp
│   │   ├── qwt_plot_dict.h
│   │   ├── qwt_plot_directpainter.cpp
│   │   ├── qwt_plot_directpainter.h
│   │   ├── qwt_plot_grid.cpp
│   │   ├── qwt_plot_grid.h
│   │   ├── qwt_plot_histogram.cpp
│   │   ├── qwt_plot_histogram.h
│   │   ├── qwt_plot_intervalcurve.cpp
│   │   ├── qwt_plot_intervalcurve.h
│   │   ├── qwt_plot_item.cpp
│   │   ├── qwt_plot_item.h
│   │   ├── qwt_plot_layout.cpp
│   │   ├── qwt_plot_layout.h
│   │   ├── qwt_plot_magnifier.cpp
│   │   ├── qwt_plot_magnifier.h
│   │   ├── qwt_plot_marker.cpp
│   │   ├── qwt_plot_marker.h
│   │   ├── qwt_plot_panner.cpp
│   │   ├── qwt_plot_panner.h
│   │   ├── qwt_plot_picker.cpp
│   │   ├── qwt_plot_picker.h
│   │   ├── qwt_plot_rasteritem.cpp
│   │   ├── qwt_plot_rasteritem.h
│   │   ├── qwt_plot_renderer.cpp
│   │   ├── qwt_plot_renderer.h
│   │   ├── qwt_plot_rescaler.cpp
│   │   ├── qwt_plot_rescaler.h
│   │   ├── qwt_plot_scaleitem.cpp
│   │   ├── qwt_plot_scaleitem.h
│   │   ├── qwt_plot_seriesitem.cpp
│   │   ├── qwt_plot_seriesitem.h
│   │   ├── qwt_plot_spectrocurve.cpp
│   │   ├── qwt_plot_spectrocurve.h
│   │   ├── qwt_plot_spectrogram.cpp
│   │   ├── qwt_plot_spectrogram.h
│   │   ├── qwt_plot_svgitem.cpp
│   │   ├── qwt_plot_svgitem.h
│   │   ├── qwt_plot_xml.cpp
│   │   ├── qwt_plot_zoomer.cpp
│   │   ├── qwt_plot_zoomer.h
│   │   ├── qwt_point_3d.cpp
│   │   ├── qwt_point_3d.h
│   │   ├── qwt_point_polar.cpp
│   │   ├── qwt_point_polar.h
│   │   ├── qwt_raster_data.cpp
│   │   ├── qwt_raster_data.h
│   │   ├── qwt_round_scale_draw.cpp
│   │   ├── qwt_round_scale_draw.h
│   │   ├── qwt_sampling_thread.cpp
│   │   ├── qwt_sampling_thread.h
│   │   ├── qwt_scale_div.cpp
│   │   ├── qwt_scale_div.h
│   │   ├── qwt_scale_draw.cpp
│   │   ├── qwt_scale_draw.h
│   │   ├── qwt_scale_engine.cpp
│   │   ├── qwt_scale_engine.h
│   │   ├── qwt_scale_map.cpp
│   │   ├── qwt_scale_map.h
│   │   ├── qwt_scale_widget.cpp
│   │   ├── qwt_scale_widget.h
│   │   ├── qwt_series_data.cpp
│   │   ├── qwt_series_data.h
│   │   ├── qwt_spline.cpp
│   │   ├── qwt_spline.h
│   │   ├── qwt_symbol.cpp
│   │   ├── qwt_symbol.h
│   │   ├── qwt_system_clock.cpp
│   │   ├── qwt_system_clock.h
│   │   ├── qwt_text.cpp
│   │   ├── qwt_text.h
│   │   ├── qwt_text_engine.cpp
│   │   ├── qwt_text_engine.h
│   │   ├── qwt_text_label.cpp
│   │   └── qwt_text_label.h
│   ├── qwtpolar
│   │   ├── qwt_polar.h
│   │   ├── qwt_polar_canvas.cpp
│   │   ├── qwt_polar_canvas.h
│   │   ├── qwt_polar_curve.cpp
│   │   ├── qwt_polar_curve.h
│   │   ├── qwt_polar_fitter.cpp
│   │   ├── qwt_polar_fitter.h
│   │   ├── qwt_polar_global.h
│   │   ├── qwt_polar_grid.cpp
│   │   ├── qwt_polar_grid.h
│   │   ├── qwt_polar_item.cpp
│   │   ├── qwt_polar_item.h
│   │   ├── qwt_polar_itemdict.cpp
│   │   ├── qwt_polar_itemdict.h
│   │   ├── qwt_polar_layout.cpp
│   │   ├── qwt_polar_layout.h
│   │   ├── qwt_polar_magnifier.cpp
│   │   ├── qwt_polar_magnifier.h
│   │   ├── qwt_polar_marker.cpp
│   │   ├── qwt_polar_marker.h
│   │   ├── qwt_polar_panner.cpp
│   │   ├── qwt_polar_panner.h
│   │   ├── qwt_polar_picker.cpp
│   │   ├── qwt_polar_picker.h
│   │   ├── qwt_polar_plot.cpp
│   │   ├── qwt_polar_plot.h
│   │   ├── qwt_polar_renderer.cpp
│   │   ├── qwt_polar_renderer.h
│   │   ├── qwt_polar_spectrogram.cpp
│   │   ├── qwt_polar_spectrogram.h
│   │   └── qwtpolar.pro
│   └── src
│       ├── Doxyfile
│       ├── GPSDecoder.cpp
│       ├── GPSDecoder.h
│       ├── IMG
│       │   ├── screenshot01.png
│       │   ├── screenshot02.png
│       │   ├── screenshot03.png
│       │   ├── screenshot04.png
│       │   ├── screenshot05.png
│       │   ├── screenshot06.png
│       │   ├── screenshot07.png
│       │   ├── screenshot08.png
│       │   ├── screenshot09.png
│       │   ├── screenshot10.png
│       │   ├── screenshot11.png
│       │   ├── screenshot12.png
│       │   ├── screenshot13.png
│       │   ├── screenshot14.png
│       │   ├── screenshot15.png
│       │   ├── screenshot16.png
│       │   ├── screenshot17.png
│       │   ├── screenshot18.png
│       │   ├── screenshot19.png
│       │   ├── screenshot20.png
│       │   ├── screenshot21.png
│       │   ├── screenshot22.png
│       │   ├── screenshot23.png
│       │   ├── screenshot24.png
│       │   ├── screenshot25.png
│       │   ├── screenshot26.png
│       │   ├── screenshot27.png
│       │   ├── screenshot28.png
│       │   ├── screenshot29.png
│       │   ├── screenshot30.png
│       │   ├── screenshot31.png
│       │   ├── screenshot32.png
│       │   ├── screenshot33.png
│       │   ├── screenshot34.png
│       │   ├── screenshot35.png
│       │   ├── screenshot36.png
│       │   ├── screenshot37.png
│       │   ├── screenshot38.png
│       │   ├── screenshot39.png
│       │   ├── screenshot40.png
│       │   ├── screenshot41.png
│       │   ├── screenshot42.png
│       │   ├── screenshot43.png
│       │   └── screenshot44.png
│       ├── PPP_SSR_I
│       │   ├── pppClient.cpp
│       │   ├── pppClient.h
│       │   ├── pppFilter.cpp
│       │   ├── pppFilter.h
│       │   ├── pppUtils.cpp
│       │   └── pppUtils.h
│       ├── RTCM
│       │   ├── RTCM2.cpp
│       │   ├── RTCM2.h
│       │   ├── RTCM2Decoder.cpp
│       │   ├── RTCM2Decoder.h
│       │   ├── RTCM2_2021.cpp
│       │   ├── RTCM2_2021.h
│       │   ├── rtcm_utils.cpp
│       │   └── rtcm_utils.h
│       ├── RTCM3
│       │   ├── RTCM3Decoder.cpp
│       │   ├── RTCM3Decoder.h
│       │   ├── RTCM3coDecoder.cpp
│       │   ├── RTCM3coDecoder.h
│       │   ├── bits.h
│       │   ├── clock_and_orbit
│       │   │   ├── clock_orbit.h
│       │   │   ├── clock_orbit_igs.cpp
│       │   │   ├── clock_orbit_igs.h
│       │   │   ├── clock_orbit_rtcm.cpp
│       │   │   └── clock_orbit_rtcm.h
│       │   ├── ephEncoder.cpp
│       │   ├── ephEncoder.h
│       │   └── gnss.h
│       ├── app.cpp
│       ├── app.h
│       ├── bnc.qrc
│       ├── bnc.rc
│       ├── bncabout.html
│       ├── bncantex.cpp
│       ├── bncantex.h
│       ├── bncbytescounter.cpp
│       ├── bncbytescounter.h
│       ├── bnccaster.cpp
│       ├── bnccaster.h
│       ├── bncclockrinex.cpp
│       ├── bncclockrinex.h
│       ├── bncconst.cpp
│       ├── bncconst.h
│       ├── bnccore.cpp
│       ├── bnccore.h
│       ├── bncephuser.cpp
│       ├── bncephuser.h
│       ├── bncfigure.cpp
│       ├── bncfigure.h
│       ├── bncfigurelate.cpp
│       ├── bncfigurelate.h
│       ├── bncfigureppp.cpp
│       ├── bncfigureppp.h
│       ├── bncflowchart.png
│       ├── bncgetthread.cpp
│       ├── bncgetthread.h
│       ├── bnchelp.html
│       ├── bnchelp.html.orig
│       ├── bnchlpdlg.cpp
│       ├── bnchlpdlg.h
│       ├── bnchtml.cpp
│       ├── bnchtml.h
│       ├── bncipport.cpp
│       ├── bncipport.h
│       ├── bncmain.cpp
│       ├── bncmap.h
│       ├── bncmap_svg.cpp
│       ├── bncnetquery.h
│       ├── bncnetqueryrtp.cpp
│       ├── bncnetqueryrtp.h
│       ├── bncnetquerys.cpp
│       ├── bncnetquerys.h
│       ├── bncnetqueryudp.cpp
│       ├── bncnetqueryudp.h
│       ├── bncnetqueryudp0.cpp
│       ├── bncnetqueryudp0.h
│       ├── bncnetqueryv0.cpp
│       ├── bncnetqueryv0.h
│       ├── bncnetqueryv1.cpp
│       ├── bncnetqueryv1.h
│       ├── bncnetqueryv2.cpp
│       ├── bncnetqueryv2.h
│       ├── bncoutf.cpp
│       ├── bncoutf.h
│       ├── bncrawfile.cpp
│       ├── bncrawfile.h
│       ├── bncrinex.cpp
│       ├── bncrinex.h
│       ├── bncserialport.cpp
│       ├── bncserialport.h
│       ├── bncsettings.cpp
│       ├── bncsettings.h
│       ├── bncsinextro.cpp
│       ├── bncsinextro.h
│       ├── bncsp3.cpp
│       ├── bncsp3.h
│       ├── bncsslconfig.cpp
│       ├── bncsslconfig.h
│       ├── bnctabledlg.cpp
│       ├── bnctabledlg.h
│       ├── bnctableitem.cpp
│       ├── bnctableitem.h
│       ├── bnctime.cpp
│       ├── bnctime.h
│       ├── bncudpport.cpp
│       ├── bncudpport.h
│       ├── bncutils.cpp
│       ├── bncutils.h
│       ├── bncversion.h
│       ├── bncwindow.cpp
│       ├── bncwindow.h
│       ├── bnczerodecoder.cpp
│       ├── bnczerodecoder.h
│       ├── combination
│       │   ├── bnccomb.cpp
│       │   └── bnccomb.h
│       ├── ephemeris.cpp
│       ├── ephemeris.h
│       ├── gen_rtk_neu.pl
│       ├── latencychecker.cpp
│       ├── latencychecker.h
│       ├── map
│       │   ├── bncmapwin.cpp
│       │   ├── bncmapwin.h
│       │   ├── crosshair.png
│       │   ├── map_osm.html
│       │   ├── reddot.png
│       │   └── yellowdot.png
│       ├── ntrip-logo.ico
│       ├── ntrip-logo.png
│       ├── orbComp
│       │   ├── sp3Comp.cpp
│       │   └── sp3Comp.h
│       ├── ppp.gpt
│       ├── pppCrdFile.cpp
│       ├── pppCrdFile.h
│       ├── pppInclude.h
│       ├── pppMain.cpp
│       ├── pppMain.h
│       ├── pppModel.cpp
│       ├── pppModel.h
│       ├── pppOptions.cpp
│       ├── pppOptions.h
│       ├── pppRun.cpp
│       ├── pppRun.h
│       ├── pppThread.cpp
│       ├── pppThread.h
│       ├── pppWidgets.cpp
│       ├── pppWidgets.h
│       ├── qtfilechooser.cpp
│       ├── qtfilechooser.h
│       ├── reqcdlg.cpp
│       ├── reqcdlg.h
│       ├── rinex
│       │   ├── availplot.cpp
│       │   ├── availplot.h
│       │   ├── corrfile.cpp
│       │   ├── corrfile.h
│       │   ├── dopplot.cpp
│       │   ├── dopplot.h
│       │   ├── eleplot.cpp
│       │   ├── eleplot.h
│       │   ├── graphwin.cpp
│       │   ├── graphwin.h
│       │   ├── polarplot.cpp
│       │   ├── polarplot.h
│       │   ├── reqcanalyze.cpp
│       │   ├── reqcanalyze.h
│       │   ├── reqcedit.cpp
│       │   ├── reqcedit.h
│       │   ├── rnxnavfile.cpp
│       │   ├── rnxnavfile.h
│       │   ├── rnxobsfile.cpp
│       │   └── rnxobsfile.h
│       ├── run_valgrind
│       ├── satObs.cpp
│       ├── satObs.h
│       ├── serial
│       │   ├── posix_qextserialport.cpp
│       │   ├── posix_qextserialport.h
│       │   ├── qextserialbase.cpp
│       │   ├── qextserialbase.h
│       │   ├── qextserialport.cpp
│       │   ├── qextserialport.h
│       │   ├── win_qextserialport.cpp
│       │   └── win_qextserialport.h
│       ├── src.pri
│       ├── src.pro
│       ├── src_plugin.pro
│       ├── t_prn.cpp
│       ├── t_prn.h
│       ├── test_serial.cpp
│       ├── test_tcpip_client.pl
│       ├── tstClock.pl
│       ├── upload
│       │   ├── bnccustomtrafo.cpp
│       │   ├── bnccustomtrafo.h
│       │   ├── bncephuploadcaster.cpp
│       │   ├── bncephuploadcaster.h
│       │   ├── bncrtnetdecoder.cpp
│       │   ├── bncrtnetdecoder.h
│       │   ├── bncrtnetuploadcaster.cpp
│       │   ├── bncrtnetuploadcaster.h
│       │   ├── bncuploadcaster.cpp
│       │   └── bncuploadcaster.h
│       ├── world.svg
│       └── worldmap.dat
├── ChangeLog.txt
├── README.txt
├── bnchelp.pdf
└── 好例子网_bnc-2.12.18-source.zip

19 directories, 487 files


标签: BKG Ntrip Client

实例下载地址

bnc-2.12.18-source

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警