代码搜索:chaotic

找到约 224 项符合「chaotic」的源代码

代码结果 224
www.eeworm.com/read/240472/4573814

chaotic

ClassicMosaic 1297052521 0.11 inches 1297049463 35.000 1297048948 100.000 1297049443 RGB: 43.1% 43.1% 43.1% (110 110 110) 1382966355 1034
www.eeworm.com/read/382301/9038354

dat chaotic.dat

7.93E-02 1.41E-01 1.89E-01 2.17E-01 2.29E-01 2.28E-01 2.16E-01 1.95E-01 1.66E-01 1.30E-01 8.99E-02 4.57E-02 -4.98E-04 -4.69E-02 -9.18E-02 -1.34E-01 -1.72E-01 -2.05E-01 -2.34E-01 -2.
www.eeworm.com/read/142091/12963752

ini chaotic.ini

[Window0] WindowPlacement=0,1,-1,-1,-1,-1,0,0,242,516 WindowType=9999 [Window1] WindowPlacement=0,1,-1,-1,-4,-23,242,0,799,516 WindowType=1 [Description] NoOfWindows=2 TemplateFile=C:\DIFE
www.eeworm.com/read/142091/12963946

deq chaotic.deq

unknown[0]:="x"; x'(t):={-a*sin(x(t-1))}; x_(t):={0.5}; t0:=0; maxt:=100; dt:=0.01; a:=4.95;
www.eeworm.com/read/142091/12963873

vw1 chaotic.vw1

axe1:="t"; axe2:="x"; min1:=-1; max1:=maxt; min2:=-30; max2:=5; draw:=11;
www.eeworm.com/read/313037/13598112

vi chaotic_lorenz.vi

www.eeworm.com/read/465569/7049763

m chaotic_prediction3.m

clear;clc;close all %% chaotic signal generation A = 4; x = zeros(1,1500) + 0.1; for k = 1:1499 x(k+1) = A * x(k) * (1-x(k)); end % plot(x, 'DisplayName', 'x', 'YDataSource', 'x'); figure(g
www.eeworm.com/read/465569/7049765

m chaotic_prediction4.m

clear;clc;close all %% chaotic signal generation % A = 4; % x = zeros(1,1500) + 0.1; % for k = 1:1499 % x(k+1) = A * x(k) * (1-x(k)); % end % plot(x, 'DisplayName', 'x', 'YDataSource', 'x')
www.eeworm.com/read/465569/7049767

m chaotic_prediction2.m

clear;clc;close all %% chaotic signal generation % A = 4; % x = zeros(1,1500) + 0.1; % for k = 1:1499 % x(k+1) = A * x(k) * (1-x(k)); % end load emotion_p1 %% train and test sets % train_