代码搜索:L
找到约 10,000 项符合「L」的源代码
代码结果 10,000
www.eeworm.com/read/467189/7019699
gif l04.gif
www.eeworm.com/read/467204/7020252
m whk_l.m
function main()
AllDataNum=200;
TrainDataNum=100;
% 时间序列计算
u=rands(1,AllDataNum+1);
y=zeros(1,AllDataNum+1);
for i=2:AllDataNum+1
numerator=16*u(i-1)+8*y(i-1);
denominator=3+4*y(i-1)
www.eeworm.com/read/466918/7023467
m l14.m
load xyz
xi=0:50:5600;
yi=0:50:4800;
zi=interp2(x,y,z,xi,yi','nearest');
subplot(1,3,1),contour(xi,yi,zi,10,'r');
hold on
plot(2000,2800,'c.',0,800,'r.',4000,2000,'r.',2000,4000,'r.','MarkerSi
www.eeworm.com/read/466918/7023468
m l12.m
load xyz
meshz(x,y,z),rotate3d
xlabel('X'),ylabel('Y'),zlabel('Z')
hold on;
plot3(2000,2800,1100,'c.',0,800,650,'r.',4000,2000,950,'r.',2000,4000,1320,'r.','MarkerSize',30);
www.eeworm.com/read/466918/7023483
m l13.m
load xyz
xi=0:50:5600;
yi=0:50:4800;
zi=interp2(x,y,z,xi,yi','nearest');
surfc(xi,yi,zi)
rotate3d
xlabel('X'),ylabel('Y'),zlabel('Z')
hold on;
plot3(2000,2800,1100,'c.',0,800,650,'r.',4000,2
www.eeworm.com/read/466918/7023484
m l11.m
www.eeworm.com/read/466942/7023962
m l11.m
% exercise 11, chapter 13, from Luenberger, Investment Science
function ExpPayoff = L11(premium,S0,K,r,sigma,T,N)
deltaT = T/N;
u=exp(sigma * sqrt(deltaT));
d=1/u;
p=(exp(r*deltaT) - d)/(u-d);
l
www.eeworm.com/read/466959/7025240
gif dlghead_l.gif
www.eeworm.com/read/466324/7033786
gif l16.gif
www.eeworm.com/read/466324/7033789