代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/433911/1879454
readme
This directory contains a set of tests for the ACE Tokens library.
. mutex
Runs a few tests on ACE_Local_Mutex and
ACE_Remote_Mutex. Tests recursive acquisition and
global vs local pro
www.eeworm.com/read/405546/2287849
java question7.java
class Question7
{
static double doMultiplication(double first,long times) //recursive method to compute first*times, times is long integer
{
if (times==0) return(0);
else if (times==1) retu
www.eeworm.com/read/405546/2287892
java question7.java
class Question7
{
static double doMultiplication(double first,long times) //recursive method to compute first*times, times is long integer
{
if (times==0) return(0);
else if (times==1) retu
www.eeworm.com/read/382594/2632565
readme
This directory contains a set of tests for the ACE Tokens library.
. mutex
Runs a few tests on ACE_Local_Mutex and
ACE_Remote_Mutex. Tests recursive acquisition and
global vs local pro
www.eeworm.com/read/375736/2720574
c parse.c
/*
COW : Character Oriented Windows
parse.c : Parsing functions for SDM
??????? rewrite so non-recursive ????????????
*/
#define COW
#include
#include
#include
www.eeworm.com/read/367467/2843564
nse dns-test-open-recursion.nse
id = "Nameserver open recursive querys (CVE-1999-0024) (BID 136, 678)"
description = "Checks whether a Nameserver on udp/53 allows querys for third-party names. If is expected that recursion will be
www.eeworm.com/read/367467/2844651
nse dns-test-open-recursion.nse
id = "Nameserver open recursive querys (CVE-1999-0024) (BID 136, 678)"
description = "Checks whether a Nameserver on udp/53 allows querys for third-party names. If is expected that recursion will be
www.eeworm.com/read/367467/2845237
nse dns-test-open-recursion.nse
id = "Nameserver open recursive querys (CVE-1999-0024) (BID 136, 678)"
description = "Checks whether a Nameserver on udp/53 allows querys for third-party names. If is expected that recursion will be
www.eeworm.com/read/366702/2882340
c sibcall-7.c
/* Simple check that tail recursive call optimization is also
controlled by -foptimize-sibling-calls.
Copyright (C) 2006 Free Software Foundation Inc.
Original test by Hans-Peter Nilsson
www.eeworm.com/read/260597/4330579
c parse.c
/*
COW : Character Oriented Windows
parse.c : Parsing functions for SDM
??????? rewrite so non-recursive ????????????
*/
#define COW
#include
#include
#include