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

  • 大小: 362KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-17
  • 語言: C#
  • 標簽: good??

資源簡介

C#實現磁盤調度的四種算法,圖形化界面顯示(折線圖),能動態顯示畫圖過程(操作系統的課設)

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.Windows.Forms.DataVisualization.Charting;
namespace?YLL100
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????Random?GetRandom?=?new?Random();
????????
????????Series?series1;
????????int?sum?=?0;
????????bool?flag?=?false;
????????public?int?d?=?0;
????????Method?method?=?new?Method();
???????
????????private?void?CreateChart()
????????{
????????????ChartArea?chartArea?=?new?ChartArea();
????????????chartArea.Name?=?“FirstArea“;

????????????chartArea.BackColor?=?Color.AliceBlue;??????????????????????//背景色
????????????chartArea.BackSecondaryColor?=?Color.White;?????????????????//漸變背景色
????????????chartArea.BackGradientstyle?=?Gradientstyle.TopBottom;??????//漸變方式
????????????chartArea.BackHatchstyle?=?ChartHatchstyle.None;????????????//背景陰影
????????????chartArea.BorderDashstyle?=?ChartDashstyle.NotSet;??????????//邊框線樣式
????????????chartArea.BorderWidth?=?1;??????????????????????????????????//邊框寬度
????????????chartArea.BorderColor?=?Color.Black;

???????????
????????????chartArea.AxisX.MajorGrid.Enabled?=?true;
????????????chartArea.AxisY.MajorGrid.Enabled?=?true;

????????????
????????????//?Axis
????????????chartArea.AxisY.title?=?@“磁道“;
????????????chartArea.AxisY.LabelAutoFitMinFontSize?=?5;
????????????chartArea.AxisY.LineWidth?=?2;
????????????chartArea.AxisY.LineColor?=?Color.Black;
????????????chartArea.AxisY.Enabled?=?AxisEnabled.True;

????????????chartArea.AxisX.title?=?@“數據點“;
????????????chartArea.AxisX.IsLabelAutoFit?=?true;
????????????chartArea.AxisX.LabelAutoFitMinFontSize?=?5;
????????????chartArea.AxisX.Labelstyle.Angle?=?-15;
???????????


????????????chartArea.AxisX.Labelstyle.IsEndLabelVisible?=?true;????????//show?the?last?label
????????????chartArea.AxisX.Interval?=?10;?????????
????????????chartArea.AxisX.TextOrientation?=?TextOrientation.Auto;
????????????chartArea.AxisX.LineWidth?=?2;
????????????chartArea.AxisX.LineColor?=?Color.Black;
????????????chartArea.AxisX.Enabled?=?AxisEnabled.True;
????????????chartArea.AxisX.Crossing?=?0;
????????????
????????????chartArea.Position.Height?=?90;
????????????chartArea.Position.Width?=?90;
????????????chartArea.Position.X?=?5;
????????????chartArea.Position.Y?=?7;


????????????chartArea.CursorX.IsUserEnabled?=?true;
????????????chartArea.CursorX.IsUserSelectionEnabled?=?true;

????????????chartArea.AxisX.ScaleView.Zoomable?=?true;
????????????//將滾動內嵌到坐標軸中
????????????chartArea.AxisX.ScrollBar.IsPositionedInside?=?true;
????????????//?設置滾動條的大小
????????????chartArea.AxisX.ScrollBar.Size?=?20;
????????????//?設置滾動條的按鈕的風格,下面代碼是將所有滾動條上的按鈕都顯示出來
????????????chartArea.AxisX.ScrollBar.Buttonstyle?=?ScrollBa

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-11-27?19:03??.vs\
?????目錄???????????0??2018-11-27?19:03??.vs\YLL100\
?????目錄???????????0??2018-11-27?19:03??.vs\YLL100\v15\
?????文件???????62464??2018-12-01?21:07??.vs\YLL100\v15\.suo
?????目錄???????????0??2018-11-27?19:03??.vs\YLL100\v15\Server\
?????目錄???????????0??2018-11-27?19:03??.vs\YLL100\v15\Server\sqlite3\
?????文件???????????0??2018-11-25?14:33??.vs\YLL100\v15\Server\sqlite3\db.lock
?????文件??????659456??2018-11-29?22:29??.vs\YLL100\v15\Server\sqlite3\storage.ide
?????文件???????32768??2018-12-01?21:06??.vs\YLL100\v15\Server\sqlite3\storage.ide-shm
?????文件?????4140632??2018-11-30?15:52??.vs\YLL100\v15\Server\sqlite3\storage.ide-wal
?????文件????????1117??2018-11-25?14:33??YLL100.sln
?????目錄???????????0??2018-11-30?12:42??YLL100\
?????文件?????????189??2018-11-25?14:32??YLL100\App.config
?????目錄???????????0??2018-11-27?19:03??YLL100\bin\
?????目錄???????????0??2018-11-27?19:03??YLL100\bin\Debug\
?????文件???????22528??2018-11-30?15:52??YLL100\bin\Debug\YLL100.exe
?????文件?????????189??2018-11-25?14:32??YLL100\bin\Debug\YLL100.exe.config
?????文件???????48640??2018-11-30?15:52??YLL100\bin\Debug\YLL100.pdb
?????文件???????11512??2018-11-30?12:42??YLL100\Form1.cs
?????文件???????16756??2018-11-28?18:29??YLL100\Form1.Designer.cs
?????文件????????6179??2018-11-28?18:29??YLL100\Form1.resx
?????文件???????11942??2018-11-30?11:01??YLL100\Method.cs
?????目錄???????????0??2018-11-27?19:03??YLL100\obj\
?????目錄???????????0??2018-11-28?18:29??YLL100\obj\Debug\
?????文件????????1622??2018-11-25?20:34??YLL100\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7377??2018-11-27?09:53??YLL100\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2018-11-25?14:32??YLL100\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件???????????0??2018-11-25?14:32??YLL100\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件???????????0??2018-11-25?14:32??YLL100\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????目錄???????????0??2018-11-27?18:58??YLL100\obj\Debug\TempPE\
?????文件??????????42??2018-11-27?19:29??YLL100\obj\Debug\YLL100.csproj.CoreCompileInputs.cache
............此處省略15個文件信息

評論

共有 條評論

相關資源