-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
网站的链接,它是由C++ Builder制作的
网页连接效果,由c++builder制作的-website link, it is up to c++ produced by the builder
- 2022-03-02 15:09:12下载
- 积分:1
-
这是一个关于Access文件的读取和写入操作,采用VC编写,可以将基金Access数据读出,并在控件中显示,是一个实用性很强的综合例子...
这是一个关于Access文件的读取和写入操作,采用VC编写,可以将基金Access数据读出,并在控件中显示,是一个实用性很强的综合例子
-This is a file on the Access to read and write operations, using VC prepared Fund Access data can be read out, and in the control show that it is a very practical example of a comprehensive
- 2022-09-10 23:35:03下载
- 积分:1
-
compress the jpeg graph, the rate may be larger than any other
compress the jpeg graph, the rate may be larger than any other
- 2022-08-08 01:12:30下载
- 积分:1
-
VB learning their assignments, the bad things a great weekend!
VB学习时自己的习作,不好的地方请多多指教!-VB learning their assignments, the bad things a great weekend!
- 2023-05-30 09:35:03下载
- 积分:1
-
在VB中阅读PDF文件格式是vauleable参考源。
可以阅读pdf文件的VB源代码,极具参考价值。-source of reading pdf file in VB format.It is vauleable to reference.
- 2022-10-12 02:40:03下载
- 积分:1
-
This is a 22 on the VC++ Language classic books, hope everyone can help!
这是22本关于VC++语言的经典图书,希望对大家能够有所帮助!-This is a 22 on the VC++ Language classic books, hope everyone can help!
- 2022-11-30 13:45:10下载
- 积分:1
-
用于实现JAVA树结构的BEAN
用于实现JAVA树结构的BEAN-used to achieve the tree structure of the Java Beans
- 2022-02-04 01:53:14下载
- 积分:1
-
读一个只包含+,
读入一个只包含 +, -, *, / 的非负整数计算表达式,计算该表达式的值。
-Read one contains only+,-,*,/terms of non-negative integer expression, calculate the value of the expression.
- 2022-07-21 14:26:05下载
- 积分:1
-
传真发送程序,还不错
传真发送程序,还不错-fax transmission procedures, but also good
- 2022-01-25 16:53:07下载
- 积分:1