代码搜索:Programs
找到约 10,000 项符合「Programs」的源代码
代码结果 10,000
www.eeworm.com/read/137146/13343531
mht task list programs-a.mht
From:
Subject: Task List Programs
Date: Wed, 24 Mar 2004 17:11:18 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
boundary="----=_NextPart_000_0013_
www.eeworm.com/read/321263/13409829
m programs_17d.m
% Chapter 17 - Neural Networks.
% Programs_17d - The minimal chaotic neuromodule.
% Copyright Birkhauser 2004. Stephen Lynch.
% A chaotic attractor for a neural network (Figure 17.13).
clear
b1
www.eeworm.com/read/321263/13409833
m programs_12c.m
% Chapter 12 - Bifurcations of Nonlinear Systems in the Plane.
% Programs_12c - Hopf Bifurcation.
% Copyright Birkhauser 2004. Stephen Lynch.
% Animation of Hopf bifurcation of a limit cycle from
www.eeworm.com/read/321263/13409843
m programs_10c.m
% Chapter 10 - Limit Cycles.
% Programs_10c - Phase portrait (Fig. 10.7).
% Copyright Birkhauser 2004. Stephen Lynch.
% Non-convex limit cycle of a Lienard system.
clear
hold on
sys1=inline('[
www.eeworm.com/read/321263/13409849
m programs_14f.m
function xdot=Programs_14f(t,x)
% The Duffing System.
global Gamma;
xdot(1)=x(2);
xdot(2)=x(1)-0.1*x(2)-(x(1))^3+Gamma*cos(1.25*t);
xdot=[xdot(1);xdot(2)];
www.eeworm.com/read/321263/13409852
m programs_10b.m
% Chapter 10 - Limit Cycles.
% Programs_10b - Phase portrait (Fig. 10.2).
% Copyright Birkhauser 2004. Stephen Lynch.
% Limit cycle of a van der Pol system.
% IMPORTANT - Save Programs_10a.m as
www.eeworm.com/read/321263/13409859
m programs_14e.m
% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
% Programs_14e - Phase portraits for Hamiltonian systems with two degrees of freedom.
% Copyright Birkhauser 2004. Stephen Lynch.
www.eeworm.com/read/321263/13409860
m programs_14d.m
% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
% Programs_14d - Poincare section for the Duffing system.
% Copyright Birkhauser 2004. Stephen Lynch.
% Poincare section for t
www.eeworm.com/read/321263/13409861
m programs_13b.m
% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
% Programs_13b - 3-D phase portrait (Chua).
% Copyright Birkhauser 2004. Stephen Lynch.
Chua=inline('[15*(x(2)-x(1)-(-(5/7)*x(1)+(1/
www.eeworm.com/read/321263/13409862
m programs_13d.m
% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
% Programs_13d - Lyapunov exponents of the Lorenz system.
% Copyright Birkhauser 2004. Stephen Lynch.
% Special thanks to Vasiliy Go