• 大小: 0.06M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 模拟  GDI  绘图  源码  d  

资源简介

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
    {
        /// 
        /// 这个程序描述GDI怎么画图,我尽量用最简洁的语句来表达算法
        /// 在没有单片机数据传入的情况下写一个简单的界面
        /// 横坐标就不需要做动态跟踪时间轴演示了,请谅解
        /// 有详细需要的朋友联系小编找到我
        /// 心电图、仪表需要单片机提供接口
        /// 

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

        private void button1_Click(object sender EventArgs e)
        {
            timer1.Enabled = true;
        }
        //画图对象
        Graphi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           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个文件信息

评论

共有 条评论