资源简介
采用工厂模式,模拟检测仪器,串口通讯,方便软件在没有仪器的情况下调试,测试
代码片段和文件信息
namespace CommonDataLibrary
{
///
/// 尾气分析仪数据结构
///
public struct GasAnalystData
{
///
/// HC测试结果
///
public int HC;
///
/// CO测试结果
///
public float CO;
///
/// CO2测试结果
///
public float CO2;
///
/// O2测试结果
///
public float O2;
///
/// NOx测试结果
///
public int NO;
///
/// NO2测试结果
///
public int NO2;
///
/// 发动机转速测试结果
///
public int Rpm;
///
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-03-06 17:03 SimulationInstrument\
目录 0 2020-03-05 13:47 SimulationInstrument\CommonDataLibrary\
文件 6274 2020-03-05 13:47 SimulationInstrument\CommonDataLibrary\CommonData.cs
文件 2221 2020-02-26 09:21 SimulationInstrument\CommonDataLibrary\CommonDataLibrary.csproj
文件 712 2020-02-26 09:21 SimulationInstrument\CommonDataLibrary\GlobalSuppressions.cs
目录 0 2020-02-21 14:02 SimulationInstrument\CommonDataLibrary\Properties\
文件 1326 2020-02-21 14:02 SimulationInstrument\CommonDataLibrary\Properties\AssemblyInfo.cs
目录 0 2020-02-21 14:02 SimulationInstrument\CommonDataLibrary\bin\
目录 0 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\bin\Debug\
文件 5120 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\bin\Debug\CommonDataLibrary.dll
文件 24064 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\bin\Debug\CommonDataLibrary.pdb
目录 0 2020-03-07 08:56 SimulationInstrument\CommonDataLibrary\bin\Release\
目录 0 2020-02-21 14:02 SimulationInstrument\CommonDataLibrary\obj\
目录 0 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\obj\Debug\
文件 481 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\obj\Debug\CommonDataLibrary.csproj.FileListAbsolute.txt
文件 1733 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\obj\Debug\CommonDataLibrary.csprojAssemblyReference.cache
文件 5120 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\obj\Debug\CommonDataLibrary.dll
文件 24064 2020-03-06 20:18 SimulationInstrument\CommonDataLibrary\obj\Debug\CommonDataLibrary.pdb
文件 6483 2020-02-26 09:20 SimulationInstrument\CommonDataLibrary\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2020-03-07 08:56 SimulationInstrument\CommonDataLibrary\obj\Debug\TempPE\
目录 0 2020-03-06 19:49 SimulationInstrument\Common
文件 8246 2020-02-22 15:13 SimulationInstrument\Common
文件 2605 2020-02-26 09:20 SimulationInstrument\Common
文件 53570 2020-03-06 19:49 SimulationInstrument\Common
文件 19866 2020-02-22 15:19 SimulationInstrument\Common
文件 74394 2020-02-26 09:20 SimulationInstrument\Common
文件 2382 2020-02-26 09:23 SimulationInstrument\Common
文件 9352 2020-02-22 16:16 SimulationInstrument\Common
目录 0 2020-02-21 16:20 SimulationInstrument\Common
文件 1316 2020-02-21 16:20 SimulationInstrument\Common
文件 8839 2020-02-28 16:07 SimulationInstrument\Common
............此处省略626个文件信息
相关资源
- C# 模拟时钟(自绘Graphics)
- c# WPF串口模拟自动生成数据
- WPF 模拟区域选择
- 模拟器命令C#封装
- C# 简单模拟功能以及ping
- LRUDemo-页面置换算法LRU模拟c#
- C# 域名whois批量查询工具(检测是否注
- WinCE6.0模拟器 (支持Win7、WIN8) [电脑
- 简单模拟模拟任务管理器
- dll文件32位/64位检测工具
- C# 声卡检测(PC喇叭)
- 模拟银行充值系统案例
- C#模拟银行ATM操作(分普通用户和透支
- C# 模拟超级玛丽 跳动效果
- c_shapr_detection c#写的人脸检测系统
- Windows7Simulation 基于Silverlight的win7系统
- TLoveQUI 此聊天软件系统是模拟现今国
- FaceCheck 基于EmguCV的人脸检测!!非常
- COMTools_v2.0 C# 串口调试助手源代码。检
- CSharp-USB C# 检测USB设备插入 程序十分
- openCV.NetTest 人脸检测示例程序
- 模拟泡泡屏保
- C#编写的MIPS汇编模拟器
- 操作系统实验-模拟生产者与消费者问
- c#实现边缘检测源码
- asp.net模拟登录带验证码的网站
- C#实现ping服务器检测并返回结果支持
- 操作系统,模拟文件管理系统
- c# 鼠标模拟压感
- 模拟操作系统(C#编写,包括进程管理
评论
共有 条评论