91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.13M
    文件類型: .zip
    金幣: 2
    下載: 2 次
    發(fā)布日期: 2020-12-14
  • 語言: C#
  • 標(biāo)簽: pid??軟件??學(xué)習(xí)??C#??

資源簡介

PID學(xué)習(xí)軟件(C#實現(xiàn)PID)

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Collections;
using?System.Windows.Forms.DataVisualization.Charting;

namespace?cs_PIDLearner
{
????public?partial?class?Form1?:?Form
????{
????????Queue?q?=?new?Queue();
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????buttonQSpid_Click(buttonQSpid?new?EventArgs());
????????????button_NoiseSet_Click(button_NoiseSet?new?EventArgs());
????????????button_PIDSet_Click(button_PIDStepSet?new?EventArgs());

????????????for?(int?i?=?0;?i?????????????{

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\
?????文件???????36371??2019-07-19?17:11??cs_PIDLearner\Form1.Designer.cs
?????文件???????17184??2019-07-19?17:11??cs_PIDLearner\Form1.cs
?????文件????????7196??2019-07-19?17:11??cs_PIDLearner\Form1.resx
?????文件?????????505??2018-12-07?10:43??cs_PIDLearner\Program.cs
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\Properties\
?????文件????????1438??2018-12-07?10:43??cs_PIDLearner\Properties\AssemblyInfo.cs
?????文件????????2856??2018-12-07?10:43??cs_PIDLearner\Properties\Resources.Designer.cs
?????文件????????5612??2018-12-07?10:43??cs_PIDLearner\Properties\Resources.resx
?????文件????????1100??2018-12-07?10:43??cs_PIDLearner\Properties\Settings.Designer.cs
?????文件?????????249??2018-12-07?10:43??cs_PIDLearner\Properties\Settings.settings
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\bin\
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\bin\Debug\
?????文件???????27136??2018-12-11?21:40??cs_PIDLearner\bin\Debug\cs_PIDLearner.exe
?????文件???????40448??2018-12-11?21:40??cs_PIDLearner\bin\Debug\cs_PIDLearner.pdb
?????文件???????11600??2018-12-11?21:41??cs_PIDLearner\bin\Debug\cs_PIDLearner.vshost.exe
?????文件?????????490??2018-04-12?07:35??cs_PIDLearner\bin\Debug\cs_PIDLearner.vshost.exe.manifest
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\bin\Release\
?????文件???????26112??2019-07-19?17:11??cs_PIDLearner\bin\Release\cs_PIDLearner.exe
?????文件???????34304??2019-07-19?17:11??cs_PIDLearner\bin\Release\cs_PIDLearner.pdb
?????文件???????22984??2019-07-19?17:08??cs_PIDLearner\bin\Release\cs_PIDLearner.vshost.exe
?????文件?????????490??2018-04-12?07:35??cs_PIDLearner\bin\Release\cs_PIDLearner.vshost.exe.manifest
?????文件????????3965??2018-12-11?17:17??cs_PIDLearner\cs_PIDLearner.csproj
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\obj\
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\obj\x86\
?????目錄???????????0??2019-07-19?17:04??cs_PIDLearner\obj\x86\Debug\
?????文件????????5420??2018-12-07?12:01??cs_PIDLearner\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6756??2018-12-11?21:40??cs_PIDLearner\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2019-07-19?17:11??cs_PIDLearner\obj\x86\Debug\TempPE\
?????文件?????????180??2018-12-11?21:30??cs_PIDLearner\obj\x86\Debug\cs_PIDLearner.Form1.resources
?????文件?????????180??2018-12-11?17:17??cs_PIDLearner\obj\x86\Debug\cs_PIDLearner.Properties.Resources.resources
............此處省略19個文件信息

評論

共有 條評論