資源簡介
代碼片段和文件信息
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?calc?:?Form
????{
????????private?bool?ClearDisplay?=?true;
????????private?bool?Spequal?=?true;??//判斷等號是否按下
????????private?bool?Spresult?=?true;??//控制result時不能<-
????????private?bool?Spfirst?=?true;?//控制初始為0
????????private?bool?Spdis=false;//Operand1解決
????????private?bool?Spcomma=true;
???????//?private?bool?Spoperator1;
??????//??private?bool?Spoperator?=?false;//判斷是否+-*/連續出現
????????private?string?Operator=“=“Operator1=“=“;
????????private?double?Operand1;
????????private?double?Operand2;
????????private?double?result;
????????private
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????15360??2016-09-17?15:32??簡易計算器\簡易計算器\bin\Debug\簡易計算器.exe
?????文件??????38400??2016-09-17?15:32??簡易計算器\簡易計算器\bin\Debug\簡易計算器.pdb
?????文件??????11600??2016-11-06?08:42??簡易計算器\簡易計算器\bin\Debug\簡易計算器.vshost.exe
?????文件????????490??2010-03-17?22:39??簡易計算器\簡易計算器\bin\Debug\簡易計算器.vshost.exe.manifest
?????文件??????10780??2016-09-12?22:58??簡易計算器\簡易計算器\Form1.cs
?????文件??????16891??2016-09-11?23:12??簡易計算器\簡易計算器\Form1.Designer.cs
?????文件???????5817??2016-09-11?23:12??簡易計算器\簡易計算器\Form1.resx
?????文件???????4501??2016-09-11?22:10??簡易計算器\簡易計算器\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6371??2016-09-17?15:32??簡易計算器\簡易計算器\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????716??2016-09-12?17:06??簡易計算器\簡易計算器\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件???????1700??2016-09-12?17:06??簡易計算器\簡易計算器\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件???????8031??2016-09-11?22:11??簡易計算器\簡易計算器\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件????????180??2016-09-12?17:06??簡易計算器\簡易計算器\obj\x86\Debug\簡易計算器.calc.resources
?????文件???????2754??2016-11-06?08:42??簡易計算器\簡易計算器\obj\x86\Debug\簡易計算器.csproj.FileListAbsolute.txt
?????文件??????15360??2016-09-17?15:32??簡易計算器\簡易計算器\obj\x86\Debug\簡易計算器.exe
?????文件??????38400??2016-09-17?15:32??簡易計算器\簡易計算器\obj\x86\Debug\簡易計算器.pdb
?????文件????????180??2016-09-12?17:06??簡易計算器\簡易計算器\obj\x86\Debug\簡易計算器.Properties.Resources.resources
?????文件????????495??2016-09-11?21:27??簡易計算器\簡易計算器\Program.cs
?????文件???????1380??2016-09-11?21:14??簡易計算器\簡易計算器\Properties\AssemblyInfo.cs
?????文件???????2878??2016-09-11?21:14??簡易計算器\簡易計算器\Properties\Resources.Designer.cs
?????文件???????5612??2016-09-11?21:14??簡易計算器\簡易計算器\Properties\Resources.resx
?????文件???????1098??2016-09-11?21:14??簡易計算器\簡易計算器\Properties\Settings.Designer.cs
?????文件????????249??2016-09-11?21:14??簡易計算器\簡易計算器\Properties\Settings.settings
?????文件???????3689??2016-09-11?21:49??簡易計算器\簡易計算器\簡易計算器.csproj
?????文件????????887??2016-09-11?21:14??簡易計算器\簡易計算器.sln
????..A..H.?????24576??2016-11-06?11:22??簡易計算器\簡易計算器.suo
?????目錄??????????0??2016-09-11?21:14??簡易計算器\簡易計算器\obj\x86\Debug\TempPE
?????目錄??????????0??2016-12-19?14:01??簡易計算器\簡易計算器\obj\x86\Debug
?????目錄??????????0??2016-12-19?14:01??簡易計算器\簡易計算器\bin\Debug
?????目錄??????????0??2016-12-19?14:01??簡易計算器\簡易計算器\obj\x86
............此處省略8個文件信息
- 上一篇:vb 拼圖游戲 源碼
- 下一篇:C# 控制小車 移動
評論
共有 條評論