資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?計算器
{
????public?partial?class?計算器?:?Form
????{
????????public?計算器()
????????{
????????????InitializeComponent();
????????}
????????public?int?tag?=?0suanwan?=?0;//上次輸入的字符或數字的標志
????????Queue?lishi?=?new?Queue();
????????Queue?que?=?new?Queue();
????????Stack?st?=?new?Stack();
????????Stack?ch=?new?Stack();
????????Queue?tmp?=?new?Queue();
????????public?void?jisuan(string?s)
????????{
????????????int?k?=?0?ctos?=?0?stoc?=?0;
????????????for?(int?i?=?0;?i?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-09-22?15:13??計算器\
?????目錄???????????0??2018-09-22?15:13??計算器\.vs\
?????目錄???????????0??2018-09-22?15:13??計算器\.vs\計算器\
?????目錄???????????0??2018-09-22?15:13??計算器\.vs\計算器\v15\
?????文件???????51200??2018-10-08?17:27??計算器\.vs\計算器\v15\.suo
?????目錄???????????0??2018-09-22?15:13??計算器\.vs\計算器\v15\Server\
?????目錄???????????0??2018-10-08?17:27??計算器\.vs\計算器\v15\Server\sqlite3\
?????文件???????????0??2018-09-22?15:13??計算器\.vs\計算器\v15\Server\sqlite3\db.lock
?????文件??????606208??2018-10-08?17:27??計算器\.vs\計算器\v15\Server\sqlite3\storage.ide
?????目錄???????????0??2018-09-27?16:20??計算器\計算器\
?????文件?????????189??2018-09-22?15:13??計算器\計算器\App.config
?????文件???????17971??2018-09-27?16:20??計算器\計算器\Form2.Designer.cs
?????文件???????11791??2018-09-27?16:20??計算器\計算器\Form2.cs
?????文件????????5817??2018-09-27?16:20??計算器\計算器\Form2.resx
?????文件?????????525??2018-09-22?16:43??計算器\計算器\Program.cs
?????目錄???????????0??2018-09-22?15:13??計算器\計算器\Properties\
?????文件????????1316??2018-09-22?15:13??計算器\計算器\Properties\AssemblyInfo.cs
?????文件????????2831??2018-09-22?15:13??計算器\計算器\Properties\Resources.Designer.cs
?????文件????????5612??2018-09-22?15:13??計算器\計算器\Properties\Resources.resx
?????文件????????1096??2018-09-22?15:13??計算器\計算器\Properties\Settings.Designer.cs
?????文件?????????249??2018-09-22?15:13??計算器\計算器\Properties\Settings.settings
?????目錄???????????0??2018-09-22?15:43??計算器\計算器\bin\
?????目錄???????????0??2018-09-22?15:43??計算器\計算器\bin\Debug\
?????文件???????18432??2018-10-08?17:27??計算器\計算器\bin\Debug\計算器.exe
?????文件?????????189??2018-09-22?15:13??計算器\計算器\bin\Debug\計算器.exe.config
?????文件???????34304??2018-10-08?17:27??計算器\計算器\bin\Debug\計算器.pdb
?????目錄???????????0??2018-10-13?12:32??計算器\計算器\bin\Release\
?????目錄???????????0??2018-09-22?15:13??計算器\計算器\obj\
?????目錄???????????0??2018-09-27?16:20??計算器\計算器\obj\Debug\
?????文件????????1464??2018-09-22?18:16??計算器\計算器\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7236??2018-09-22?15:43??計算器\計算器\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略14個文件信息
- 上一篇:C#開發的生成,識別 一維碼、二維碼的小程序
- 下一篇:圖書管理系統精致版
評論
共有 條評論