-
led灯显示与开关控制
资源描述一个关于单片机led灯的实验,有Isis图和编程代码,刚入门的初级人士可以看看
- 2022-01-25 21:00:19下载
- 积分:1
-
cstr5
matlab codings on continous stirred tank reactor(cstr)
- 2010-02-03 20:31:00下载
- 积分:1
-
自动隐藏导航菜单
js鼠标滚动自动隐藏导航菜单是一款当页面向下滚动的时候可以帧动画隐藏,在向上滚动到一定距离时又会显示出来。(JS mouse scroll automatic hiding navigation menu is a page scroll down when the frame animation hiding, scroll up to a certain distance will be displayed.)
- 2019-04-02 18:15:02下载
- 积分:1
-
C#不规则窗口示例
C#不规则窗口示例,用Visual C#制作一个异形的多边形窗体,把窗体的标题栏给削掉了,边框也不见了,在一本C#书中发现的例子,把代码还原了,觉得对窗体制作有帮助吧。
- 2023-08-09 10:55:03下载
- 积分:1
-
个人财务管理系统,但有一个模块尚未完成…
个人财务管理系统,不过还有一个模块没有完成,都是在控制台中完成的。
这是我第一个自己做的,希望大家多多指点!-Personal financial management system, but there is a module not yet been completed, are completed in the console. This is my first one to do their own, and I hope a lot of pointing everyone!
- 2022-03-26 12:58:23下载
- 积分:1
-
Modulaciones
it was a project of PDS modulations
- 2018-08-20 06:12:37下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1
-
千年工具大全
说明: 千年服务端修改工具,千年db数据在线修改(Millennium server modification tool
Millennium server modification tool)
- 2020-07-07 15:58:57下载
- 积分:1
-
dss004
Partial Differential Equation Analysis
- 2018-11-30 02:39:49下载
- 积分:1
-
IPOSIM7-5d
IGBT 损耗计算工具,IGBT损耗计算采用了塞米控手册建议的复杂模型。(Use excel to do IGBT loss calculation tools, IGBT loss calculation Sammy control manual recommends using a complex model.)
- 2013-11-01 15:11:51下载
- 积分:1