-
采用 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
-
shell程序,大家
shell程序,大家-shell, we look at
- 2022-02-07 17:22:54下载
- 积分:1
-
C #RadioButtonDemo
单选按钮包括 RadioButtonEx dll 和 RadioButtonDemo,一个经过重绘美化的Radiobutton控件,可直接拿来用,包含着C #的RadioButtonEx的DLL的源码及编译好的二进制文件,也包含RadioButtonDemo测试程序。
- 2022-12-06 15:20:03下载
- 积分:1
-
VB preparation, similar to Zuma game, in some places, compare cards.
VB编写,类似祖玛的游戏,有些地方比较卡。-VB preparation, similar to Zuma game, in some places, compare cards.
- 2022-01-26 05:36:06下载
- 积分:1
-
Create a shortcut to the class (source code). WScript.She used
一个创建快捷方式的类(源码).
用的是WScript.She-Create a shortcut to the class (source code). WScript.She used
- 2022-02-25 15:55:08下载
- 积分:1
-
This source code implements a simple development environment based on EVC' s...
本源码实现了一个基于EVC开发环境的简单的画图板-This source code implements a simple development environment based on EVC" s drawing board
- 2022-10-23 05:20:03下载
- 积分:1
-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1
-
Matlab矢量量化图像压缩程序
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于
训练序列的Vector Q...
Matlab矢量量化图像压缩程序
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于
训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed based on training sequence of Vector Quantization (VQ) algorithm.
- 2022-08-18 05:44:34下载
- 积分:1
-
this is the code for forum
this the code for um-this is the code for forum
- 2023-06-07 02:45:03下载
- 积分:1
-
杰克CFile质量更好的膨胀。
wince的CFile的扩展..比较好用-Jack CFile the expansion of better quality ..
- 2022-01-25 15:18:20下载
- 积分:1