資源簡介
代碼片段和文件信息
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.Drawing.Drawing2D;
using?System.Windows.Forms.DataVisualization.Charting;
namespace?WindowsFormsApplication2
{
????public?partial?class?Form1?:?Form
????{
????????private?double?dm?=?0;
????????private?double?vm?=?0;?????????//速度
????????private?double?ss?st?=?0;????????//時間間隔
????????private?List?VM?=?new?List(100);
????????private?List?DM?=?new?List(100);
????????private?Queue?Vm?=?new?Queue(100);
????????private?Queue?Dm?=?new?Queue(100);
????????private?bool?Ready?=?false;
????????private?bool?contr
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????14848??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\bin\Debug\chartaa.exe
?????文件??????26112??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\bin\Debug\chartaa.pdb
?????文件??????11600??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\bin\Debug\chartaa.vshost.exe
?????文件??????14848??2018-10-24?18:47??動態折線圖\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.exe
?????文件??????30208??2018-10-24?18:47??動態折線圖\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.pdb
?????文件????????490??2012-06-06?02:06??動態折線圖\WindowsFormsApplication2\bin\Debug\WindowsFormsApplication2.vshost.exe.manifest
?????文件???????3775??2018-10-24?17:49??動態折線圖\WindowsFormsApplication2\charta.csproj
?????文件???????9873??2018-10-24?18:47??動態折線圖\WindowsFormsApplication2\Form1.cs
?????文件???????8505??2018-10-24?18:46??動態折線圖\WindowsFormsApplication2\Form1.Designer.cs
?????文件???????6184??2018-10-24?18:46??動態折線圖\WindowsFormsApplication2\Form1.resx
?????文件????????605??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\charta.csproj.FileListAbsolute.txt
?????文件????????975??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\charta.csproj.GenerateResource.Cache
?????文件??????14848??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\chartaa.exe
?????文件??????26112??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\chartaa.pdb
?????文件????????180??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\chartaa.Properties.Resources.resources
?????文件???????2867??2018-10-24?17:42??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6482??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????4608??2018-10-24?18:51??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????957??2018-10-24?18:50??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.csproj.FileListAbsolute.txt
?????文件????????975??2018-10-24?18:46??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.csproj.GenerateResource.Cache
?????文件??????14848??2018-10-24?18:47??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.exe
?????文件????????180??2018-10-24?18:46??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.Form1.resources
?????文件??????30208??2018-10-24?18:47??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.pdb
?????文件????????180??2018-10-24?17:49??動態折線圖\WindowsFormsApplication2\obj\x86\Debug\WindowsFormsApplication2.Properties.Resources.resources
?????文件????????505??2018-10-24?17:42??動態折線圖\WindowsFormsApplication2\Program.cs
?????文件???????1380??2018-10-24?17:42??動態折線圖\WindowsFormsApplication2\Properties\AssemblyInfo.cs
?????文件???????2854??2018-10-24?18:50??動態折線圖\WindowsFormsApplication2\Properties\Resources.Designer.cs
?????文件???????5612??2018-10-24?17:42??動態折線圖\WindowsFormsApplication2\Properties\Resources.resx
?????文件???????1107??2018-10-24?18:50??動態折線圖\WindowsFormsApplication2\Properties\Settings.Designer.cs
?????文件????????249??2018-10-24?17:42??動態折線圖\WindowsFormsApplication2\Properties\Settings.settings
............此處省略14個文件信息
評論
共有 條評論