C#-简单计算器实验(带小键盘功能).docVIP

  • 22
  • 0
  • 约1.02万字
  • 约 10页
  • 2023-09-02 发布于四川
  • 举报
C#简单计算器的实现(带小键盘功能) 源代码: 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; using System.Collections.Generic; using System.Text; namespace Calculator { public partial class Form1 : Form { int myAction=0; double Step1 = 0, Step2 = 0,Result=0; bool Flag=true; bool fFlag = false; public Form1() { InitializeComponent(); textBox1.Text = 0; } private voi

文档评论(0)

1亿VIP精品文档

相关文档