代码搜索:Exponents

找到约 159 项符合「Exponents」的源代码

代码结果 159
www.eeworm.com/read/230628/14280557

m run_lyap.m

[T,Res]=lyapunov(3,@lorenz_ext,@ode45,0,0.5,200,[0 1 0],10); plot(T,Res); title('Dynamics of Lyapunov exponents'); xlabel('Time'); ylabel('Lyapunov exponents');
www.eeworm.com/read/475315/6796209

m run_lyap.m

[T,Res]=lyapunov(3,@lorenz_ext,@ode45,0,0.5,200,[0 1 0],10); plot(T,Res); title('Dynamics of Lyapunov exponents'); xlabel('Time'); ylabel('Lyapunov exponents');
www.eeworm.com/read/473219/6849139

m degree.m

function deg=degree(p,y,e) %DEGREE Polynomial degree % % DEG = DEGREE(p,x,e) % % p : SDPVAR object. % x : Degree w.r.t linear SDPVAR objects, can be []. % e : If e=1, returns degree of each
www.eeworm.com/read/193277/8242406

m degree.m

function deg=degree(p,y,e) %DEGREE Polynomial degree % % DEG = DEGREE(p,x,e) % % p : SDPVAR object. % x : Degree w.r.t linear SDPVAR objects, can be []. % e : If e=1, returns degree of each
www.eeworm.com/read/193277/8243235

m degree.m

function deg=degree(p,y,e) %DEGREE Polynomial degree % % DEG = DEGREE(p,x,e) % % p : SDPVAR object. % x : Degree w.r.t linear SDPVAR objects, can be []. % e : If e=1, returns degree of each
www.eeworm.com/read/440070/7694678

html node26.html

www.eeworm.com/read/315847/13535419

txt lyapunov_rhr.txt

Lya1=[];Lya2=[];Lya3=[]; V=eye(3); S=V;b1=0; a=0.4;c=0.2;gama=3.5; b=4.0; h=0.01; x(1)=0.1;y(1)=0;z(1)=0;n=0; while z
www.eeworm.com/read/306970/13734530

c wmadec.c

/* * WMA compatible decoder * Copyright (c) 2002 The FFmpeg Project. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the te
www.eeworm.com/read/205038/15328423

html node26.html

www.eeworm.com/read/287361/8690162

m lyapunov.m

function [Texp,Lexp]=lyapunov(n,tstart,stept,tend,ystart,ioutp); global DS; global P; global calculation_progress first_call; global driver_window; global TRJ_bufer Time_bufer bufer_i; % %