-
采用 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
-
简单dubbo分布式项目demo
dubbo分布式项目,定义接口 服务调用 服务发布等
- 2023-01-22 23:35:04下载
- 积分:1
-
修补程序 v.1.5.RC2 + src
有用的补丁制作工具,很容易自定义。特点:
* 标志 (320 × 90)
* MIDI/XM 音乐
* NFO 文件
* 主要图标
* 恢复功能
* CRK 导入/导出支持
版本历史记录:
1.5 RC2 (2006/4/21) — — 公众:
* 新设计的修补程序制造商实用程序
+ 保存的设置选项
+ XM 音乐支持 (未压缩修补程序大小由 15 k 增加)
+ 输出压缩修补程序
+ 版本历史记录
- 2022-02-05 09:06:46下载
- 积分:1
-
用VC++实现的记事本最全的功能,课程设计获得老师较高评价。...
用VC++实现的记事本最全的功能,课程设计获得老师较高评价。-With VC++ Realize most of the Notepad function of curriculum design to obtain a higher evaluation of teachers.
- 2022-06-27 11:33:40下载
- 积分:1
-
I testing procedures, a little bit, please guidance
我的测试程序,有点问题,请大家指点-I testing procedures, a little bit, please guidance
- 2023-01-25 09:40:03下载
- 积分:1
-
算法设计手册
The Algorithm Design Manual
by
Steven S. Skiena
- 2022-02-03 05:41:37下载
- 积分:1
-
yy视频聊天软件
这个是yy视频音频P2P聊天软件的源代码,服务器端和客户端有视频压缩功能。
- 2022-03-04 12:20:36下载
- 积分:1
-
操作系统的内存管理模拟,用C++编写,不是可视化界面,但是十分方便实用~...
操作系统的内存管理模拟,用C++编写,不是可视化界面,但是十分方便实用~-operating system memory management simulation, C preparation, not visual interface, but very convenient and practical ~
- 2022-10-20 12:35:04下载
- 积分:1
-
When starting with protocols that work at the upper layers of the network models...
When starting with protocols that work at the upper layers of the network models, each set of data is wrapped inside the next lower layer protocol, similar to wrapping letters inside an envelope. The application creates the data, then the transport layer wraps that data inside its format, then the network layer wraps the data, and finally the link (Ethernet) layer encapsulates the data and transmits it. Each network layer either encapsulates the data stream with additional information, or manages data handling or come part of the connection
- 2022-05-23 09:07:19下载
- 积分:1
-
最新仙镜传说服务器C语言源码,网络游戏公开源码
最新仙镜传说服务器C语言源码,网络游戏公开源码-latest cents Mirror legend C language source server, network game open source
- 2022-07-05 14:14:20下载
- 积分:1