-
tc实现鼠标操作图形
tc实现鼠标操作图形-tc graphics mouse operation
- 2022-03-21 01:27:06下载
- 积分:1
-
采用 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
-
run in the background billing system procedures, ProxyServer charge from the log...
后台运行的计费系统程序,负责从ProxyServer日志文件中收集计费信息。使用WinInet,CFtpConnection等。运行平台:Windows NTProxyServer:NetscapeProxy-run in the background billing system procedures, ProxyServer charge from the log files collected billing information. Using WinInet, CFtpConnection other. Platform : Windows NTProxyServer : NetscapeProxy
- 2022-01-26 01:37:27下载
- 积分:1
-
vc++实现的字符统计,统计文章字符的个数的一个小型系统
vc++实现的字符统计,统计文章字符的个数的一个小型系统-vc++ to achieve the character statistics, statistics of the number of characters in the article of a small system
- 2022-07-10 03:22:14下载
- 积分:1
-
员工管理系统简化版。用vc环境编写。MFC
员工管理系统简化版。用vc环境编写。MFC-vc++ MFC
- 2022-03-22 04:17:27下载
- 积分:1
-
80C196 developed with power monitoring, including the switch in terms of acquisi...
用80C196开发的电力监控,包括开关量采集和模拟量计算,采用MODBUS通讯,有详细的注释-80C196 developed with power monitoring, including the switch in terms of acquisition and simulation, using MODBUS communications, has detailed notes
- 2022-05-21 01:39:04下载
- 积分:1
-
运用Vc++创建ActiveX控件容器的应用实例程序
运用Vc++创建ActiveX控件容器的应用实例程序-The use of Vc++ to create ActiveX control container application procedures
- 2023-03-03 10:20:04下载
- 积分:1
-
由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了...
由于vc系统随机函数产生的数均匀分布,有时要用到正态分布和分布,这是两个小函数,让你们见笑了-vc system because of the random number function evenly distributed, and sometimes we had to use normal distribution and distribution, which is two small functions so that you laughed at the
- 2022-07-04 05:57:44下载
- 积分:1
-
因工作需要开发了LC谐振频率计算工具,演示了用Win32进行浮点运算的方法。...
因工作需要开发了LC谐振频率计算工具,演示了用Win32进行浮点运算的方法。-IT CAN CALCULATE THE resonance frequency of LC circulate and also demonstrate how to do the floating calculation.
- 2022-03-11 05:22:43下载
- 积分:1
-
windows program 程序设计第二版源码
windows program 程序设计第二版源码-windows program
- 2022-01-25 23:48:39下载
- 积分:1