代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/190666/5173949
c infinite1.c
// Test for catching infinitely recursive instantiations.
// Origin: Jason Merrill
// Special g++ Options: -ftemplate-depth-10
template void f()
{
f(); // ERROR -
www.eeworm.com/read/169190/5427269
changes
Changes with APR 0.9.7
*) Fix crash in apr_dir_make_recursive() for relative path
when the working directory has been deleted. [Joe Orton]
*) Win32: fix apr_proc_mutex_trylock() to handle
www.eeworm.com/read/340665/3274606
c infinite1.c
// Test for catching infinitely recursive instantiations.
// Origin: Jason Merrill
// Special g++ Options: -ftemplate-depth-10
template void f()
{
f(); // ERROR -
www.eeworm.com/read/315275/3621996
m threshold.m
function [pfa, vt] = threshold (nfa, np)
% This function calculates the threshold value from nfa and np.
% The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66))
% This function
www.eeworm.com/read/440906/1776238
c infinite1.c
// Test for catching infinitely recursive instantiations.
// Origin: Jason Merrill
// Special g++ Options: -ftemplate-depth-10
template void f()
{
f(); // ERROR -
www.eeworm.com/read/366702/2870222
c infinite1.c
// { dg-do assemble }
// { dg-options "-ftemplate-depth-10" }
// Test for catching infinitely recursive instantiations.
// Origin: Jason Merrill
template void f()
{
f
www.eeworm.com/read/366702/2879882
c pr29250.c
/* We used to ICE because EXPAND_SUM was being used for all recursive calls
to expand_expr. */
struct TSparseEntry
{
int feat_index;
double entry;
};
struct TSparse
{
int vec_index;
int n
www.eeworm.com/read/366702/2883720
c winline-1.c
/* { dg-do compile } */
/* { dg-options "-Winline -O2" } */
void q(void);
inline int t(void)
{
int ret;
q();
ret = t(); /* We define sane semantics for inline keyword on recursive
functi
www.eeworm.com/read/356084/3042519
m xmbmiafig16.m
% BMIAfig16:
clc; close all;
fprintf('\n');
disp('Figure 16')
disp('Extracting multiple line segments via Beamlet-Decorated')
disp('Recursive Dyadic Partitioning.')
fig16draw
fprintf('\n'
www.eeworm.com/read/475979/6771798
m rsc_encode.m
function y = rsc_encode(g, x, terminated)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutiona