代码搜索:recursive

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

代码结果 2,177
www.eeworm.com/read/387285/2563126

txt tinyconfig.txt

Tinyconfig is a small bash script I wrote when I realized that I wasn't going to succeed in choosing the right initialization method for recursive mutexes just using #ifdef's. One of the reasons for t
www.eeworm.com/read/366702/2877671

f90 alloc_comp_default_init_2.f90

! { dg-do run } ! Tests the fix for PR35959, in which the structure subpattern was declared static ! so that this test faied on the second recursive call. ! ! Contributed by Micha雔 Baudin
www.eeworm.com/read/366702/2883999

c recurse-3.c

/* Tests that macros that look recursive but are not are accepted. */ /* { dg-do preprocess } */ #define g(x) x g(g(g(g(g(g(g)))))); /* { dg-bogus "detected recursion" } */ /* This macro ge
www.eeworm.com/read/358128/3000082

pm recdescent.pm

# GENERATE RECURSIVE DESCENT PARSER OBJECTS FROM A GRAMMARC # SEE RecDescent.pod FOR FULL DETAILS use 5.005; use strict; package Parse::RecDescent; use Text::Balanced qw ( extract_codeblock extract
www.eeworm.com/read/162614/5530916

c recurse-3.c

/* Tests that macros that look recursive but are not are accepted. */ /* { dg-do preprocess } */ #define g(x) x g(g(g(g(g(g(g)))))); /* { dg-bogus "detected recursion" } */ /* This macro ge
www.eeworm.com/read/113579/15452996

m grow_tree.m

function [tree, conf] = grow_tree(X, y, conf) % % Grow a regression tree by recursive splitting. % % Training data in X (inputs) and y (outputs), configuration % structure conf. Returns a tree structu
www.eeworm.com/read/105882/15656307

sl selfload.sl

% This is also a good test to perform leak checking on. _debug_info = 1; () = evalfile ("inc.sl"); print ("Testing recursive function modifications ..."); variable X = ""; variable V1 = "define cra
www.eeworm.com/read/290607/8472186

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/290607/8472244

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/428185/8884908

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_