在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → dsPIC33EBootloader上位机源码.7z

dsPIC33EBootloader上位机源码.7z

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.55M
  • 下载次数:6
  • 浏览次数:77
  • 发布时间:2021-11-25
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.7z
  • 所需积分:2
 

实例介绍

【实例简介】
dsPIC33EBootloader上位机源码,包含Hex文件解析、修改及Hex文件烧写,详细使用方法请参考文章:https://blog.csdn.net/u010875635/article/details/84660792
【实例截图】
【核心代码】
16359647256782932338.7z
└── dsPIC33E Bootloaders上位机
├── HexToBootloader.sln
├── Librarys
│   ├── BeatfanControls
│   │   ├── Animations
│   │   │   ├── WaittingAnimation1.xaml
│   │   │   └── WaittingAnimation1.xaml.cs
│   │   ├── BeatfanControls.csproj
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── BeatfanControls.dll
│   │   │   │   ├── BeatfanControls.pdb
│   │   │   │   ├── CircularGauge.dll
│   │   │   │   ├── CircularGauge.pdb
│   │   │   │   └── DynamicDataDisplay.dll
│   │   │   └── Release
│   │   ├── Buttons
│   │   │   ├── FlatButton1.xaml
│   │   │   ├── FlatButton1.xaml.cs
│   │   │   ├── SwitchButton.xaml
│   │   │   └── SwitchButton.xaml.cs
│   │   ├── BytesBitsShow
│   │   │   ├── BytesBitsShow1.xaml
│   │   │   └── BytesBitsShow1.xaml.cs
│   │   ├── Charts
│   │   │   ├── LineChart1.xaml
│   │   │   └── LineChart1.xaml.cs
│   │   ├── DashBoards
│   │   │   ├── DashBoard1.xaml
│   │   │   └── DashBoard1.xaml.cs
│   │   ├── DLL
│   │   │   └── DynamicDataDisplay.dll
│   │   ├── DynamicDataDisplay
│   │   │   ├── DynamicDataDisplay1.xaml
│   │   │   └── DynamicDataDisplay1.xaml.cs
│   │   ├── Indicators
│   │   │   ├── StateIndicator1.xaml
│   │   │   ├── StateIndicator1.xaml.cs
│   │   │   ├── StateIndicatorProcessBar.xaml
│   │   │   └── StateIndicatorProcessBar.xaml.cs
│   │   ├── Labels
│   │   │   ├── BoolLabel.cs
│   │   │   ├── EditLabel.cs
│   │   │   └── NumbericLabel_Int - 复制.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Animations
│   │   │   │   ├── WaittingAnimation1.baml
│   │   │   │   ├── WaittingAnimation1.g.cs
│   │   │   │   └── WaittingAnimation1.g.i.cs
│   │   │   ├── BeatfanControls.csproj.FileListAbsolute.txt
│   │   │   ├── BeatfanControls.dll
│   │   │   ├── BeatfanControls.g.resources
│   │   │   ├── BeatfanControls_MarkupCompile.cache
│   │   │   ├── BeatfanControls_MarkupCompile.i.cache
│   │   │   ├── BeatfanControls_MarkupCompile.i.lref
│   │   │   ├── BeatfanControls_MarkupCompile.lref
│   │   │   ├── BeatfanControls.pdb
│   │   │   ├── Buttons
│   │   │   │   ├── FlatButton1.baml
│   │   │   │   ├── FlatButton1.g.cs
│   │   │   │   ├── FlatButton1.g.i.cs
│   │   │   │   ├── SwitchButton.baml
│   │   │   │   ├── SwitchButton.g.cs
│   │   │   │   └── SwitchButton.g.i.cs
│   │   │   ├── BytesBitsShow
│   │   │   │   ├── BytesBitsShow1.baml
│   │   │   │   ├── BytesBitsShow1.g.cs
│   │   │   │   └── BytesBitsShow1.g.i.cs
│   │   │   ├── Charts
│   │   │   │   ├── LineChart1.baml
│   │   │   │   ├── LineChart1.g.cs
│   │   │   │   └── LineChart1.g.i.cs
│   │   │   ├── DashBoards
│   │   │   │   └── DashBoard1.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DynamicDataDisplay
│   │   │   │   ├── DynamicDataDisplay1.baml
│   │   │   │   ├── DynamicDataDisplay1.g.cs
│   │   │   │   └── DynamicDataDisplay1.g.i.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── Indicators
│   │   │   │   ├── StateIndicator1.baml
│   │   │   │   ├── StateIndicator1.g.cs
│   │   │   │   ├── StateIndicator1.g.i.cs
│   │   │   │   ├── StateIndicatorProcessBar.baml
│   │   │   │   ├── StateIndicatorProcessBar.g.cs
│   │   │   │   └── StateIndicatorProcessBar.g.i.cs
│   │   │   ├── ProcessBars
│   │   │   │   ├── CycleProcessBar1.baml
│   │   │   │   ├── CycleProcessBar1.g.cs
│   │   │   │   ├── CycleProcessBar1.g.i.cs
│   │   │   │   ├── CycleProcessBar2.baml
│   │   │   │   ├── CycleProcessBar2.g.cs
│   │   │   │   └── CycleProcessBar2.g.i.cs
│   │   │   ├── Shapes
│   │   │   │   ├── WarnningShape1.baml
│   │   │   │   ├── WarnningShape1.g.cs
│   │   │   │   └── WarnningShape1.g.i.cs
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   ├── Thermometers
│   │   │   │   ├── Thermometer1.baml
│   │   │   │   ├── Thermometer1.g.cs
│   │   │   │   └── Thermometer1.g.i.cs
│   │   │   └── TreeViews
│   │   │   ├── TreeView1.baml
│   │   │   ├── TreeView1.g.cs
│   │   │   └── TreeView1.g.i.cs
│   │   ├── Pictures
│   │   │   ├── logo-48x48.ico
│   │   │   ├── 关闭按钮.png
│   │   │   ├── 凯博LOGO(黑K).png
│   │   │   └── 打开按钮.png
│   │   ├── ProcessBars
│   │   │   ├── CycleProcessBar1.xaml
│   │   │   ├── CycleProcessBar1.xaml.cs
│   │   │   ├── CycleProcessBar2.xaml
│   │   │   └── CycleProcessBar2.xaml.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Shapes
│   │   │   ├── WarnningShape1.xaml
│   │   │   └── WarnningShape1.xaml.cs
│   │   ├── TextBoxes
│   │   │   ├── NumbericTextbox_Double.cs
│   │   │   ├── NumbericTextbox_HexBytes.cs
│   │   │   ├── NumbericTextbox_HexUInt.cs
│   │   │   ├── NumbericTextbox_Int.cs
│   │   │   └── Textbox_Hint.cs
│   │   ├── Thermometers
│   │   │   ├── Thermometer1.xaml
│   │   │   └── Thermometer1.xaml.cs
│   │   ├── TreeViews
│   │   │   ├── TreeView1.xaml
│   │   │   ├── TreeView1.xaml.cs
│   │   │   └── TreeView1.xaml .cs.cs
│   │   └── UserControls
│   │   └── MyUserControlModel.cs
│   ├── CANDevices
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CANDevices.dll
│   │   │   ├── CANDevices.pdb
│   │   │   ├── ControlCAN.dll
│   │   │   └── kerneldlls
│   │   │   ├── CAN232.dll
│   │   │   ├── CANETE.dll
│   │   │   ├── CANET_TCP.dll
│   │   │   ├── gisadll.dll
│   │   │   ├── gpcidll.dll
│   │   │   ├── isa5420.dll
│   │   │   ├── kerneldll.ini
│   │   │   ├── PC104C2.dll
│   │   │   ├── PC104CAN.dll
│   │   │   ├── PCI5121.dll
│   │   │   └── usbcan.dll
│   │   ├── CANDevices.csproj
│   │   ├── DLL
│   │   │   ├── ControlCAN.dll
│   │   │   └── kerneldlls
│   │   │   ├── CAN232.dll
│   │   │   ├── CANETE.dll
│   │   │   ├── CANET_TCP.dll
│   │   │   ├── gisadll.dll
│   │   │   ├── gpcidll.dll
│   │   │   ├── isa5420.dll
│   │   │   ├── kerneldll.ini
│   │   │   ├── PC104C2.dll
│   │   │   ├── PC104CAN.dll
│   │   │   ├── PCI5121.dll
│   │   │   └── usbcan.dll
│   │   ├── Drivers
│   │   │   ├── USBCAN
│   │   │   │   ├── 32bit
│   │   │   │   │   ├── USBCAN.INF
│   │   │   │   │   └── usbcan.sys
│   │   │   │   └── 64bit
│   │   │   │   ├── usbcan.cat
│   │   │   │   ├── usbcan.inf
│   │   │   │   └── usbcan.sys
│   │   │   ├── USBCAN-2E-U
│   │   │   │   ├── 32bit
│   │   │   │   │   ├── USBCAN_E.dll
│   │   │   │   │   ├── usbcan_e_u.cat
│   │   │   │   │   ├── usbcan_e_u.dll
│   │   │   │   │   ├── usbcan_e_u.inf
│   │   │   │   │   ├── usbcan_e_u.sys
│   │   │   │   │   └── WdfCoInstaller01009.dll
│   │   │   │   └── 64bit
│   │   │   │   ├── USBCAN_E_64.dll
│   │   │   │   ├── USBCAN_E.dll
│   │   │   │   ├── usbcan_e_u_64.dll
│   │   │   │   ├── usbcan_e_u.cat
│   │   │   │   ├── usbcan_e_u.dll
│   │   │   │   ├── usbcan_e_u.inf
│   │   │   │   ├── usbcan_e_u.sys
│   │   │   │   └── WdfCoInstaller01009.dll
│   │   │   └── USBCAN-E-U
│   │   │   ├── 32bit
│   │   │   │   ├── USBCAN_E.dll
│   │   │   │   ├── usbcan_e_u.cat
│   │   │   │   ├── usbcan_e_u.dll
│   │   │   │   ├── usbcan_e_u.inf
│   │   │   │   ├── usbcan_e_u.sys
│   │   │   │   └── WdfCoInstaller01009.dll
│   │   │   └── 64bit
│   │   │   ├── USBCAN_E_64.dll
│   │   │   ├── USBCAN_E.dll
│   │   │   ├── usbcan_e_u_64.dll
│   │   │   ├── usbcan_e_u.cat
│   │   │   ├── usbcan_e_u.dll
│   │   │   ├── usbcan_e_u.inf
│   │   │   ├── usbcan_e_u.sys
│   │   │   └── WdfCoInstaller01009.dll
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── CANDevices.csproj.FileListAbsolute.txt
│   │   │   ├── CANDevices.csprojResolveAssemblyReference.cache
│   │   │   ├── CANDevices.dll
│   │   │   ├── CANDevices.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ReadMe.txt
│   │   └── ZlgCAN
│   │   ├── ClassAbstractCan.cs
│   │   └── PhysicalInterface
│   │   └── ZlgUsbCan.cs
│   ├── CircularGauge
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── CircularGauge.dll
│   │   │   │   └── CircularGauge.pdb
│   │   │   └── x86
│   │   │   └── Debug
│   │   ├── CircularGaugeControl.cs
│   │   ├── CircularGauge.csproj
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── CircularGauge.csproj.FileListAbsolute.txt
│   │   │   │   ├── CircularGauge.csproj.GenerateResource.Cache
│   │   │   │   ├── CircularGauge.dll
│   │   │   │   ├── CircularGauge.g.resources
│   │   │   │   ├── CircularGauge_MarkupCompile.cache
│   │   │   │   ├── CircularGauge_MarkupCompile.i.cache
│   │   │   │   ├── CircularGauge_MarkupCompile.lref
│   │   │   │   ├── CircularGauge.pdb
│   │   │   │   ├── CircularGauge.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── TempPE
│   │   │   │   └── Themes
│   │   │   │   └── Generic.baml
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CircularGauge_MarkupCompile.i.cache
│   │   │   ├── CircularGauge_MarkupCompile.i.lref
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── TempPE
│   │   │   └── Themes
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ReadMe.txt
│   │   ├── Themes
│   │   │   └── Generic.xaml
│   │   └── TypeConverters.cs
│   ├── MotorControlProtocols
│   │   ├── AbstractMotorControl.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── MotorControlProtocols.dll
│   │   │   │   ├── MotorControlProtocols.pdb
│   │   │   │   ├── NPOI.dll
│   │   │   │   ├── SpecialFunctions.dll
│   │   │   │   └── SpecialFunctions.pdb
│   │   │   └── Release
│   │   ├── CommonInterface.cs
│   │   ├── DLL
│   │   │   ├── ControlCAN.dll
│   │   │   ├── DynamicDataDisplay.dll
│   │   │   ├── kerneldlls
│   │   │   │   ├── CAN232.dll
│   │   │   │   ├── CANETE.dll
│   │   │   │   ├── CANET_TCP.dll
│   │   │   │   ├── gisadll.dll
│   │   │   │   ├── gpcidll.dll
│   │   │   │   ├── isa5420.dll
│   │   │   │   ├── kerneldll.ini
│   │   │   │   ├── PC104C2.dll
│   │   │   │   ├── PC104CAN.dll
│   │   │   │   ├── PCI5121.dll
│   │   │   │   └── usbcan.dll
│   │   │   ├── NPOI.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Expression.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll
│   │   │   └── Xceed.Wpf.AvalonDock.Themes.VS2010.dll
│   │   ├── DualSource
│   │   │   ├── DualSourceTM1.cs
│   │   │   └── 双源CAN通讯协议20171106.docx
│   │   ├── EKOilPump
│   │   │   ├── 24V电子油泵通讯协议V1.0_20180629.docx
│   │   │   ├── EkOilPumpMotorControl1.cs
│   │   │   └── EkOilPumpMotorControl2-RegDebug.cs
│   │   ├── Hybrid
│   │   │   ├── EK混动电机CAN通讯协议1.17.docx
│   │   │   ├── HybridIsg1.cs
│   │   │   ├── HybridTM1.cs
│   │   │   ├── HybridTM2.cs
│   │   │   ├── 混动CAN通讯协议-电控(内CAN)1.15.pdf
│   │   │   └── 电机控制器故障代码表V1.1.xlsx
│   │   ├── MotorControlProtocols.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MotorControlProtocols.csproj.FileListAbsolute.txt
│   │   │   ├── MotorControlProtocols.csprojResolveAssemblyReference.cache
│   │   │   ├── MotorControlProtocols.dll
│   │   │   ├── MotorControlProtocols.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   ├── OilPump
│   │   │   ├── EK-2AT_电子油泵CAN通讯协议_V1.1_20180302.docx
│   │   │   └── OilPumpMotorControl1.cs
│   │   ├── OthersOwn
│   │   │   ├── MotorThOwn1.cs
│   │   │   └── 凯博易控-牟特科技253Nm电机通讯协议.doc
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── PureElectric
│   │   │   ├── PureElectricTM1.cs
│   │   │   ├── 福田欧辉纯电动客车电机控制器通讯协议.pdf
│   │   │   └── 纯电动车型EH150电机控制器故障代码.xls
│   │   └── ReadMe.txt
│   ├── SpectialFunctons
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── NPOI.dll
│   │   │   │   ├── SpecialFunctions.dll
│   │   │   │   └── SpecialFunctions.pdb
│   │   │   └── Release
│   │   ├── Compare
│   │   │   ├── ArrayCompare.cs
│   │   │   └── CompareCallBack.cs
│   │   ├── Config
│   │   │   └── ClassSystem.cs
│   │   ├── Converter
│   │   │   ├── ArrayConverter.cs
│   │   │   ├── BytesColorConvert.cs
│   │   │   └── MyStringConverter.cs
│   │   ├── DataBases
│   │   │   ├── SqlServer.cs
│   │   │   └── SqlServerExample1.cs
│   │   ├── DLL
│   │   │   └── NPOI.dll
│   │   ├── Encryptions
│   │   │   ├── HashEncryptions.cs
│   │   │   └── TextEncryption.cs
│   │   ├── Excel
│   │   │   └── ExcelOperate.cs
│   │   ├── HexParse
│   │   │   └── MicrochipHexParse.cs
│   │   ├── Logs
│   │   │   ├── EncryptLog.cs
│   │   │   └── Log.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SpecialFunctions.dll
│   │   │   ├── SpecialFunctions.pdb
│   │   │   ├── SpecialFunctons.csproj.FileListAbsolute.txt
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SpecialFunctons.csproj
│   └── UartDevices
│   ├── Common
│   │   ├── CommonUart.cs
│   │   └── UartOperate.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── UartDevices.csproj
├── MotorControlTester.suo
└── Tools
└── HexParse
├── app.config
├── App.xaml
├── App.xaml.cs
├── bin
│   ├── Debug
│   │   ├── Config.ini
│   │   ├── HexParse.exe
│   │   ├── HexParse.exe.config
│   │   ├── HexParse.vshost.exe
│   │   ├── HexParse.vshost.exe.config
│   │   ├── HexParse.vshost.exe.manifest
│   │   └── Librarys
│   │   ├── BeatfanControls.dll
│   │   ├── DynamicDataDisplay.dll
│   │   ├── kerneldlls
│   │   ├── NPOI.dll
│   │   └── SpecialFunctions.dll
│   └── Release
├── Common
│   └── Common.cs
├── Communications
│   └── ClassBootloaderForUart.cs
├── Config
│   ├── ClassSystem.cs
│   ├── ClassUser.cs
│   └── ReadMe.txt
├── Controls
│   ├── Buttons
│   │   ├── SwitchButton.xaml
│   │   └── SwitchButton.xaml.cs
│   ├── PageControls
│   │   ├── BootloaderPage.xaml
│   │   ├── BootloaderPage.xaml.cs
│   │   ├── HexParseWithText.xaml
│   │   ├── HexParseWithText.xaml.cs
│   │   ├── HexParse.xaml
│   │   └── HexParse.xaml.cs
│   ├── ReadMe.txt
│   └── Windows
│   ├── ChangeHexString.xaml
│   ├── ChangeHexString.xaml.cs
│   ├── DataGridTest.xaml
│   ├── DataGridTest.xaml.cs
│   ├── HelpWindow.xaml
│   ├── HelpWindow.xaml.cs
│   ├── InsertHexString.xaml
│   ├── InsertHexString.xaml.cs
│   ├── UserMessageBox.xaml
│   └── UserMessageBox.xaml.cs
├── Datas
│   ├── CommonData.cs
│   └── DataSource.cs
├── HexParse.csproj
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── obj
│   └── x86
│   └── Debug
│   ├── App.baml
│   ├── App.g.cs
│   ├── App.g.i.cs
│   ├── Controls
│   │   ├── PageControls
│   │   │   ├── BootloaderPage.baml
│   │   │   ├── BootloaderPage.g.cs
│   │   │   ├── BootloaderPage.g.i.cs
│   │   │   ├── HexParse.baml
│   │   │   ├── HexParse.g.cs
│   │   │   ├── HexParse.g.i.cs
│   │   │   ├── HexParseWithText.baml
│   │   │   ├── HexParseWithText.g.cs
│   │   │   └── HexParseWithText.g.i.cs
│   │   └── Windows
│   │   ├── ChangeHexString.baml
│   │   ├── ChangeHexString.g.cs
│   │   ├── ChangeHexString.g.i.cs
│   │   ├── ChangeHexString - 复制.g.i.cs
│   │   ├── DataGridTest.baml
│   │   ├── DataGridTest.g.cs
│   │   ├── DataGridTest.g.i.cs
│   │   ├── HelpWindow.baml
│   │   ├── HelpWindow.g.cs
│   │   ├── HelpWindow.g.i.cs
│   │   ├── InsertHexString.baml
│   │   ├── InsertHexString.g.cs
│   │   ├── InsertHexString.g.i.cs
│   │   ├── ListViewTest.g.i.cs
│   │   ├── UserMessageBox.baml
│   │   ├── UserMessageBox.g.cs
│   │   └── UserMessageBox.g.i.cs
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GeneratedInternalTypeHelper.g.cs
│   ├── GeneratedInternalTypeHelper.g.i.cs
│   ├── HexParse.csproj.FileListAbsolute.txt
│   ├── HexParse.csproj.GenerateResource.Cache
│   ├── HexParse.csprojResolveAssemblyReference.cache
│   ├── HexParse.exe
│   ├── HexParse.g.resources
│   ├── HexParse_MarkupCompile.cache
│   ├── HexParse_MarkupCompile.i.cache
│   ├── HexParse_MarkupCompile.i.lref
│   ├── HexParse_MarkupCompile.lref
│   ├── HexParse.pdb
│   ├── HexParse.Properties.Resources.resources
│   ├── MainWindow.baml
│   ├── MainWindow.g.cs
│   ├── MainWindow.g.i.cs
│   ├── Styles
│   │   ├── Converter
│   │   │   └── StringConverter.baml
│   │   └── ForWindows
│   │   ├── MetroWindowStyle.baml
│   │   ├── MetroWindowStyle.g.cs
│   │   └── MetroWindowStyle.g.i.cs
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── TempPE
├── Pictures
│   ├── beatfan_logo.ico
│   └── beatfan_logo.png
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ReadMe.txt
├── Service References
├── Styles
│   ├── Converter
│   │   ├── EnableConverter.cs
│   │   ├── StringBytes
│   │   │   ├── StringByte0.cs
│   │   │   ├── StringByte1.cs
│   │   │   ├── StringByte2.cs
│   │   │   ├── StringByte3.cs
│   │   │   └── StringByte4.cs
│   │   ├── StringConverter.xaml
│   │   ├── StringIntConverter.cs
│   │   └── StringUintConverter.cs
│   ├── ForWindows
│   │   ├── MetroWindowStyle.cs
│   │   └── MetroWindowStyle.xaml
│   └── ReadMe.txt
├── UartLib
│   ├── ClassCommonUart.cs
│   └── ClassUartOperation.cs
└── 使用说明
├── A4964调试上位机使用说明.docx
├── A4964调试上位机使用说明.pdf
├── 主界面.jpg
└── 主界面.psd

144 directories, 420 files

标签:

实例下载地址

dsPIC33EBootloader上位机源码.7z

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警