-
采用 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
-
这个程序能生成3D圆锥并用鼠标控制图形运动。
这个程序能生成3D圆锥并用鼠标控制图形运动。-This process can generate 3D cone and graphics with the mouse to control movement.
- 2023-06-16 21:30:02下载
- 积分:1
-
这是一个监控程序,可以运行其他小程序,这是描述的…
这是一个运行其他监控程序的小程序,对其进行了详细的描述,可以任意控制其他程序作为停止运行的工具
- 2022-04-01 23:21:23下载
- 积分:1
-
接收发送消息例子
接收发送消息例子-receive messaging examples
- 2023-01-25 12:20:03下载
- 积分:1
-
MP3播放器使用很少的内存
占内存很少的mp3播放器-MP3 Player who use little memory
- 2022-01-26 05:01:25下载
- 积分:1
-
hdsimulator
hdsimulator
- 2022-01-26 06:01:29下载
- 积分:1
-
ErdasImagine secondary development and customer
ErdasImagine二次开发与客户化方法研究
对ERDAS开发者有帮助-ErdasImagine secondary development and customer-oriented method for ERDAS help developers
- 2022-11-03 19:35:03下载
- 积分:1
-
input programming paradigm is the recommended value
输入法编程示例,很值的推荐-input programming paradigm is the recommended value
- 2022-01-25 20:15:58下载
- 积分:1
-
vb 超市管理系统销售部分 代码,希望指教,
vb 超市管理系统销售部分 代码,希望指教,-vb supermarket sales management system for some code, hope that advice
- 2023-02-04 03:40:04下载
- 积分:1
-
Fireworks wonderful collection of practical plug
Fireworks精彩实用插件集 站长看看啊-Fireworks wonderful collection of practical plug-head look ah
- 2022-01-25 16:50:13下载
- 积分:1