C#计算器,,有简单,还有科学计算器


含有多个C#编的计算器,整理的,有简单的计算器。还有科学计算器。
资源截图
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace Calculator
{
/// 
/// AboutForm 的摘要说明。
/// 

public class AboutForm : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.linkLabel linkLabel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
/// 
/// 必需的设计器变量。
/// 

private System.ComponentModel.Container components = null;

public AboutForm()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();

//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}

/// 
/// 清理所有正在使用的资源。
/// 

protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}

#region Windows 窗体设计器生成的代码
/// 
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// 

private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.linkLabel();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SuspendLayout();
// 
// label1
// 
this.label1.Location = new System.Drawing.Point(8 8);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(192 16);
this.label1.TabIndex = 0;
this.label1.Text = “作者:Tony Qu“;
// 
// linkLabel1
// 
this.linkLabel1.Location = new System.Drawing.Point(72 32);
this.linkLabel1.Name = “linkLabel1“;
this.linkLabel1.Size = new System.Drawing.Size(128 23);
this.linkLabel1.TabIndex = 1;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = “tonyqus.cnblogs.com“;
// 
// label2
// 
this.label2.Location = new System.Drawing.Point(8 32);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(64 16);
this.label2.TabIndex = 2;
this.label2.Text = “作者博客: “;
// 
// label3
// 
this.label3.Location = new System.Drawing.Point(32 64);
this.label3.Name = “label3“;
this.label3.Size = new System.Drawing.Size(128 16);
this.label3.TabIndex = 3;
this.label3.Text = “BluePrint软件工作室“;
// 
// AboutForm
// 
this.AutoScalebaseSize = new System.Drawing.Size(6 14);
this.ClientSize = new System.Drawing.Size(208 86);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = “AboutForm“;
this.Text = “AboutForm“;
this.ResumeLayout(false);

}
#endregion

}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1198904  2012-05-29 07:09  c#计算器多个C#计算器.doc

     文件       3028  2005-12-20 09:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorAboutForm.cs

     文件       8676  2005-12-20 09:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorAboutForm.resx

     文件       1078  2005-04-02 21:13  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorApp.ico

     文件       1914  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorAssemblyInfo.cs

     文件       5961  2006-02-05 20:39  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorCalculator.csproj

     文件       1804  2006-02-07 09:36  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorCalculator.csproj.user

     文件       5558  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorCalUnit.cs

     文件       2649  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorConstantTable.cs

     文件      38767  2006-02-07 09:29  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorMyCal.cs

     文件      42135  2006-02-07 09:27  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculatorMyCal.resx

     文件       1967  2006-01-04 06:02  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculator.sln

    ..A..H.     13312  2006-02-07 09:36  c#计算器多个c%23计算器Calculator.NET.v2.1BackupCalculator.suo

     文件       1078  2005-04-12 19:48  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerApp.ico

     文件       1859  2005-04-12 19:48  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerAssemblyInfo.cs

     文件       5568  2005-05-23 22:01  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerGrammerAnalyzer.csproj

     文件       1803  2006-02-07 09:36  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerGrammerAnalyzer.csproj.user

     文件      11074  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerOperator.cs

     文件        791  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerPriorityCmpType.cs

     文件       6702  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerSemanticAnalyzer.cs

     文件       4210  2005-05-18 17:25  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerSemanticForm.cs

     文件       9254  2005-04-20 15:42  c#计算器多个c%23计算器Calculator.NET.v2.1BackupGrammerAnalyzerSemanticForm.resx

     文件       5536  2005-04-19 10:40  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerAnalyzerForm.cs

     文件      10625  2005-04-19 10:40  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerAnalyzerForm.resx

     文件       1078  2005-03-24 21:13  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerApp.ico

     文件       1859  2005-03-24 21:13  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerAssemblyInfo.cs

     文件       1026  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerDFAState.cs

     文件        752  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerOperandType.cs

     文件        759  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerOperatorPriority.cs

     文件       9769  2005-12-26 04:55  c#计算器多个c%23计算器Calculator.NET.v2.1BackupPhraseAnalyzerPhraseAnalyzer.cs

............此处省略691个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)