代码搜索:Hopf

找到约 90 项符合「Hopf」的源代码

代码结果 90
www.eeworm.com/read/239320/13287839

m demo1.m

%%%%%%%%%%%%%%%%%%%%%%%%%% %%% DDE-BIFTOOL demo 1 %%% %%%%%%%%%%%%%%%%%%%%%%%%%% clear; % init system: [name,n]=sys_init %% name = neuron %% n = 2 % construct a first, approximate steady state po
www.eeworm.com/read/239320/13287877

m sd_demo.m

%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% DDE-BIFTOOL sd-demo %%% %%%%%%%%%%%%%%%%%%%%%%%%%%% clear; % init system: [name,n]=sys_init % construct a first, approximate steady state point: stst.kind='stst';
www.eeworm.com/read/474516/6811267

m wezhop.m

function [hopr, hopf, id, stime, rtime]=wezhop(handles,par) % trgraph % calculates number of hops between Current and Other node global C1 C2 C3 C4 C7 C8 C9 C10 C12 AKTWEZ STARTWEZ TRACEFORMAT PREC
www.eeworm.com/read/474516/6811380

m nethop.m

function [hopr, hopf, id, stime, rtime]=nethop(handles,par) % trgraph % calculates number of intermediate nodes for the whole network global C1 C2 C3 C4 C7 C8 C9 C10 C12 TRACEFORMAT PREC PODZIAL
www.eeworm.com/read/381850/9068366

makefile

#----------------------------------------------------------------------- # File : makefile # Contents: build Hopfield network demonstration # Author : Christian Borgelt # History : 2002.12.01 file
www.eeworm.com/read/239320/13287914

m p_tohopf.m

function hopf=p_tohopf(point) % function hopf_point=p_tohopf(point) % INPUT: % point with stability information % OUTPUT: % hopf_point uncorrected starting guess for hopf point % (c) DDE-BIFTOOL v.
www.eeworm.com/read/474516/6811363

m hop_nr.m

function varargout = hop_nr(handles) % trgraph % shows information about number of hops between current and other node global PREC [hopr, hopf,id,st,rt]=wezhop(handles,0); if isempty(hopr)
www.eeworm.com/read/474516/6811461

m hopnet_nr.m

function varargout = hopnet_nr(handles) % trgraph % shows information about number of hops in the whole network global PREC [hopr, hopf,id,st,rt]=nethop(handles,0); if isempty(hopr) set(ha
www.eeworm.com/read/291439/8419146

m hpfcomp.m

% Compute Point of Collapse & Hopf Bifurcation points % ******************************************************** % specify direction in parameter space % *********************************************