代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/192103/8404403
htm appa_16.htm
Answer to Chapter 17 Exercises (Learning Perl, 3rd Edition)
www.eeworm.com/read/432495/8601927
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/388422/8610879
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/377814/9262019
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/180274/9313835
h cost.h
// -*- C++ -*-
#ifndef __LEMGA_COST_H__
#define __LEMGA_COST_H__
/** @file
* @brief Cost functions (functors) used in learning
*
* $Id: cost.h 2537 2006-01-08 08:40:36Z ling $
*/
#include
www.eeworm.com/read/179061/9375555
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/178344/9407091
m chap4_2.m
%Single Neural Net PID Controller based on Second Type Learning Algorithm
clear all;
close all;
xc=[0,0,0]';
K=0.02;P=2;Q=1;d=6;
xiteP=120;
xiteI=4;
xiteD=159;
%Initilizing kp,ki and
www.eeworm.com/read/178344/9407194
asv chap6_2.asv
%Single Neural Net PID Decouple Controller based on Hebb Learning
%Algorithm to adjust kp,ki,kd
clear all;
close all;
%%Delay plant
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');