-
采用 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
-
AVS2视频源代码
来自AVS.ORG的AVS2源码,,可适用于解码器开发,目前AVS2是我国研发的针对4K视频的一个编码,未来可以应用于4K广播行业,地面数字广播扽等
- 2022-08-04 06:00:46下载
- 积分:1
-
VC程序编写的三维CAD图形系统代码,可以画出一些Berzier曲线,直线,立方体之类的图形...
VC程序编写的三维CAD图形系统代码,可以画出一些Berzier曲线,直线,立方体之类的图形-VC programming of 3D CAD graphics system code, you can draw a number of Berzier curve, straight line, cube-like graphics
- 2022-03-06 02:20:19下载
- 积分:1
-
贝叶斯网络的Tommi S.雅科拉
Bayesian Networks by Tommi S. Jaakkola
MIT AI Lab
- 2022-06-12 01:00:24下载
- 积分:1
-
a terrific compilation principle guides, is the Superstar e
一本很棒的编译原理指南,是巨星电子书,使用巨星打开的工具。
- 2023-09-02 20:15:05下载
- 积分:1
-
这是一个用Vb开发的可以聊天的软件,并且可以实现远程的下载但不是P2P的...
这是一个用Vb开发的可以聊天的软件,并且可以实现远程的下载但不是P2P的-Remarkable insights were gained with the development of the software can chat, and can be downloaded from the remote but not P2P
- 2022-03-21 20:16:27下载
- 积分:1
-
基于mfc的opengl配置框架
基于mfc的opengl配置框架,方便初学opengl的人快速入门,程序中有中文注释。
- 2023-05-18 22:00:03下载
- 积分:1
-
1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课...
1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课程1条数据,每个学生全选了课程表所有的课程,写出sql语句和数据-1. The courses table into three data and write sql statement and data 2. Students in the table into 15 students, each class 5 data and write sql statement and data 3. The results table, each student each course a data, each elected by the students of the curriculum of all courses, write sql statement and data
- 2022-01-26 06:03:09下载
- 积分:1
-
嵌入式WINCE微调控件编程使用,用EVC开发实现
嵌入式WINCE微调控件编程使用,用EVC开发实现-Embedded WINCE programming controls the use of fine-tuning, using EVC realize development
- 2022-10-14 00:10:04下载
- 积分:1
-
实现了对C++下的string的扩展,比如分割字符串啊,
实现了对C++下的string的扩展,比如分割字符串啊,-Realization of C++ under the expansion of string, for example, the string partition ah, etc.
- 2022-02-26 15:24:09下载
- 积分:1