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

  • 大小: 0.06M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標(biāo)簽: 模擬??GDI??繪圖??源碼??d??

資源簡(jiǎn)介

A模擬繪圖GDI源碼

資源截圖

代碼片段和文件信息

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;

namespace?模擬繪圖GDI
{
????public?partial?class?Form1?:?Form
????{
????????///?
????????///?這個(gè)程序描述GDI怎么畫圖,我盡量用最簡(jiǎn)潔的語句來表達(dá)算法
????????///?在沒有單片機(jī)數(shù)據(jù)傳入的情況下寫一個(gè)簡(jiǎn)單的界面
????????///?橫坐標(biāo)就不需要做動(dòng)態(tài)跟蹤時(shí)間軸演示了,請(qǐng)諒解
????????///?有詳細(xì)需要的朋友聯(lián)系小編找到我
????????///?心電圖、儀表需要單片機(jī)提供接口
????????///?

????????public?Form1()
????????{
????????????InitializeComponent();
????????????panel1.BackColor?=?Color.White;
????????????timer1.Enabled?=?false;
????????}

????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????timer1.Enabled?=?true;
????????}
????????//畫圖對(duì)象
????????Graphi

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-04-08?09:10??moniGDI\
?????目錄???????????0??2016-03-23?10:16??moniGDI\bin\
?????目錄???????????0??2016-03-23?10:17??moniGDI\bin\Debug\
?????文件???????12288??2016-03-23?10:17??moniGDI\bin\Debug\模擬繪圖GDI.exe
?????文件???????24064??2016-03-23?10:17??moniGDI\bin\Debug\模擬繪圖GDI.pdb
?????文件???????11600??2016-03-23?10:18??moniGDI\bin\Debug\模擬繪圖GDI.vshost.exe
?????文件?????????490??2012-06-02?22:34??moniGDI\bin\Debug\模擬繪圖GDI.vshost.exe.manifest
?????目錄???????????0??2016-03-23?10:24??moniGDI\bin\Release\
?????文件????????5188??2016-03-22?17:16??moniGDI\Form1.cs
?????文件????????7771??2016-03-22?17:02??moniGDI\Form1.Designer.cs
?????文件????????6011??2016-03-22?17:00??moniGDI\Form1.resx
?????目錄???????????0??2016-03-23?10:16??moniGDI\obj\
?????目錄???????????0??2016-03-23?10:16??moniGDI\obj\x86\
?????目錄???????????0??2016-03-23?10:17??moniGDI\obj\x86\Debug\
?????文件????????4440??2016-03-22?17:01??moniGDI\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6374??2016-03-23?10:17??moniGDI\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????256??2016-03-22?17:03??moniGDI\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件?????????960??2016-03-22?17:03??moniGDI\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件????????7897??2016-03-22?17:15??moniGDI\obj\x86\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2016-03-23?10:16??moniGDI\obj\x86\Debug\TempPE\
?????文件????????4608??2016-03-22?17:02??moniGDI\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????943??2016-03-22?17:01??moniGDI\obj\x86\Debug\心電圖繪制.csproj.FileListAbsolute.txt
?????文件?????????180??2016-03-22?17:00??moniGDI\obj\x86\Debug\心電圖繪制.Form1.resources
?????文件?????????180??2016-03-22?12:45??moniGDI\obj\x86\Debug\心電圖繪制.Properties.Resources.resources
?????文件????????2074??2016-03-23?10:18??moniGDI\obj\x86\Debug\模擬繪圖GDI+.csproj.FileListAbsolute.txt
?????文件?????????975??2016-03-23?10:17??moniGDI\obj\x86\Debug\模擬繪圖GDI+.csproj.GenerateResource.Cache
?????文件???????12288??2016-03-23?10:17??moniGDI\obj\x86\Debug\模擬繪圖GDI.exe
?????文件?????????180??2016-03-22?17:03??moniGDI\obj\x86\Debug\模擬繪圖GDI.Form1.resources
?????文件???????24064??2016-03-23?10:17??moniGDI\obj\x86\Debug\模擬繪圖GDI.pdb
?????文件?????????180??2016-03-22?17:03??moniGDI\obj\x86\Debug\模擬繪圖GDI.Properties.Resources.resources
?????文件?????????496??2016-03-22?17:02??moniGDI\Program.cs
............此處省略10個(gè)文件信息

評(píng)論

共有 條評(píng)論