C#计算器 VS2005编译
一个C#计算器最基本的usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;namespaceBfirstApplication{publicpartialclassForm2:Form{publicForm2(){InitializeComponent();}
下载地址
用户评论
基本符合要求
我编译后,有些按键用不着。
非常好的资源,虽然自己会编,但是这里有就方便很多
写的很好,符合实验要求