C#栈和队列的应用实例源码

上传者: 27231127 | 上传时间: 2023-03-20 15:30:26 | 文件大小: 40KB | 文件类型: ZIP
C#栈和队列的应用实例源码 private void button1_Click(object sender, EventArgs e) { if (textBox3.Text.Length > 0) { if (IsIDnum(textBox3.Text.Trim())) { int i = Convert.ToInt32(textBox3.Text.Trim()); b.Push(i); str = str + textBox3.Text.Trim() + ","; label4.Text = str; textBox3.Text = ""; } else { textBox3.Text = "必须为数字"; } } else { textBox3.Text = "不能为空"; } } private void button3_Click(object sender, EventArgs e) { if (b.Count == 0) { textBox4.Text = "栈为空"; label4.Text =""; } else { textBox4.Text = b.Pop().ToString(); int n = str.LastIndexOf(","); str = str.Substring(0, n); int m = str.LastIndexOf(","); str = str.Substring(0, m+1); label4.Text = str; } }

文件下载

资源详情

[{"title":"( 21 个子文件 40KB ) C#栈和队列的应用实例源码","children":[{"title":"WindowsApplication4","children":[{"title":"WindowsApplication4","children":[{"title":"bin","children":[{"title":"Debug","children":[{"title":"WindowsApplication4.exe <span style='color:#111;'> 24.00KB </span>","children":null,"spread":false},{"title":"WindowsApplication4.vshost.exe <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"WindowsApplication4.pdb <span style='color:#111;'> 27.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Form1.Designer.cs <span style='color:#111;'> 7.16KB </span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'> 478B </span>","children":null,"spread":false},{"title":"obj","children":[{"title":"Debug","children":[{"title":"WindowsApplication4.Properties.Resources.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"WindowsApplication4.csproj.GenerateResource.Cache <span style='color:#111;'> 842B </span>","children":null,"spread":false},{"title":"WindowsApplication4.Form1.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"WindowsApplication4.exe <span style='color:#111;'> 24.00KB </span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"WindowsApplication4.pdb <span style='color:#111;'> 27.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"WindowsApplication4.csproj.FileListAbsolute.txt <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false}],"spread":true},{"title":"Form1.cs <span style='color:#111;'> 3.36KB </span>","children":null,"spread":false},{"title":"Form1.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"WindowsApplication4.csproj <span style='color:#111;'> 3.17KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.83KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"WindowsApplication1.suo <span style='color:#111;'> 28.00KB </span>","children":null,"spread":false},{"title":"WindowsApplication1.sln <span style='color:#111;'> 946B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明