代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/456423/1606079
po recursive.po
recursive.o recursive.o: recursive.c named.h ../../lib/mydnsutil.h \
../../config.h /usr/include/unistd.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
/usr/i
www.eeworm.com/read/456423/1606097
c recursive.c
/**************************************************************************************************
$Id: recursive.c,v 1.8 2005/03/22 17:44:57 bboy Exp $
Copyright (C) 2002-2005 Don Moore
www.eeworm.com/read/221464/4828515
jam recursive.jam
# (C) Copyright David Abrahams 2001. Permission to copy, use,
# modify, sell and distribute this software is granted provided this
# copyright notice appears in all copies. This software is provided
www.eeworm.com/read/180137/5289437
c recursive.c
/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */
/* The function of the program is to traverse the
direcctory tree and collect paath names.
This program is derived
www.eeworm.com/read/168845/5429932
jam recursive.jam
# (C) Copyright David Abrahams 2001. Permission to copy, use,
# modify, sell and distribute this software is granted provided this
# copyright notice appears in all copies. This software is provided
www.eeworm.com/read/165570/5481295
java recursive.java
import dslib.list.BasicListUos;
import dslib.exception.*;
public class Recursive
{
/** The value of the nth Fibonacci number.
PRECONDITION:
n >= 0 */
public int fibonacci(int n)
{
www.eeworm.com/read/305277/3778205
scala recursive.scala
/*
* The Computer Language Shootout
* http://shootout.alioth.debian.org/
*
* contributed by Andrei Formiga
*/
object recursive
{
def ack(x:int, y:int): int = if (x == 0) y + 1
else
www.eeworm.com/read/305277/3778225
check recursive.check
Ack(3,3): 61
Fib(30.0): 1346269.0
Tak(6,4,2): 3
Fib(3): 3
Tak(3.0,2.0,1.0): 2.0
Ack(3,7): 1021
Fib(34.0): 9227465.0
Tak(18,12,6): 7
Fib(3): 3
Tak(3.0,2.0,1.0): 2.0
Ack(3,11): 16381
Fib(38.0): 63245986