基本信息
源码名称:艾德克斯可编程电源控制
源码大小:0.37M
文件格式:.rar
开发语言:C#
更新时间:2022-05-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍

艾德克斯可编程电源控制

远程控制艾德克斯可编程电源

.
├── 艾德克斯IT6300系列远程控制
│   ├── 艾德克斯IT6300系列远程控制
│   │   ├── App.config
│   │   ├── CanModular.Designer.cs
│   │   ├── CanModular.cs
│   │   ├── CanModular.resx
│   │   ├── CanSettingControl.cs
│   │   ├── CanSettingControl.designer.cs
│   │   ├── CanSettingControl.resx
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── FormCanMsg.Designer.cs
│   │   ├── FormCanMsg.cs
│   │   ├── FormCanMsg.resx
│   │   ├── FormCanMsgNew.Designer.cs
│   │   ├── FormCanMsgNew.cs
│   │   ├── FormCanMsgNew.resx
│   │   ├── Manager
│   │   │   ├── DBManager.cs
│   │   │   ├── DataManager.cs
│   │   │   ├── DetectionManager.cs
│   │   │   ├── ImageManager.cs
│   │   │   ├── ModelManager.cs
│   │   │   ├── NetScriptManage.cs
│   │   │   └── ProjectCtrl.cs
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SDK
│   │   │   ├── CAN
│   │   │   │   ├── Advantech
│   │   │   │   │   ├── AdvCANIO.cs
│   │   │   │   │   ├── AdvCan.cs
│   │   │   │   │   ├── AdvantechCAN.cs
│   │   │   │   │   └── CANLibWrapper.cs
│   │   │   │   ├── Can
│   │   │   │   │   ├── CANBaudRate.cs
│   │   │   │   │   ├── CANConfigure.cs
│   │   │   │   │   ├── CANEventArgs.cs
│   │   │   │   │   ├── CANFrame.cs
│   │   │   │   │   ├── CANFrameQueue.cs
│   │   │   │   │   ├── CANFrameType.cs
│   │   │   │   │   ├── CANProvider.cs
│   │   │   │   │   ├── DLLWrapper.cs
│   │   │   │   │   ├── HWType.cs
│   │   │   │   │   ├── ICANProvider.cs
│   │   │   │   │   └── TimeBase.cs
│   │   │   │   ├── CanModular.Designer.cs
│   │   │   │   ├── CanModular.cs
│   │   │   │   ├── CanModular.resx
│   │   │   │   ├── CanSettingControl.cs
│   │   │   │   ├── CanSettingControl.designer.cs
│   │   │   │   ├── CanSettingControl.resx
│   │   │   │   ├── FormCanMsg.Designer.cs
│   │   │   │   ├── FormCanMsg.cs
│   │   │   │   ├── FormCanMsg.resx
│   │   │   │   ├── FormCanMsgNew.Designer.cs
│   │   │   │   ├── FormCanMsgNew.cs
│   │   │   │   ├── FormCanMsgNew.resx
│   │   │   │   ├── Kvaser
│   │   │   │   │   ├── CANLibWrapper.cs
│   │   │   │   │   ├── CANOpen.cs
│   │   │   │   │   ├── CANStatus.cs
│   │   │   │   │   └── KvaserCAN.cs
│   │   │   │   ├── LM
│   │   │   │   │   ├── CANLibWrapper.cs
│   │   │   │   │   └── LMCAN.cs
│   │   │   │   └── USBCAN
│   │   │   │       ├── CANLibWrapper.cs
│   │   │   │       ├── CANStatus.cs
│   │   │   │       └── USBCAN.cs
│   │   │   ├── Computer
│   │   │   │   └── Computer.cs
│   │   │   ├── DB
│   │   │   │   ├── Access.cs
│   │   │   │   ├── AccessHelper.cs
│   │   │   │   ├── OracleHelper.cs
│   │   │   │   └── VisionUnity.cs
│   │   │   ├── HardWareModel.cs
│   │   │   └── ITECH.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.exe
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.exe.config
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.pdb
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.vshost.exe
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.vshost.exe.config
│   │   │   │   └── 艾德克斯IT6300系列远程控制.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── IT6300.Form1.resources
│   │   │   │   ├── TempPE
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.Properties.Resources.resources
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.csproj.FileListAbsolute.txt
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.csproj.GenerateResource.Cache
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.csprojResolveAssemblyReference.cache
│   │   │   │   ├── 艾德克斯IT6300系列远程控制.exe
│   │   │   │   └── 艾德克斯IT6300系列远程控制.pdb
│   │   │   └── Release
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── TempPE
│   │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── 艾德克斯IT6300系列远程控制.csproj
│   └── 艾德克斯IT6300系列远程控制.sln
└── 好例子网_艾德克斯IT6300系列远程控制.rar

21 directories, 97 files