资源简介
与下位机通信,根据相关通信约定,进行数据解析及其数据展示
代码片段和文件信息
#pragma checksum “..\..\..\App.xaml“ “{ff1816ec-aa5e-4d10-87f7-6f4963833460}“ “C6362C66589FFBCCF04D315B3048EE577520A813“
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using Microsoft.Windows.Controls;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace EOSeViewer_Project {
///
/// App
///
public partial class App : System.Windows.Application {
private bool _contentLoaded;
///
/// InitializeComponent
///
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute(“PresentationBuildTasks“ “4.0.0.0“)]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
#line 4 “..\..\..\App.xaml“
this.StartupUri = new System.Uri(“Views/LoginWin.xaml“ System.UriKind.Relative);
#line default
#line hidden
System.Uri resourceLocater = new System.Uri(“/EOSeViewer_Project;component/app.xaml“ System.UriKind.Relative);
#line 1 “..\..\..\App.xaml“
System.Windows.Application.LoadComponent(this resourceLocater);
#line default
#line hidden
}
///
/// Application Entry Point.
///
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute(“PresentationBuildTasks“ “4.0.0.0“)]
public static void Main() {
EOSeViewer_Project.App app = new EOSeViewer_Project.App();
app.InitializeComponent();
app.Run();
}
}
}
相关资源
- 通信电子线路第二版高如云习题答案
- 西交大《现代通信原理》课后题答案
- 卫星通信系统
- Modelling the Wireless Propagation Channel
- IEC104主站点子站点通信规约报文解析
- 基于Labview的调制解调2ASK2DPSK2FSK2PSKA
- LABVIEW虚拟仪器数据采集与串口通信测
- 樊昌信《通信原理》第7版配套题库
- 5G移动无线通信技术_中文版
- 基于短距离无线光通信的音频传输系
- 通信新读从原理到应用 [陈小锋 著]
- systemview现代通信相关仿真.zip
- 卫星通信网路由技术及其模拟.pdf
- 51单片机与蓝牙模块的串口通信C程序
- WCF实现聊天通信程序
- 基于Linux的语音通信系统
- 基于UDP协议以太网通信的fpga实现ver
- 基于MQTT协议的物联网通信系统的研究
- 用于无线局域网的轴向模螺旋天线设
- 51单片机串行通信程序
- 基于改进的遗传算法的城市交通信号
- GA 1151-2014火灾报警系统无线通信功能
- socket 客户端 通信 上位机 部分
- LabVIEW串口通信参考
- 进程通信共享内存消息队列
- SystemView动态系统分析及通信系统仿真
- 基于LABVIEW的串口数据采集系统
- 数字通信(第五版本)
- 论文研究-分集接收技术在紫外通信中
- 东南大学通信原理课程试卷+答案+复习
评论
共有 条评论