基本信息
源码名称:多功能串口助手(含源码)
源码大小:0.75M
文件格式:.zip
开发语言:C#
更新时间:2020-08-11
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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