xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 362KB
    文件類(lèi)型: .zip
    金幣: 2
    下載: 1 次
    發(fā)布日期: 2021-06-17
  • 語(yǔ)言: C#
  • 標(biāo)簽: good??

資源簡(jiǎn)介

C#實(shí)現(xiàn)磁盤(pán)調(diào)度的四種算法,圖形化界面顯示(折線圖),能動(dòng)態(tài)顯示畫(huà)圖過(guò)程(操作系統(tǒng)的課設(shè))

資源截圖

代碼片段和文件信息

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;??????????????????????????????????//邊框?qū)挾?br/>????????????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?=?@“數(shù)據(jù)點(diǎn)“;
????????????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;
????????????//將滾動(dòng)內(nèi)嵌到坐標(biāo)軸中
????????????chartArea.AxisX.ScrollBar.IsPositionedInside?=?true;
????????????//?設(shè)置滾動(dòng)條的大小
????????????chartArea.AxisX.ScrollBar.Size?=?20;
????????????//?設(shè)置滾動(dòng)條的按鈕的風(fēng)格,下面代碼是將所有滾動(dòng)條上的按鈕都顯示出來(lái)
????????????chartArea.AxisX.ScrollBar.Buttonstyle?=?ScrollBa

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源