-
czu
Downloading of subject for czu university
- 2015-11-02 01:39:10下载
- 积分:1
-
srukf
该程序是平方根ukf,效果很好,可以运行。(square root ukf, high effectiveness. used and proved to work out well)
- 2018-10-22 16:34:50下载
- 积分:1
-
3D with rotation
三维下料问题的应用。。。。。。。。。。。。。。。(Three-dimensional packing)
- 2020-06-16 00:00:07下载
- 积分:1
-
Sokoban (modified version) games, straight to the game developers have a friend...
推箱子(修改版)游戏,直得对游戏开发的朋友学习或参考.-Sokoban (modified version) games, straight to the game developers have a friend learning or reference.
- 2022-12-27 21:45:03下载
- 积分:1
-
lao-tie-use
介绍电烙铁的使用,非常好的资料。值得学习和收场。(introduction of dianlaotie,it very good information of dianlaotie. useful to study and get.)
- 2013-07-24 17:20:25下载
- 积分: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
-
ct-ts-vue-demo
说明: 个人搭建的vue-ts的简单demo,适合初学者参考,请批评指正(Personal build Vue TS simple demo, suitable for beginners to refer to, please criticize and correc)
- 2020-11-02 22:01:30下载
- 积分:1
-
platform written in the Snake game, it may be compiled implementation
在TURBO C2.0平台上写的贪吃蛇游戏,可以编译执行-platform written in the Snake game, it may be compiled implementation
- 2022-02-02 10:45:00下载
- 积分:1
-
建筑工程类的一些规范,欢迎下载,或许有用
建筑工程类的一些规范,欢迎下载,或许有用-some kind of construction norms, welcome to download, perhaps useful
- 2022-05-28 17:28:55下载
- 积分:1
-
chapitre 01 [7]
说明: Wind Energy in Algeria: A Brief Overview
- 2020-03-28 00:54:25下载
- 积分:1