-
直流电机的 PID 控制
pid 控制直流电机转速和旋转编程与 CCS 编译器 (C 代码),用 protus 模拟
- 2022-03-09 19:29:15下载
- 积分:1
-
STM8函数库中文参考
STM8函数库中文参考
- 2023-02-26 15:45:04下载
- 积分:1
-
This is an ultrasonic launch control circuit design, a continuous single
这是一个超声波发射的控制电路的设计,可以发出连续的单载波脉冲.-This is an ultrasonic launch control circuit design, a continuous single-carrier pulse.
- 2022-03-24 14:35:14下载
- 积分:1
-
computer calendar (including discriminant whether a leap year)
计算机日历程序 (包括判别是否闰年)-computer calendar (including discriminant whether a leap year)
- 2022-02-20 07:35:21下载
- 积分:1
-
求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法...
求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法-realistic Algebraic equations of Newton-down, java, with its own source of data, proven correct results. Users can directly call methods
- 2022-04-18 20:34:53下载
- 积分:1
-
a calculation of two pools and a small collection procedures
一个计算两个集合的并集的小程序-a calculation of two pools and a small collection procedures
- 2022-06-21 22:41:11下载
- 积分:1
-
CRC_FIC檢查CRC碼
CRC_FIC檢查CRC碼 計算CRC碼
檢查程式的CRC碼算法
CRC_FIC檢查CRC碼 計算CRC碼
檢查程式的CRC碼算法
CRC_FIC檢查CRC碼 計算CRC碼
檢查程式的CRC碼算法
- 2023-02-25 02:20:03下载
- 积分:1
-
对折排序 C++算法
对折排序 C++算法-fold ranking algorithm C
- 2022-02-15 23:23:01下载
- 积分:1
-
仿生模式识别 目标跟踪
用仿生模式识别来训练目标,在视频序列中跟踪目标
function [sausage, num] = hypersausage_construct(P)
%按照样本给定的顺序去求解超香肠神经元
[~, W] = size(P);%W是训练样例的个数
sausage = [];
for i = 2:W
temp = power_two(P(:, i - 1), P(:, i));%构建第i-1个神经元 //temp是一个行向量
%temp = power_three(P(:, i - 2), P(:, i-1),P(:,i));
sausage = [sausage temp];
end
sausage = [sausage P(:, end)];
num = (size(sausage, 2) - 1) / (W - 1);
- 2023-08-13 14:40:03下载
- 积分:1
-
gabor+PCA表情识别
资源描述基于Gabor+pca识别人脸表情 ,很详细,用opencv实现的 对于学习pca算法的初学者很有用。
- 2022-01-31 14:51:46下载
- 积分:1