-
HarshIO 600 eIP_QuickConnect v2.6
说明: HarshIO 600 eIP_QuickConnect v2.6.pdf
- 2019-06-25 09:38:17下载
- 积分: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
-
python-notes22
pythonintroductionandnotes
- 2018-01-20 15:45:43下载
- 积分:1
-
TV_RES
全变分图像处理的两种实现,一种是去噪,一种是恢复(Total Variation of the two kinds of image processing to achieve, one is de-noising, a restoration of)
- 2009-11-19 15:18:13下载
- 积分:1
-
Microsoft Toolkit
toolkit 安装,可以在windows和LINUX系统安装(toolkit install you can install in all systems)
- 2017-12-25 22:11:38下载
- 积分:1
-
1
说明: 易语言画板进度条 非原创,,欢迎大家下载(Easy language Sketchpad progress bar)
- 2014-11-03 17:35:00下载
- 积分:1
-
[安卓开源]随手记安卓记账项目
安卓小账本,小巧精致,很有用,精致生活从点滴做起(Android small account book, small and delicate, very useful, delicate life from a bit to start)
- 2020-12-14 15:19:14下载
- 积分:1
-
256色转灰度图
把8位图像转成灰度图的源码,需要的朋友可以试试(Turn the 8 images into the source of the grayscale, you need friends to try.)
- 2018-10-24 16:14:26下载
- 积分:1
-
LabVIEW与MATLAB混合编程
说明: LabVIEW与MATLAB混合编程
在LabVIEW中链接MATLAB里的FFT函数,进行频谱分析,与调用LabVIEW平台的FFT函数进行分析的结果相比较。(Hybrid programming of LabVIEW and MATLAB Link the FFT function in MATLAB in LabVIEW to do spectrum analysis, and compare with the result of calling the FFT function of LabVIEW platform.)
- 2019-06-04 14:46:26下载
- 积分:1
-
AheadLib-bin
说明: 根据dll文件生成对应cpp文件用于劫持dll,方便打节(Direct production of hijacked object files)
- 2020-06-18 10:20:02下载
- 积分:1