-
Open image BMP
说明: Open image format bmp
- 2020-06-24 21:20:01下载
- 积分:1
-
simulationqpsk
仿真QPSK,包含源程序,调制,解调过程也有,仅供参考。-simulationQPSK
- 2023-01-19 01:00:03下载
- 积分:1
-
COM1_COM2
com labview
对于串口的调试接受和发送程序(com labview serial port for debugging procedures to receive and send)
- 2008-06-12 14:12:51下载
- 积分: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
-
demonstrations on how to prepare luxury of the game (procedures) interface, the...
示范如何编写豪华的游戏(程序)界面,这里演示的是Tic Tac toe游戏 -demonstrations on how to prepare luxury of the game (procedures) interface, the presentation here is Tic Tac toe game
- 2022-11-17 14:55:04下载
- 积分:1
-
ceshi
说明: 关于船的仿真和关于回波分析的仿真,涉及到坐标系的变换,雷达在不同位置角度下的仿真,回波分析主要基于运动补偿(The simulation of ship and the simulation of echo analysisRadar simulation at different positions and angles, echo analysis is mainly based on motion compensation)
- 2021-01-04 23:38:55下载
- 积分:1
-
TestIText
First pROJECT Trying to convert an HTML site to PDF.
- 2018-01-19 13:19:29下载
- 积分:1
-
夜神源码
DNF台服多功能源码 检测未过 注入器请自行百度查找(DNF data source has not been detected multifunctional injector please Baidu search)
- 2018-01-07 16:18:03下载
- 积分:1
-
气泡样式jQuery提示框插件
一款可360度旋转的气泡样式jQuery提示框插件(A 360-degree rotating bubble-style jQuery prompt box plug-in)
- 2019-01-02 14:39:39下载
- 积分:1
-
又一个美观的在线客服特效
又一个美观简洁实用的JS在线客服特效代码,可折叠、可收缩,可随滚动条滚动。默认状态下隐藏在浏览器左侧,鼠标滑过时才显示出来。
- 2023-03-26 12:40:04下载
- 积分:1