-
Magnifier+Spotlight WPF Custom Control
WPF基础Windows应用程序中可使用的两种 Custom Control预制产品。
Magnifier可放大看特定部分。
Spotlight只能显示特定部分。
可了解在Custom Control使用Generic Themes的方法。
下图为屏幕照。
- 2022-02-05 05:45:02下载
- 积分: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
-
kmeans算法的源代码
kmeans算法的源代码-kmeans algorithm source code
- 2022-02-13 02:54:57下载
- 积分:1
-
PowerPoint 控制器
简单的相机程序运行在 32 位 XP 机器与 vs2010 或 VS2008 VS2005 线。简单的相机程序运行在 32 位 XP 机器与 vs2010 或 VS2008 VS2005 线。简单的相机程序运行在 32 位 XP 机器与 vs2010 或 VS2008 VS2005 线。简单的相机程序运行在 32 位 XP 机器
- 2023-03-07 18:50:02下载
- 积分:1
-
single bus DS1820 temperature sensor applications (data collection, processing a...
单总线温度传感器DS1820的应用(数据采集,处理,输出,串行通信等)-single bus DS1820 temperature sensor applications (data collection, processing and output, serial communications, etc.)
- 2022-01-22 16:05:57下载
- 积分:1
-
VC6.0的一些实例原代码,都是一些实际运用,需要有一定基础
VC6.0的一些实例原代码,都是一些实际运用,需要有一定基础-Many sample source code of VC++6.0
- 2022-07-03 11:12:30下载
- 积分:1
-
车库问题,里面有对时间函数的应用和读写文件,
车库问题,里面有对时间函数的应用和读写文件,-garage issue, which is the time function of the application and document literacy,
- 2022-07-18 03:20:50下载
- 积分:1
-
Hangman Game
一款非常简单的刽子手游戏,供业余程序员欣赏!:)
- 2022-10-05 20:40:03下载
- 积分:1
-
vc所必须的实例
是一个很不错的应用选择
具有很好的参考价值...
vc所必须的实例
是一个很不错的应用选择
具有很好的参考价值-vc necessary is a very good example of the application of the selection of good reference value
- 2022-02-28 16:12:20下载
- 积分:1
-
To commence, a question, what is the scope of a project? The project management...
To commence, a question, what is the scope of a project? The project management literature is relatively silent in dealing with scope as a major issue. To provide a basis for the discussion, scope as defined is:
"1. End aimed at, purpose, intention
2. Outlook, purview, sweep or reach or sphere of observation or action, tether, extent to which permissible or passible range, opportunity, outlet,"1
Procedures manuals and contract documentation attempts to explicitly define scope.
- 2022-02-03 23:22:47下载
- 积分:1