代码搜索:recursion
找到约 958 项符合「recursion」的源代码
代码结果 958
www.eeworm.com/read/136989/5828996
idl persian.idl
// Persian.idl,v 1.1 1999/11/20 00:10:05 cdgill Exp
// ===========================================================================
//
// = FILE
// Persian.idl
//
// = DESCRIPTION
//
www.eeworm.com/read/127438/6005965
c rlogutil.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* $Id: rlogutil.c,v 1.4 2002/09/27 21:11:15 toonen Exp $
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
www.eeworm.com/read/261064/11667836
f bess.f
subroutine bess( m_max, x, jj )
integer*4 m_max
real*8 x, jj(*)
! Bessel function
! Inputs
! m_max Largest desired order
! x = Value at which Bessel function J(x) is eva
www.eeworm.com/read/162614/5530941
c recurse-2.c
/* Test for warning of and recovery from recursion in function-like
macros. */
/* { dg-do preprocess } */
#define foo() foo()
foo(); /* { dg-error "detected recursion" } */
#define bar() bar