代码搜索:recursive

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

代码结果 2,177
www.eeworm.com/read/243539/12935171

m rne.m

%RNE Compute inverse dynamics via recursive Newton-Euler formulation % % TAU = RNE(ROBOT, Q, QD, QDD) % TAU = RNE(ROBOT, [Q QD QDD]) % % Returns the joint torque required to achieve the specified join
www.eeworm.com/read/242875/12975830

am makefile.am

## This voodoo stuff lets automake see the subdirs ## without including them into recursive builds. if LIBXMLCPP_FALSE SUBDIRS = reference endif DIST_SUBDIRS = reference EXTRA_DIST = Makefile_web.am_
www.eeworm.com/read/140920/13052536

changes

0.90 12/06/1999 Fixed recursive archival bug. 0.86 10/12/1999 Applied patch to fix leading "./" problem. 0.85 5/10/1999 The -t and -x flags now work.
www.eeworm.com/read/147682/5728149

m asptvffrls.m

% [w,y,e,R,a]=asptvffrls(x,w,d,R,a,k,e,roh,a_min,a_max) % % Performs filtering and coefficient update using the % Variable Forgetting Factor Recursive Least Squares % (VFFRLS) Adaptive a
www.eeworm.com/read/479166/6700221

cpp fig06_28.cpp

// Fig. 6.28: fig06_28.cpp // Demonstrating the recursive function factorial. #include using std::cout; using std::endl; #include using std::setw; unsigned long factori
www.eeworm.com/read/477052/6744628

c bitcnt_4.c

/* +++Date last modified: 05-Jul-1997 */ /* ** BITCNT_4.C - Recursive bit counting functions using table lookup ** ** public domain by Bob Stout */ #include "bitops.h" /* from Snippets */ stati
www.eeworm.com/read/477110/6747825

m rne.m

%RNE Compute inverse dynamics via recursive Newton-Euler formulation % % TAU = RNE(ROBOT, Q, QD, QDD) % TAU = RNE(ROBOT, [Q QD QDD]) % % Returns the joint torque required to achieve the specified join
www.eeworm.com/read/477110/6747842

m rne.m

%RNE Compute inverse dynamics via recursive Newton-Euler formulation % % TAU = RNE(ROBOT, Q, QD, QDD) % TAU = RNE(ROBOT, [Q QD QDD]) % % Returns the joint torque required to achieve the specified join
www.eeworm.com/read/405540/11460871

c recur.c

/* Handling of recursive HTTP retrieving. Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is free software; you can redistribute
www.eeworm.com/read/347945/11624501

m apply_oldrecursive_differentiation.m

function dX = apply_recursive_differentiation(model,x,requested); dX = []; % Compute all evaluation-based derivatives df(x) for i = 1:length(model.evaluation_scheme) if isequal(model.evaluat