-
C++下的一些通用模板库, 可跨平台使用
C++下的一些通用模板库, 可跨平台使用-some template libraries in c++,and it can be used to other platforms.
- 2022-01-29 02:23:42下载
- 积分:1
-
怎样把MID中的菜单去掉
怎样把MID中的菜单去掉-how to remove the menu
- 2022-07-11 17:46:25下载
- 积分:1
-
自己编写的vb小程序,功能还不完善,仅供参考
自己编写的vb小程序,功能还不完善,仅供参考-Their own small program written in vb, function is not perfect, only for reference
- 2022-08-23 00:47:55下载
- 积分: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
-
GDAL做影像校正 源码程序,提供给大家参考,
GDAL做影像校正 源码程序,提供给大家参考,-GDAL source code to do image correction procedures, provides us with reference
- 2022-03-22 22:31:48下载
- 积分:1
-
Some Code For MsFlexDataGrid
Some Code For MsFlexDataGrid
- 2022-06-02 16:51:11下载
- 积分:1
-
qt编写的强制定时关机系统,icon,label,内核关机命令,信号和槽
在qtcreator下编写的强制定时关机系统,熟悉qt信号和槽传递过程的练习程序,在pc上运行平稳。label添加.png图片和更改图标icon。lineEdit中的信息读取,windows内核命令的调用执行及相关关机配置
- 2022-03-22 14:26:56下载
- 积分:1
-
我写的PCI2040接口芯片的驱动程序(WDM)
我写的PCI2040接口芯片的驱动程序(WDM)-I write PCI2040 Interface Chip Driver (WDM)
- 2022-03-19 01:23:22下载
- 积分:1
-
计算器 加减乘除 可点击可输入 单步不能表达式
计算器 加减乘除 可点击可输入 单步不能表达式-Multiplication and division addition and subtraction calculator can click on to enter the single-step can not be an expression
- 2022-04-15 16:13:53下载
- 积分:1
-
基于Wince 4.2 操作系统,用Evc4.0编写的s3c2410 SPI模块程序
基于Wince 4.2 操作系统,用Evc4.0编写的s3c2410 SPI模块程序-Wince 4.2-based operating system, with Evc4.0 prepared s3c2410 SPI module procedures
- 2022-01-26 17:09:40下载
- 积分:1