• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 计算器  

资源简介


资源截图

代码片段和文件信息

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 计算器
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            double a = Convert.ToDouble(textBox1.Text);
            double b = Convert.ToDouble(textBox2.Text);
            label3.Text = a + “+“ + b + “=“;
            label3.Text += a + b;

        }

        private void button2_Click(object sender EventArgs e)
        {
            double a = Convert.ToDouble(textBox1.Text);
            double b = Convert.ToDouble(t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1350  2015-10-13 18:51  计算器\计算器\Properties\AssemblyInfo.cs

     文件       5612  2015-10-13 18:51  计算器\计算器\Properties\Resources.resx

     文件       2868  2015-10-13 18:51  计算器\计算器\Properties\Resources.Designer.cs

     文件        249  2015-10-13 18:51  计算器\计算器\Properties\Settings.settings

     文件       1094  2015-10-13 18:51  计算器\计算器\Properties\Settings.Designer.cs

     文件       1801  2015-10-13 19:01  计算器\计算器\Form1.cs

     文件       6999  2015-10-13 18:58  计算器\计算器\Form1.Designer.cs

     文件       5817  2015-10-13 18:58  计算器\计算器\Form1.resx

     文件        490  2015-10-13 18:51  计算器\计算器\Program.cs

     文件       6269  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        466  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\GenerateResource.read.1.tlog

     文件        688  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\GenerateResource.write.1.tlog

     文件       1553  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\计算器.csproj.FileListAbsolute.txt

     文件      10752  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\计算器.exe

     文件        180  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\计算器.Form1.resources

     文件      30208  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\计算器.pdb

     文件        180  2015-11-03 16:18  计算器\计算器\obj\x86\Debug\计算器.Properties.Resources.resources

     文件       2164  2015-11-03 16:17  计算器\计算器\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件      10752  2015-11-03 16:18  计算器\计算器\bin\Debug\计算器.exe

     文件      30208  2015-11-03 16:18  计算器\计算器\bin\Debug\计算器.pdb

     文件      11600  2015-11-03 16:18  计算器\计算器\bin\Debug\计算器.vshost.exe

     文件        490  2010-03-17 22:39  计算器\计算器\bin\Debug\计算器.vshost.exe.manifest

     文件       3677  2015-10-13 19:01  计算器\计算器\计算器.csproj

     文件        143  2015-10-13 19:01  计算器\计算器\计算器.csproj.user

     文件        873  2015-10-13 19:01  计算器\计算器.sln

    ..A..H.     17408  2015-11-03 16:19  计算器\计算器.suo

     目录          0  2015-10-13 19:01  计算器\计算器\obj\x86\Debug\TempPE

     目录          0  2015-10-13 19:01  计算器\计算器\obj\x86\Debug

     目录          0  2015-10-13 19:01  计算器\计算器\obj\x86\Release

     目录          0  2015-10-13 19:01  计算器\计算器\obj\x86

............此处省略10个文件信息

评论

共有 条评论