-
MyCal
时间控制小程序,主要用于控制软件的时间管理,可一参考(time control of small procedures, mainly used to control the time management software, a reference to the masses)
- 2005-08-30 14:14:58下载
- 积分:1
-
C# 返回用户点击按钮的枚举
C# 返回用户点击按钮的枚举,这个比较有点个性了,平时好像用的不多,返回用户单击按钮后的信息,需要进行用户单击的判断,代码如下:
DialogResult dr = MessageBox.Show("消息信息", "标题", MessageBoxButtons.YesNoCancel);
switch (dr)//使用switch语句判断用户点击了哪个按钮
{
case DialogResult.Cancel://如果按下了Cancel则执行下面的语句块
MessageBox.Show("按下了Cancel");
break;
case DialogResult.No://如果按下了No则执行下面的语句块
MessageBox.Show("按下了No");
break;
case DialogResult.Yes://如果按下了Yes则执行下面的语句块
MessageBox.Show("按下了Yes");
break;
}
- 2023-02-16 09:40:03下载
- 积分:1
-
lee55ver1[1][1].1
彩虹岛模拟器源代码喜欢的下载不呵呵,模拟器继续研发中(Rainbow Island simulator like to download the source code is not Oh, simulator to continue R & D)
- 2021-03-07 13:29:30下载
- 积分:1
-
elementgetattributens02
The method getAttributeNS retrieves an attribute value by local name and namespace URI. Using the getAttributeNodeNS, retreive and verify the value of the default attribute node.(The method getAttributeNS retrieves an attribute value by local name and namespace URI. Using the getAttributeNodeNS, retreive and verify the value of the default attribute node.)
- 2014-09-21 23:35:56下载
- 积分:1
-
MCP6S26
用程控放大器MCP6S26对信号进行增益放大,并用显示屏显示出来。(With a programmable gain amplifier MCP6S26 the signal amplification, and displayed by the display.)
- 2020-12-15 01:19:13下载
- 积分:1
-
OpenGL-football
VC6.0+OpenGL画的一个三维足球场场景,有纹理、光照、雾效、透明贴图实现的十字交叉树木等。(football playground)
- 2020-11-14 14:19:42下载
- 积分:1
-
count10
具有占系统资源少、易二次编写、多用户、在线申请、即时开通、多样式、多功能等优点,并提供全面的统计报表(It has accounted for less system resources, easy to write the second, multi-user, online application, immediate opening, multi-style, multi-function, etc., and provide comprehensive statistical reports)
- 2016-03-02 00:03:29下载
- 积分:1
-
STM32F1 两串口透传
STM32F103 串口透传,两个串口相互透传程序,串口接收中断再发送(STM32F103, two UART Pass-through Program)
- 2020-06-17 22:00:01下载
- 积分:1
-
timer
说明: 输出12路死区互补同步中间对齐PWM的定时器配置(Timer Configuration of 12-way Complementary Dead Zone Synchronized Intermediate Alignment PWM)
- 2020-06-25 13:40:02下载
- 积分:1
-
指纹识别源码
基于stm32的指纹识别源码,lCD12864显示程序
- 2022-12-29 17:30:03下载
- 积分:1