-
is a digital editor
是一个数码编辑
- 2022-06-03 15:14:25下载
- 积分:1
-
UPLOAD 4
说明: VERY GOOG AND CONSISTRNY LY EARN MONEY PEER MONTH EVERY 5
- 2019-01-21 02:28:42下载
- 积分:1
-
Visual C# 使用键盘控制窗体的移动
Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。
private void Form1_Load(object sender, EventArgs e)
{
Frm_Main form1 = new Frm_Main();//创建窗体对象
form1.KeyPreview = true;//设置窗体接收按键事件
}
private void Form1_KeyDown(object sender, KeyEventArgs e)
{
Point point = this.Location;//定义一个标识窗体的变量
switch (e.KeyData)//判断按键类型
{
case Keys.Up://当按键为上方向键时
point.Y -= 2;
break;
case Keys.Down://当按键为下方向键时
point.Y += 2;
break;
case Keys.Right://当按键为右方向键时
point.X += 2;
break;
case Keys.Left://当按键为左方向键时
point.X -= 2;
break;
case Keys.Escape://当按键为Esc键时
this.Close();//关闭本窗体
break;
default: break;
}
this.Location = point;
}
- 2022-03-13 23:48:13下载
- 积分:1
-
IPC-and-MATLAB
智能预测控制及MATLAB实现:系统论述了神经网络控制、模糊逻辑控制和模型预测控制的基本概念、工作原理、控制算法,以及利用MATLAB语言、MATLAB工具箱函数和SIMULINK对其实现的方法。(Intelligent predictive control and MATLAB implementation: The basic concepts, working principle and control algorithm of neural network control, fuzzy logic control and model predictive control are discussed systematically, and the method of MATLAB language, MATLAB toolbox function and SIMULINK is used to realize it.)
- 2020-12-23 20:29:05下载
- 积分:1
-
BMP与JPG图象转换
BMP与JPG图象转换
- 2023-05-03 04:30:03下载
- 积分:1
-
GA-SVM-master 02
说明: 基于python的gasvm程序,容易理解,适合初学者学习(Gasvm program based on python, easy to understand, suitable for beginners to learn)
- 2019-02-17 02:37:37下载
- 积分:1
-
【批量下载】微擎v1.5.9等
541652656565655456456465(554564564564545456456)
- 2018-03-08 13:37:16下载
- 积分:1
-
irisSOM
用matlab中som实现的iris分类,包括分类的精确度(Using matlab in som realize the iris classification, including classification accuracy)
- 2021-03-16 22:59:21下载
- 积分:1
-
完美火焰渲染程序
动态火焰生成和渲染,用于相关动画特效,工业控制页面的设计。(Dynamic flame generation and rendering, used for animation special effects, industrial control page design.)
- 2020-06-19 19:00:01下载
- 积分:1
-
石器时代
说明: 石器时代2.5源代码 适合自己研究 有兴趣的朋友可以自己看看(Stone Age 2.5 source code suitable for their own research interested friends can see for themselves)
- 2020-06-21 04:00:02下载
- 积分:1