代码搜索:continuous

找到约 2,697 项符合「continuous」的源代码

代码结果 2,697
www.eeworm.com/read/278064/10576995

m griewank.m

% Griewank.m % Griewank function % described by Clerc in ... % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Semi-continuous_challenge.htm % % used to test optimization/global minimi
www.eeworm.com/read/421910/10680062

m ackley.m

% ackley.m % Ackley's function, from http://www.cs.vu.nl/~gusz/ecbook/slides/16 % and further shown at: % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Semi-continuous_challenge.htm
www.eeworm.com/read/421910/10680124

m griewank.m

% Griewank.m % Griewank function % described by Clerc in ... % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Semi-continuous_challenge.htm % % used to test optimization/global minimi
www.eeworm.com/read/152244/7139359

m reinf5_2.m

%%%%%%%%%%% Reinforcement Problem 5.2 %%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat
www.eeworm.com/read/152244/7139370

m ex5_8.m

%%%%%%%%%%%%%%%%%% Example 5.8 %%%%%%%%%%%%%%%%%% % Discrete-Time Control Problems using % % MATLAB and the Control System Toolbox % % by J.H. Chow, D.K. Frederick, & N.W. Chbat %
www.eeworm.com/read/452222/7444727

m display.m

function display(cdv) % DISPLAY - % for k=1:length(cdv) disp(sprintf('\n')) disp('Continuous design variable') disp('--------------------------') display(cdv(k).gen) txt=sprintf('Lower l
www.eeworm.com/read/448905/7522831

m fig13_31.m

% Chapter 13: Figure 13.31, p. 780 % % Continuous- to discrete-time system conversion with % the c2dm function. The transfer function is % % 1 % G(s) = -------- , %
www.eeworm.com/read/448529/7532009

m ex031700.m

% Analog Signal Dt = 0.00005; t = -0.005:Dt:0.005; xa = exp(-1000*abs(t)); % % Continuous-time Fourier Transform Wmax = 2*pi*2000; K = 500; k = 0:1:K; W = k*Wmax/K; Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/447207/7556400

txt 433settings.txt

Device: CC1000 System parameters: X-tal frequency: 14.745600 MHz Internal X-tal accuracy: +/- 20 ppm RF frequency A: 433.961400 MHz Active Rx RF frequency B: 433.961400 MHz Inactive Tx RX Mo
www.eeworm.com/read/446239/7582991

m ackley.m

% ackley.m % Ackley's function, from http://www.cs.vu.nl/~gusz/ecbook/slides/16 % and further shown at: % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Semi-continuous_challenge.htm