-
CoolWeather
android中 编写的 天气app。 里面添加了根据地图查询天气功能,使用了免费的天气查询api, 用户可以免费查询天气(this is an app created by android. It has the function such as query weather,using the free weather query api, so that users can query weather free.)
- 2018-08-23 23:12:42下载
- 积分:1
-
NLMS FECG
说明: 实现孕妇和婴儿心电信号的检测并分离孕妇婴儿的心电信号(Realize the detection of the ECG signals of pregnant women and babies and separate the ECG signals of pregnant women and babies)
- 2021-04-09 03:09:00下载
- 积分: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
-
01-01
说明: 平面光波从空气(折射率为1)入射到石英玻璃上(折射率为1.45),用MATLAB做出p、s分量的振幅反射率和振幅透射率以及他们的绝对值随入射角度的变化曲线。(Plane light waves are incident from air (refractive index is 1) to quartz glass (refractive index is 1.45). The amplitude reflectivity, amplitude transmissivity and their absolute values of P and s components are plotted with MATLAB.)
- 2020-06-17 16:10:49下载
- 积分:1
-
cc1100代码,我也是从网上找的,拿来共享
cc1100代码,我也是从网上找的,拿来共享-cc1100 code, I am also looking for from the Internet, used to share
- 2022-10-09 02:35:03下载
- 积分:1
-
AHB_slave ram
ram 的ahb接口,ram ahb interface 好用的中转接口ram 的ahb(ram ahb interface
ram ahb interface ram ahb interface)
- 2021-04-20 17:38:50下载
- 积分:1
-
gps2utc
GPST(gps时间系统)转UTC(世界协调时)+UTC2GPS。(GPST(Global Positioning System Time)2UTC+UTC2GPS)
- 2018-09-01 15:31:13下载
- 积分:1
-
PF
学习粒子滤波的简单实例 先把原理看明白 再逐行看代码很简单(a simple example of particle filtering)
- 2019-03-29 00:29:17下载
- 积分:1
-
一个Flash工作室的全站源码
一个设计工作室的程序,基于FLASH,含有FLASH源文件,数据库使用Access,方便你二次修改,值得一提的是,本Flash源码并没有结合ASP或PHP读取数据,内容是写死在FLASH中,修改的话只能打开FLASH源文件修改。
- 2023-06-24 19:30:02下载
- 积分:1
-
能够任意对任意创建的二维点集动态构建DELAUNAY三角网
能够任意对任意创建的二维点集动态构建DELAUNAY三角网-Constructing Delaunay Triangulations with any Points set created.
- 2022-03-17 20:47:47下载
- 积分:1