-
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
-
模糊C均值聚类
说明: 该程序可以实现快速的点云的模糊C均值聚类,并且可以利用第二个命令对聚类后的点云进行自动提取。(The program can realize fast clustering of point clouds based on fuzzy C-means, and automatically extract the clustered point clouds by using the second command.)
- 2021-04-27 13:58:45下载
- 积分:1
-
倾角环和位置环的PID控制倒立摆PID-program
拥有倾角环和位置环的PID控制倒立摆,每个倒立摆不同,所以参数未测定,需自行测定(PID control inverted pendulum with inclination ring and position ring, each inverted pendulum is different, so the parameters are not determined, and need to be determined by oneself.)
- 2020-06-22 05:40:02下载
- 积分:1
-
WinMac64_ShearLab-1.1
shearlet变换工具箱,官方网站上下载,分享给大家使用(Shearlet transformation toolbox, download from the official website, share it for everyone to use)
- 2019-01-07 13:42:37下载
- 积分:1
-
GPS_receiver
采用simulink搭建的GPS软件接收机模型,包含从伪码生成、相关接收、捕获、跟踪、解码等完整的流程。内涵解释说明文件,需要用的一定要按照说明配置求解器。(Using Simulink to build the GPS software receiver model, including the pseudo code generation, correlation reception, capture, tracking, decoding and other complete process. Explain the meaning of the document, the need to use the instructions must be configured solver.)
- 2020-11-08 16:09:47下载
- 积分:1
-
用matlab编写的smith圆图软件
解压之后包括两个文件
直接运行.m即可...
用matlab编写的smith圆图软件
解压之后包括两个文件
直接运行.m即可-Prepared by using matlab software smith circle diagram extract directly after the operation, including two documents. M can
- 2022-08-14 20:22:38下载
- 积分:1
-
pyemd_example
complete pyemd examples
- 2020-06-16 12:28:32下载
- 积分:1
-
spotfi
说明: 关于论文 SpotFi: Decimeter Level Localization Using WiFi 的matlab复现代码,可以通过wifi实现分米精度的定位(Code review of Spotfi using matlab)
- 2021-03-08 22:26:37下载
- 积分:1
-
解密搜索遍历器2.7源码
解密搜索遍历器解密DNF任何数据。必须6666(Decryption search ergodicer 2.7 source code decryption search ergodicer 2.7 source code)
- 2020-12-12 13:59:17下载
- 积分:1
-
Read_f06
在Nastran的f06文件里读取模态数据(read the normal model data from f06 in Nastran)
- 2020-12-26 09:09:03下载
- 积分:1