代码搜索:Programs
找到约 10,000 项符合「Programs」的源代码
代码结果 10,000
www.eeworm.com/read/321263/13409863
m programs_17e.m
% Chapter 17 - Neural Networks.
% Programs_17e - Bifurcation diagram for a simple bistable neuromodule.
% Copyright Birkhauser 2004. Stephen Lynch.
% Bifurcation diagram for a two-neuron module.
www.eeworm.com/read/321263/13409866
m programs_17c.m
% Chapter 17 - Neural Networks.
% Programs_17c - The Hopfield network used as an associative memory.
% Copyright Birkhauser 2004. Stephen Lynch.
function Programs_17c
clear all
% The 81-dimensional f
www.eeworm.com/read/321263/13409867
m programs_12d.m
% Chapter 12 - Bifurcations of Nonlinear Systems in the Plane.
% Programs_12d - Hopf Bifurcation.
% Copyright Birkhauser 2004. Stephen Lynch.
% Animation of Hopf bifurcation of a limit cycle from
www.eeworm.com/read/321263/13409868
m programs_14b.m
% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
% Programs_14b - Phase portraits for Hamiltonian systems with two degrees of freedom.
% Copyright Birkhauser 2004. Stephen Lynch.
www.eeworm.com/read/321263/13409871
m programs_12b.m
% Chapter 12 - Bifurcation Theory.
% Programs_12b - Finding critical points.
% Copyright Birkhauser 2004. Stephen Lynch.
% Critical points for y=mu*x-x^3.
% Symbolic Math toolbox required.
syms
www.eeworm.com/read/321263/13409872
m programs_14c.m
% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
% Programs_14c - Phase portraits for nonautonomous systems.
% Copyright Birkhauser 2004. Stephen Lynch.
% Phase portrait for t
www.eeworm.com/read/321263/13409882
m programs_14g.m
% Chapter 14 - Poincare Maps and Nonautonomous Systems in the Plane.
% Programs_14g - Bifurcation diagram for the Duffing equation.
% Copyright Birkhauser 2004. Stephen Lynch.
% Make sure Progr
www.eeworm.com/read/321263/13409884
m programs_13c.m
% Chapter 13 - Three-Dimensional Autonomous Systems and Chaos.
% Programs_13c - The Chapman cycle. A stiff system.
% Copyright Birkhauser 2004. Stephen Lynch.
% x=[O], y=[0_2], z=[O_3]. Exercise
www.eeworm.com/read/321263/13409886
m programs_17b.m
% Chapter 17 - Neural Networks.
% Programs_17b - Generalized delta learing rule and backpropagation of errors
% for a multilayer network (Figure 17.8).
% Copyright Birkhauser 2004. Stephen Lynch.
fun