-
夏普3.5寸显示器驱动程序的Windows CE 5
sharp 3.5 inch dispaly driver for windows ce 5.0
- 2023-04-06 23:30:03下载
- 积分: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
-
这里是几种能够实现高斯滤波系数提取的m文件
这里是几种能够实现高斯滤波系数提取的m文件-Here are a few ways to achieve Gaussian filter coefficients extracted m files
- 2023-01-17 03:35:03下载
- 积分:1
-
how Undo and Redo operations, which use category requiring operation of the data...
如何进行Undo和Redo的操作,里面用类把需要操作的数据保存起来,然后在恢复-how Undo and Redo operations, which use category requiring operation of the data saved, then resume
- 2022-07-11 13:41:31下载
- 积分:1
-
一个简单的基于DirectX的2D小游戏
简单的小游戏,共有简单、普通、困难三种难度,不同难度所拥有的牌组数量会有所不同,玩家一次性能翻两张牌,翻完牌后即会输出相应结果,找到对应两张牌时,牌面会处于张开状态,不同时两张牌会返回到翻转状态
- 2022-08-08 21:30:09下载
- 积分:1
-
无用单元收集:利用表结点本身的指针域标记遍历路径的算法
无用单元收集:利用表结点本身的指针域标记遍历路径的算法-Useless cell collection: the use of table pointer node labeling their own path traversal algorithm
- 2022-01-25 15:52:12下载
- 积分:1
-
Win32 API大全,全面的api函数,排版也很不错,大家收藏一下吧
Win32 API大全,全面的api函数,排版也很不错,大家收藏一下吧-Win32 API Guinness, comprehensive api function, layout is also very good, we Favorites yourself
- 2022-06-11 11:23:11下载
- 积分:1
-
这是一个用VB实现的拷贝程序。
这是一个用VB实现的拷贝程序。-This is a used copy of VB procedures.
- 2022-01-29 02:42:56下载
- 积分:1
-
一个小程序系统中的应用,简单方便,使用一个关系…
一个系统应用的小程序,简单方便,采用了较为取巧的简便方法-Application of a system of small procedures, simple and convenient, using a relatively simple way to take advantage
- 2022-02-27 05:36:35下载
- 积分:1
-
matlab代码的光子晶体材料模拟
matlab code of photonic crysal material simulation
- 2023-06-01 17:05:03下载
- 积分:1