摘要: 在经过一段时间的C#学习后,试着做了一个计算器的小工程。 计算器的界面如上图,包含基本的+、-、*、/运算以及1/x运算和清零功能。代码如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Compone... 阅读全文
posted @ 2014-11-05 19:20 fe·cat 阅读(1075) 评论(0) 推荐(0)