基本信息
源码名称:C#实现PID模拟仿真波形显示实例
源码大小:0.84M
文件格式:.rar
开发语言:C#
更新时间:2023-04-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

C#实现PID模拟仿真波形显示实例

用C#写的PID调试软件,用于模拟、仿真及学习。可自行调整P I D三个参数,然后看到波形显示,初学者学习好工具。

.
├── C#实现PID模拟仿真波形显示实例_PID学习软件(C#实现PID).rar
└── PID学习软件(C#实现PID)
    └── PID学习软件(C#实现PID)
        ├── PID学习软件(C#实现PID).url
        ├── cs_PIDLearner
        │   ├── Form1.Designer.cs
        │   ├── Form1.cs
        │   ├── Form1.resx
        │   ├── Program.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── app.config
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── cs_PIDLearner.exe
        │   │   │   ├── cs_PIDLearner.pdb
        │   │   │   ├── cs_PIDLearner.vshost.exe
        │   │   │   └── cs_PIDLearner.vshost.exe.manifest
        │   │   └── Release
        │   │       ├── Microsoft.VisualBasic.PowerPacks.Vs.dll
        │   │       ├── cs_PIDLearner.exe
        │   │       ├── cs_PIDLearner.exe.config
        │   │       ├── cs_PIDLearner.pdb
        │   │       ├── cs_PIDLearner.vshost.exe
        │   │       └── cs_PIDLearner.vshost.exe.manifest
        │   ├── cs_PIDLearner.csproj
        │   ├── obj
        │   │   └── x86
        │   │       ├── Debug
        │   │       │   ├── DesignTimeResolveAssemblyReferences.cache
        │   │       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       │   ├── TempPE
        │   │       │   ├── cs_PIDLearner.Form1.resources
        │   │       │   ├── cs_PIDLearner.Properties.Resources.resources
        │   │       │   ├── cs_PIDLearner.csproj.FileListAbsolute.txt
        │   │       │   ├── cs_PIDLearner.csproj.GenerateResource.Cache
        │   │       │   ├── cs_PIDLearner.csprojResolveAssemblyReference.cache
        │   │       │   ├── cs_PIDLearner.exe
        │   │       │   └── cs_PIDLearner.pdb
        │   │       └── Release
        │   │           ├── DesignTimeResolveAssemblyReferences.cache
        │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │           ├── TempPE
        │   │           │   └── Properties.Resources.Designer.cs.dll
        │   │           ├── _IsIncrementalBuild
        │   │           ├── cs_PIDLearner.Form1.resources
        │   │           ├── cs_PIDLearner.Properties.Resources.resources
        │   │           ├── cs_PIDLearner.csproj.AssemblyReference.cache
        │   │           ├── cs_PIDLearner.csproj.CopyComplete
        │   │           ├── cs_PIDLearner.csproj.CoreCompileInputs.cache
        │   │           ├── cs_PIDLearner.csproj.FileListAbsolute.txt
        │   │           ├── cs_PIDLearner.csproj.GenerateResource.cache
        │   │           ├── cs_PIDLearner.csproj.SuggestedBindingRedirects.cache
        │   │           ├── cs_PIDLearner.csprojResolveAssemblyReference.cache
        │   │           ├── cs_PIDLearner.exe
        │   │           └── cs_PIDLearner.pdb
        │   └── packages.config
        ├── cs_PIDLearner.sln
        ├── cs_PIDLearner.suo
        └── packages
            └── VisualBasic.PowerPacks.Vs.1.0.0
                ├── VisualBasic.PowerPacks.Vs.1.0.0.nupkg
                └── lib
                    ├── Microsoft.VisualBasic.PowerPacks.Vs.dll
                    └── Microsoft.VisualBasic.dll

16 directories, 53 files