-
采用 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
-
Advantech PCI1716
研华PCI1716-数据采集及图形绘制例程-Advantech PCI1716-data acquisition and graphics rendering routines
- 2023-01-06 16:55:04下载
- 积分:1
-
vbOLE编程 vbOLE编程 vbOLE编程
vbOLE编程 vbOLE编程 vbOLE编程 -vbOLE编程vbOLE编程vbOLE编程vbOLE编程vbOLE编程vbOLE编程vbOLE编程vbOLE编程vbOLE编程vbOLE编程
- 2022-03-04 18:55:13下载
- 积分:1
-
统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s...
统计学生成绩。 设有十个学生的成分别是:(自己设定)。统计一下60~69分,70~79分,80~89分,90~99分和100分的人数并存放在s6,s7,s8,s9,s10单元中。(通过对子程序的调用实现)-student achievement statistics. With 10% of the students were : (self-imposed). Statistics about 60 to 69 points, 70 to 79 points, 80 to 89, 90 to 99 points and 100 points on both the number of M16, s670, S8, s9, s 10 modules. (Through subroutine calls realization)
- 2022-03-25 12:48:48下载
- 积分:1
-
基金管理软件
我自己写得
用到了数据库acce
基金管理软件
我自己写得
用到了数据库acce-Fund management software written using my own database acce
- 2023-03-09 08:00:04下载
- 积分:1
-
电子琴仿真,可以弹出很美妙的音乐。
电子琴仿真,可以弹出很美妙的音乐。-flower simulation, the beauty of pop music.
- 2023-03-10 03:25:03下载
- 积分:1
-
学生成绩管理系统源代码及设计报告
本程序为用Delphi 做的学生成绩管理系统,压塑内包含源代码,数据库和设计报告,将数据库正常导入SQL才能正常使用
- 2022-06-21 22:12:10下载
- 积分:1
-
一本详细讲解C++语言编程技术和技巧的书籍,内容充分展示出C++的强大性、多样性、优美性、敏捷性和艺术性!...
一本详细讲解C++语言编程技术和技巧的书籍,内容充分展示出C++的强大性、多样性、优美性、敏捷性和艺术性!-An elaborate C++ language programming technologies and techniques books, has fully demonstrated the power of C++, diversity, beauty, agility and artistry!
- 2023-07-18 13:00:05下载
- 积分:1
-
本程序主要实现系统自动关机,关机提示信息等功能
本程序主要实现系统自动关机,关机提示信息等功能-the main procedures automatic shutdown system, a message shutdown functions
- 2022-11-19 13:45:03下载
- 积分:1
-
LABVIEW8.5许可文件 下载可以使用
LABVIEW8.5许可文件 下载可以使用-keygen8.5
- 2023-02-25 11:15:04下载
- 积分:1