-
采用 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
-
labview wince 串口通信
labview wince 串口通信,可以在wince 5.0下面正常运行,可以用于普通的串口调试功能
- 2022-04-11 01:32:49下载
- 积分:1
-
添加的代码示例的VC++程序
应用背景这主要是用代码来测试代码的知识。使用该示例应用程序 试验;关键技术本程序是用控制台应用程序开发C++的示例程序和所有预先定义包括用于实现数学和字符串输出
- 2022-01-25 19:14:29下载
- 积分:1
-
T6963C drives built
内置T6963C驱动器的LCD显示模块Cx51应用程序-T6963C drives built-in LCD display module inverter applications
- 2022-02-09 21:34:43下载
- 积分:1
-
It add the API<F_PC_DISK HDmessage>Function,can load HD s parameter,like h...
API增加了《F_PC_DISK_硬盘信息》函数,获取硬盘的相关硬件参数,如磁头数,磁道数等,支持多硬盘。 2.修改了《F_PC_DISK_获取硬盘出厂号》函数,清除了一点BUG,支持多硬盘-It add the APIFunction,can load HD s parameter,like head section ...etc.support many kind of HD.
2. It modify Function,and debug in it,support many HD
- 2022-06-13 21:04:07下载
- 积分:1
-
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写...
const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
- 2023-08-30 15:05:04下载
- 积分:1
-
联通SGIP短信收发程序的C源代码,在Visual C软件…
联通SGIP短信收发程序C++源代码,本软件在Visual C++.Net中编译通过,并经测试能正常发送与接收短信。欢迎提出
修正意见,并共同探讨。-Unicom SGIP SMS transceiver procedures C source code, the software in Visual C. Net compiler, and tested normal send and receive text messages. Welcome amendments, and to jointly explore.
- 2022-02-05 23:36:37下载
- 积分:1
-
一个用户采集用户击键特征的小程序,可以记录用户敲击键盘时的速度。...
一个用户采集用户击键特征的小程序,可以记录用户敲击键盘时的速度。-a user Acquisition characteristics of the user"s keystrokes small program can be recorded users typing at the keyboard speed.
- 2022-03-24 05:03:13下载
- 积分:1
-
understanding of the object types and examples to help the beginner JAVA
理解类和对象的例子,帮助初学JAVA的人-understanding of the object types and examples to help the beginner JAVA
- 2023-04-13 21:45:02下载
- 积分:1
-
Domain2.2 的源代码,不用太详细介绍了吧。值得一看,delphi的,...
Domain2.2 的源代码,不用太详细介绍了吧。值得一看,delphi的,-Domain2.2 the source code, not to be too detailed briefing of the hour. An eye-catcher, delphi, huh
- 2022-04-28 11:45:21下载
- 积分:1