代码搜索:recursive

找到约 2,177 项符合「recursive」的源代码

代码结果 2,177
www.eeworm.com/read/294077/8254972

m m_dre.m

function m_dre(drefun,nbiter,y0,rParam) %discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1])) Y=zeros(2,length(y0)); Y(1,:)=y0; Y(2,:)=feval(drefun,y0,rParam); ud.sto
www.eeworm.com/read/147682/5728138

m init_rlslattice2.m

% [ff,bb,cf,b,d,y,e,kf,kb,c]=init_rlslattice2(L,ff0,bb0,kf0,kb0,c0,cf0,b0,d0) % % Creates and initializes the variables required for the % Recursive Least Squares Lattice joint process est
www.eeworm.com/read/192735/8289577

m rsp_maxtrain.m

function [alpha_fin,b_fin] = rsp_max(K,Y,C,T,S_min), % Recursive Stabilization Procedure bias_eps=10^(-7); m= size(K,1); k = ceil(log(m/S_min)/log(T/(T-1))); current_position = [0,0]; Node_done = zero
www.eeworm.com/read/245198/7123966

m exp6_1.m

% exp6_1.m --- 学习数值积分命令 % [1] -------- 自适应Simpson积分法 -------- % [简介] quad 命令是递归自适应Simpson积分法(recursive adaptive Simpson quadrature). % 这是最常用的命令 % 所谓自适应就是程序自动判别函数的变化情况,在变化剧烈的地方,
www.eeworm.com/read/147682/5728097

m init_ftrls.m

% [ff,bb,k,cf,c,g,w,x,d,e,y]]=init_ftrls(L,ff0,bb0,k0,cf0,c0,g0,w0,x0,d0) % % Creates and initializes the variables required for the % Fast Transversal Recursive Least Squares algorithm.
www.eeworm.com/read/38039/1090492

mnu smtoptmzmet.mnu

SMT#OPTMZ#MET 钣金件优化MET # Cls#Pnt#Linear 线形最近点 Use linear search for closest chain end. 用直线方式寻找最近的链端点。 Cls#Pnt#Recrsv 递归最近点 Use recursive search for closest chain end. 用递归方式寻找最近的链端点。 Original#Order 原来
www.eeworm.com/read/127739/6001357

c asn1fix_param.c

#include "asn1fix_internal.h" static int asn1f_parametrize(arg_t *arg, asn1p_expr_t *ex, asn1p_expr_t *ptype); static int asn1f_param_process_recursive(arg_t *arg, asn1p_expr_t *expr, asn1p_expr_t *p