代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/324341/13271067
m ips.m
clear;clc;
%Initial Condition
x(1,:)=[0.1,0,0];
%Simulation Setting
h=0.001;
% Set point r=0;
r=0;
k=1;
for t=h:h:3;
% The output of Fuzzy Controller
%fc is a function of Fuzzy
www.eeworm.com/read/324341/13271071
m ips49_p.m
clear;clc;
%Initial Condition
x(1,:)=[0.1,0,0];
%Simulation Setting
h=0.001;
% Set point r=0;
r=0;
k=1;
for t=h:h:3;
% The output of Fuzzy Controller
%fc is a function of Fuzzy
www.eeworm.com/read/324341/13271076
m ips_gau.m
clear;clc;
%Initial Condition
x(1,:)=[0.1,0,0];
%Simulation Setting
h=0.001;
% Set point r=0;
r=0;
k=1;
for t=h:h:3;
% The output of Fuzzy Controller
%fc is a function of Fuzzy
www.eeworm.com/read/324301/13274199
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed to t
www.eeworm.com/read/324301/13274208
m orderbasedexample.m
echo on
% This script shows how to use the ga using an order-based representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global distMatrix
% Setting the
www.eeworm.com/read/324301/13274295
m binaryexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed back
www.eeworm.com/read/324300/13274420
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed to t
www.eeworm.com/read/324300/13274431
m orderbasedexample.m
echo on
% This script shows how to use the ga using an order-based representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global distMatrix
% Setting the
www.eeworm.com/read/324300/13274503
m binaryexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed back
www.eeworm.com/read/321397/13407487
h web_task.h
int extractRequest(st_req *); /* extract url and post in the Http Request message*/
void checkAuthorize(st_req *); /* Setting st_req->is_logged */
void base64_decode(char *); /* base64 dec