-
[Hshop.vn]arduinotm1637
zzz dsad sa dsad ad a
- 2018-05-14 11:04:24下载
- 积分:1
-
这是一款温度控制器的控制程序,能控制温度,时间,还有保温功能...
这是一款温度控制器的控制程序,能控制温度,时间,还有保温功能-This is a temperature controller of the control procedures, to control temperature and time, as well as thermal insulation function
- 2022-03-15 08:33:22下载
- 积分:1
-
多变量系统控制
说明: 根据PID神经元网络控制器原理,在MATLAB中编程实现PID神经元网络控制多变量耦合系统。(According to the principle of PID neural network controller, the multivariable coupling system controlled by PID neural network is realized in MATLAB.)
- 2019-12-13 22:56:22下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
bin
基于LMS算法的自适应滤波器用于滤除心电信号中的50Hz干扰(An Self-Adaptive Filter Based On LMS Algorithm
for Filtering 50Hz Interference in ECG Signal)
- 2020-12-22 17:59:08下载
- 积分:1
-
jQuery手风琴下拉菜单代码
jQuery手风琴下拉菜单代码是一款点击菜单收藏展开效果代码。(JQuery accordion drop-down menu code is a click menu collection expansion effect code.)
- 2019-03-09 13:04:59下载
- 积分:1
-
CrowdCountingCVPR18-master
说明: 用于人群密度估计, 利用未标记数据辅助训练网络实现的,语言是MATLAB(Population Density Estimation)
- 2019-03-19 15:29:17下载
- 积分:1
-
半方差分析
说明: 利用半方差分析方法,进行区域变量的空间自相关性分析,了解其空间变异特征(Using semivariance analysis method, carries on the regional variable space since the correlation analysis, to understand the spatial variation features)
- 2020-05-27 19:33:47下载
- 积分:1
-
STM32的逆变器设计方案
说明: STM32的逆变器设计方案
Design of STM32 inverter(Design of STM32 inverter)
- 2020-03-19 20:51:36下载
- 积分:1
-
241706030838983
基于matlab程序实现交通标识的识别,的源代码(traffic sign recognition based on matlab)
- 2019-04-23 10:48:56下载
- 积分:1