资源简介
这是用c#编写的简单运算器 在visual studio 2008上运行
代码片段和文件信息
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;
namespace 简单运算器
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public string i = ““;//击键的值
public int a = 0;//判断使用的运算符
public bool x = true;//判断是第一个操作数还是第二个操作数
public string l;
public string r;
public int j = 0;
public double final = 0;
int m = 0;//单击button_+/-按钮的次数,单击一次显示‘+‘,单击两次显示‘-‘
private void button0_Click(object sender EventArgs e)
{
i += button0.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i; ;
}
private void button1_Click(object sender EventArgs e)
{
i += button1.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button2_Click(object sender EventArgs e)
{
i += button2.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button3_Click(object sender EventArgs e)
{
i += button3.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button4_Click(object sender EventArgs e)
{
i += button4.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button5_Click(object sender EventArgs e)
{
i += button5.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button6_Click(object sender EventArgs e)
{
i += button6.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button7_Click(object sender EventArgs e)
{
i += button7.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button8_Click(object sender EventArgs e)
{
i += button8.Text;
textBox1.Text = i;
if (x == true)
l = i;
else
r = i;
}
private void button9_Click(object sender EventArgs e)
{
i += button9.Text;
textBox1.Text =
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 17408 2009-12-10 12:10 简单运算器\简单运算器\bin\Debug\简单运算器.exe
文件 40448 2009-12-10 12:10 简单运算器\简单运算器\bin\Debug\简单运算器.pdb
文件 14328 2009-12-10 12:10 简单运算器\简单运算器\bin\Debug\简单运算器.vshost.exe
文件 490 2007-07-21 01:33 简单运算器\简单运算器\bin\Debug\简单运算器.vshost.exe.manifest
文件 10774 2009-12-10 12:10 简单运算器\简单运算器\Form1.cs
文件 16933 2009-12-10 12:10 简单运算器\简单运算器\Form1.Designer.cs
文件 5814 2009-12-10 12:10 简单运算器\简单运算器\Form1.resx
文件 1408 2009-12-10 12:10 简单运算器\简单运算器\obj\Debug\简单运算器.csproj.FileListAbsolute.txt
文件 847 2009-12-10 12:10 简单运算器\简单运算器\obj\Debug\简单运算器.csproj.GenerateResource.Cache
文件 17408 2009-12-10 12:10 简单运算器\简单运算器\obj\Debug\简单运算器.exe
文件 180 2009-12-10 12:10 简单运算器\简单运算器\obj\Debug\简单运算器.Form1.resources
文件 40448 2009-12-10 12:10 简单运算器\简单运算器\obj\Debug\简单运算器.pdb
文件 180 2009-11-28 17:25 简单运算器\简单运算器\obj\Debug\简单运算器.Properties.Resources.resources
文件 496 2009-11-28 17:27 简单运算器\简单运算器\Program.cs
文件 1386 2009-11-28 16:56 简单运算器\简单运算器\Properties\AssemblyInfo.cs
文件 2880 2009-11-28 16:56 简单运算器\简单运算器\Properties\Resources.Designer.cs
文件 5612 2009-11-28 16:56 简单运算器\简单运算器\Properties\Resources.resx
文件 1100 2009-11-28 16:56 简单运算器\简单运算器\Properties\Settings.Designer.cs
文件 249 2009-11-28 16:56 简单运算器\简单运算器\Properties\Settings.settings
文件 3741 2009-11-28 17:25 简单运算器\简单运算器\简单运算器.csproj
文件 935 2009-11-28 16:56 简单运算器\简单运算器.sln
..A..H. 14848 2009-12-10 12:11 简单运算器\简单运算器.suo
文件 10716 2009-11-28 19:29 简单运算器\简单运算器.txt
目录 0 2009-12-13 19:40 简单运算器\简单运算器\obj\Debug\Refactor
目录 0 2009-12-13 19:40 简单运算器\简单运算器\obj\Debug\TempPE
目录 0 2009-12-13 19:40 简单运算器\简单运算器\bin\Debug
目录 0 2009-12-13 19:40 简单运算器\简单运算器\obj\Debug
目录 0 2009-12-13 19:40 简单运算器\简单运算器\bin
目录 0 2009-12-13 19:40 简单运算器\简单运算器\obj
目录 0 2009-12-13 19:40 简单运算器\简单运算器\Properties
............此处省略5个文件信息
- 上一篇:金税接口调用
- 下一篇:C#如何实现图片查看器
相关资源
- C#如何实现图片查看器
- 金税接口调用
- 短路计算程序c#版
- 用C#编写的完整的CAD源码对于初学者很
- C#版医院门诊管理系统完整版附带数据
- Huber稳健估计
- C#调用金蝶登录窗口专业版12.2以后也
- C# 界面实现快速排序
- C#宾馆客房管理系统课设
- C# wpf 操作word Excel,
- 数学模拟钉板实验c#源码
- C# 图像处理软件及其源码
- C# DESC 加密解密
- 串口扫描枪 c# 最简程序源码
- 在C#中调用MapX[超级详细]pb、vb、delp
- c#操作文件实现日志功能
- 我用C#做的电子名片系统(带图片功能
- 操作系统 进程管理 C# VS2005
- ashxC#语言
- C#实现《CATIA二次开发技术基础》中的
- 文档管理系统源代码+数据库
- 人力资源管理系统源代码+数据库
- 学生管理系统传c#论文及源码
- C# 液晶控件 lcd控件 LCM控件 LED控件
- C#基本函数代码C#基本函数代码C#基本
- C# 自定义控件 自定义ComboBox
- C# 2015最新版NMODBUS4.0源码支持TCP/IPRT
- 计算方法实验报告,基于C#可视化界面
- DCT(离散余弦变换)C#源代码
- C#后台返回json类型数据
评论
共有 条评论