嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
簡易的PID實現代碼(使用C#或Python)
簡單的PID實現代碼。 透過比例、微分、積分,輸出計算後加總的值。
.
├── Simple-PID-master
│ ├── README.md
│ ├── Simple_PID
│ │ ├── Simple_PID
│ │ │ ├── PID.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UtilityPID.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Simple_PID.dll
│ │ │ │ └── Simple_PID.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Simple_PID.dll
│ │ │ ├── Simple_PID.pdb
│ │ │ ├── UtilityPID.csproj.FileListAbsolute.txt
│ │ │ └── UtilityPID.csprojResolveAssemblyReference.cache
│ │ ├── Simple_PID.sln
│ │ ├── example
│ │ │ └── WindowsFormsApplication3
│ │ │ ├── WindowsFormsApplication3
│ │ │ │ ├── App.config
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── WindowsFormsApplication3.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── LowpassFilter.dll
│ │ │ │ │ ├── LowpassFilter.pdb
│ │ │ │ │ ├── Simple_PID.dll
│ │ │ │ │ ├── Simple_PID.pdb
│ │ │ │ │ ├── WindowsFormsApplication3.exe
│ │ │ │ │ ├── WindowsFormsApplication3.exe.config
│ │ │ │ │ ├── WindowsFormsApplication3.pdb
│ │ │ │ │ ├── WindowsFormsApplication3.vshost.exe
│ │ │ │ │ ├── WindowsFormsApplication3.vshost.exe.config
│ │ │ │ │ └── WindowsFormsApplication3.vshost.exe.manifest
│ │ │ │ └── obj
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── WindowsFormsApplication3.Form1.resources
│ │ │ │ ├── WindowsFormsApplication3.Properties.Resources.resources
│ │ │ │ ├── WindowsFormsApplication3.csproj.FileListAbsolute.txt
│ │ │ │ ├── WindowsFormsApplication3.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsFormsApplication3.csprojResolveAssemblyReference.cache
│ │ │ │ ├── WindowsFormsApplication3.exe
│ │ │ │ └── WindowsFormsApplication3.pdb
│ │ │ └── WindowsFormsApplication3.sln
│ │ └── library
│ │ └── Simple_PID.dll
│ ├── Simple_PID_Python
│ │ ├── PID.py
│ │ └── PID_Demo.py
│ └── docs
│ └── images
│ └── pid.png
└── 簡易的PID實現代碼(使用C#或Python)_Simple-PID-master(1).zip
20 directories, 48 files