-
采用 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
-
喷泉 gl 项目
使用 opengl 的喷泉 gl 项目工程 6 sem 学生 vtu 教学大纲的佛这个项目是计算机图形学中,用来学习编程技巧的第 6 次扫描电镜下的主题
- 2022-02-09 10:55:02下载
- 积分:1
-
我写的一个模拟彩票抽奖的程序。用到了随机数的生成,数据保存等。...
我写的一个模拟彩票抽奖的程序。用到了随机数的生成,数据保存等。-I wrote a mock lottery draw procedures. Used a random number generator, data preservation.
- 2023-01-09 10:00:04下载
- 积分:1
-
fang baidubook.fang baidubook.
仿 百度留言本,ASP+HTMl;仿 百度留言本,ASP+HTMl-fang baidubook.fang baidubook.
- 2023-01-15 01:55:04下载
- 积分:1
-
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。
VC++编的状态服务器,有良好的线程模型,可靠的网络通信。-VC series of the state server, a good-threaded model, a reliable communications network.
- 2022-03-03 03:34:55下载
- 积分:1
-
很好的CAN总线说明
很好的CAN总线说明-good note CAN Bus
- 2022-05-10 19:27:57下载
- 积分:1
-
遗传算法及绘图VC程序包
遗传算法及绘图VC程序包
- 2022-02-12 10:34:41下载
- 积分:1
-
< On the generalized algebraic Riccati equation for continuous
< On the generalized algebraic Riccati equation for continuous-time descriptor systems>>传一篇连续广义系统的广义Riccati方程的LAA上的文章。-> Biography for a generalized system of generalized Riccati equations LAA articles.
- 2023-04-11 11:25:04下载
- 积分:1
-
C++实现录音的源码
C++下实现的录音源码,很有用,已封装成类,方便调用与扩展,有窗体,是用mfc实现的,可以实现录音、保存录音、播放录音等。
- 2023-05-19 03:00:03下载
- 积分:1
-
用VC开发的类似Excel的报表
用VC开发的类似Excel的报表-development of the VC similar statements Excel
- 2023-07-31 00:35:03下载
- 积分:1