嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#语言制作一个计算器,包括加减乘除,求倒数,开根号等;实例如图:
对数据的输入格式有一定的判断,错误的输入会给出提示,也可以通过 /-改变数字的正负号等功能。
.
├── computer
│ ├── computer
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── computer.exe
│ │ │ ├── computer.pdb
│ │ │ ├── computer.vshost.exe
│ │ │ └── computer.vshost.exe.manifest
│ │ ├── computer.csproj
│ │ └── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── computer.Form1.resources
│ │ ├── computer.Properties.Resources.resources
│ │ ├── computer.csproj.FileListAbsolute.txt
│ │ ├── computer.csproj.GenerateResource.Cache
│ │ ├── computer.exe
│ │ └── computer.pdb
│ ├── computer.sln
│ └── computer.suo
└── 计算器,带小数,开根号等.rar
9 directories, 24 files