嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
CSharp-Client
├── LICENSE
├── 网络调试助手
│ └── wildfire_MultiFuctionalSerial_assistant
│ ├── nmeaLib
│ │ ├── include
│ │ │ └── nmea
│ │ │ ├── config.h
│ │ │ ├── context.h
│ │ │ ├── generate.h
│ │ │ ├── generator.h
│ │ │ ├── gmath.h
│ │ │ ├── info.h
│ │ │ ├── nmea.h
│ │ │ ├── nmeaLib.h
│ │ │ ├── parse.h
│ │ │ ├── parser.h
│ │ │ ├── sentence.h
│ │ │ ├── stdafx.h
│ │ │ ├── time.h
│ │ │ ├── tok.h
│ │ │ └── units.h
│ │ ├── nmeaLib.vcxproj
│ │ ├── nmeaLib.vcxproj.filters
│ │ └── src
│ │ ├── context.c
│ │ ├── generate.c
│ │ ├── generator.c
│ │ ├── gmath.c
│ │ ├── info.c
│ │ ├── parse.c
│ │ ├── parser.c
│ │ ├── sentence.c
│ │ ├── time.c
│ │ └── tok.c
│ ├── wildfire_MultiFuctionalSerial_assistant
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DynamicBufferManager.cs
│ │ ├── Fourm
│ │ │ ├── Fourm.xaml
│ │ │ └── Fourm.xaml.cs
│ │ ├── Fourm.xaml
│ │ ├── GPS
│ │ │ ├── GPSMap.xaml
│ │ │ ├── GPSMap.xaml.cs
│ │ │ └── baiDuMap.html
│ │ ├── GSMFunction
│ │ │ ├── GSMAssistant.xaml
│ │ │ └── GSMAssistant.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SerialBasic
│ │ │ ├── SerialBasic.xaml
│ │ │ └── SerialBasic.xaml.cs
│ │ ├── network
│ │ │ ├── Network.xaml
│ │ │ └── Network.xaml.cs
│ │ ├── wildfireLogo.ico
│ │ └── wildfire_MultiFuctionalSerial_assistant.csproj
│ └── wildfire_MultiFuctionalSerial_assistant.sln
├── 摄像头调试助手
│ └── wildfire_MultiFuctionalSerial_assistant
│ ├── nmeaLib
│ │ ├── include
│ │ │ └── nmea
│ │ │ ├── config.h
│ │ │ ├── context.h
│ │ │ ├── generate.h
│ │ │ ├── generator.h
│ │ │ ├── gmath.h
│ │ │ ├── info.h
│ │ │ ├── nmea.h
│ │ │ ├── nmeaLib.h
│ │ │ ├── parse.h
│ │ │ ├── parser.h
│ │ │ ├── sentence.h
│ │ │ ├── stdafx.h
│ │ │ ├── time.h
│ │ │ ├── tok.h
│ │ │ └── units.h
│ │ ├── nmeaLib.vcxproj
│ │ ├── nmeaLib.vcxproj.filters
│ │ └── src
│ │ ├── context.c
│ │ ├── generate.c
│ │ ├── generator.c
│ │ ├── gmath.c
│ │ ├── info.c
│ │ ├── parse.c
│ │ ├── parser.c
│ │ ├── sentence.c
│ │ ├── time.c
│ │ └── tok.c
│ ├── wildfire_MultiFuctionalSerial_assistant
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DynamicBufferManager.cs
│ │ ├── Fourm
│ │ │ ├── Fourm.xaml
│ │ │ └── Fourm.xaml.cs
│ │ ├── Fourm.xaml
│ │ ├── GPS
│ │ │ ├── GPSMap.xaml
│ │ │ ├── GPSMap.xaml.cs
│ │ │ └── baiDuMap.html
│ │ ├── GSMFunction
│ │ │ ├── GSMAssistant.xaml
│ │ │ └── GSMAssistant.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SerialBasic
│ │ │ ├── SerialBasic.xaml
│ │ │ └── SerialBasic.xaml.cs
│ │ ├── network
│ │ │ ├── Network.xaml
│ │ │ └── Network.xaml.cs
│ │ ├── wildfireLogo.ico
│ │ └── wildfire_MultiFuctionalSerial_assistant.csproj
│ └── wildfire_MultiFuctionalSerial_assistant.sln
├── 摄像头调试助手 -单帧字节数版本
│ └── wildfire_MultiFuctionalSerial_assistant
│ ├── nmeaLib
│ │ ├── include
│ │ │ └── nmea
│ │ │ ├── config.h
│ │ │ ├── context.h
│ │ │ ├── generate.h
│ │ │ ├── generator.h
│ │ │ ├── gmath.h
│ │ │ ├── info.h
│ │ │ ├── nmea.h
│ │ │ ├── nmeaLib.h
│ │ │ ├── parse.h
│ │ │ ├── parser.h
│ │ │ ├── sentence.h
│ │ │ ├── stdafx.h
│ │ │ ├── time.h
│ │ │ ├── tok.h
│ │ │ └── units.h
│ │ ├── nmeaLib.vcxproj
│ │ ├── nmeaLib.vcxproj.filters
│ │ └── src
│ │ ├── context.c
│ │ ├── generate.c
│ │ ├── generator.c
│ │ ├── gmath.c
│ │ ├── info.c
│ │ ├── parse.c
│ │ ├── parser.c
│ │ ├── sentence.c
│ │ ├── time.c
│ │ └── tok.c
│ ├── wildfire_MultiFuctionalSerial_assistant
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DynamicBufferManager.cs
│ │ ├── Fourm
│ │ │ ├── Fourm.xaml
│ │ │ └── Fourm.xaml.cs
│ │ ├── Fourm.xaml
│ │ ├── GPS
│ │ │ ├── GPSMap.xaml
│ │ │ ├── GPSMap.xaml.cs
│ │ │ └── baiDuMap.html
│ │ ├── GSMFunction
│ │ │ ├── GSMAssistant.xaml
│ │ │ └── GSMAssistant.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SerialBasic
│ │ │ ├── SerialBasic.xaml
│ │ │ └── SerialBasic.xaml.cs
│ │ ├── network
│ │ │ ├── Network.xaml
│ │ │ └── Network.xaml.cs
│ │ ├── wildfireLogo.ico
│ │ └── wildfire_MultiFuctionalSerial_assistant.csproj
│ └── wildfire_MultiFuctionalSerial_assistant.sln
├── 独立串口调试助手
│ └── wildfire_MultiFuctionalSerial_assistant
│ ├── nmeaLib
│ │ ├── include
│ │ │ └── nmea
│ │ │ ├── config.h
│ │ │ ├── context.h
│ │ │ ├── generate.h
│ │ │ ├── generator.h
│ │ │ ├── gmath.h
│ │ │ ├── info.h
│ │ │ ├── nmea.h
│ │ │ ├── nmeaLib.h
│ │ │ ├── parse.h
│ │ │ ├── parser.h
│ │ │ ├── sentence.h
│ │ │ ├── stdafx.h
│ │ │ ├── time.h
│ │ │ ├── tok.h
│ │ │ └── units.h
│ │ ├── nmeaLib.vcxproj
│ │ ├── nmeaLib.vcxproj.filters
│ │ └── src
│ │ ├── context.c
│ │ ├── generate.c
│ │ ├── generator.c
│ │ ├── gmath.c
│ │ ├── info.c
│ │ ├── parse.c
│ │ ├── parser.c
│ │ ├── sentence.c
│ │ ├── time.c
│ │ └── tok.c
│ ├── wildfire_MultiFuctionalSerial_assistant
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── DynamicBufferManager.cs
│ │ ├── Fourm
│ │ │ ├── Fourm.xaml
│ │ │ └── Fourm.xaml.cs
│ │ ├── Fourm.xaml
│ │ ├── GPS
│ │ │ ├── GPSMap.xaml
│ │ │ ├── GPSMap.xaml.cs
│ │ │ └── baiDuMap.html
│ │ ├── GSMFunction
│ │ │ ├── GSMAssistant.xaml
│ │ │ └── GSMAssistant.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SerialBasic
│ │ │ ├── SerialBasic.xaml
│ │ │ └── SerialBasic.xaml.cs
│ │ ├── network
│ │ │ ├── Network.xaml
│ │ │ └── Network.xaml.cs
│ │ ├── wildfireLogo.ico
│ │ └── wildfire_MultiFuctionalSerial_assistant.csproj
│ └── wildfire_MultiFuctionalSerial_assistant.sln
└── 多功能串口调试助手
└── wildfire_MultiFuctionalSerial_assistant
├── nmeaLib
│ ├── include
│ │ └── nmea
│ │ ├── config.h
│ │ ├── context.h
│ │ ├── generate.h
│ │ ├── generator.h
│ │ ├── gmath.h
│ │ ├── info.h
│ │ ├── nmea.h
│ │ ├── nmeaLib.h
│ │ ├── parse.h
│ │ ├── parser.h
│ │ ├── sentence.h
│ │ ├── stdafx.h
│ │ ├── time.h
│ │ ├── tok.h
│ │ └── units.h
│ ├── nmeaLib.vcxproj
│ ├── nmeaLib.vcxproj.filters
│ └── src
│ ├── context.c
│ ├── generate.c
│ ├── generator.c
│ ├── gmath.c
│ ├── info.c
│ ├── parse.c
│ ├── parser.c
│ ├── sentence.c
│ ├── time.c
│ └── tok.c
├── wildfire_MultiFuctionalSerial_assistant
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Fourm
│ │ ├── Fourm.xaml
│ │ └── Fourm.xaml.cs
│ ├── Fourm.xaml
│ ├── GPS
│ │ ├── GPSMap.xaml
│ │ ├── GPSMap.xaml.cs
│ │ └── baiDuMap.html
│ ├── GSMFunction
│ │ ├── GSMAssistant.xaml
│ │ └── GSMAssistant.xaml.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SerialBasic
│ │ ├── SerialBasic.xaml
│ │ └── SerialBasic.xaml.cs
│ ├── wildfireLogo.ico
│ └── wildfire_MultiFuctionalSerial_assistant.csproj
└── wildfire_MultiFuctionalSerial_assistant.sln
64 directories, 263 files