代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/143587/12859036
tig test7.tig
/* define valid mutually recursive functions */
let
function do_nothing1(a: int, b: string):int=
(do_nothing2(a+1);0)
function do_nothing2(d: int):string =
(do_nothing1(d, "str");" ")
in
do_no
www.eeworm.com/read/143587/12859079
tig test6.tig
/* define valid mutually recursive procedures */
let
function do_nothing1(a: int, b: string)=
do_nothing2(a+1)
function do_nothing2(d: int) =
do_nothing1(d, "str")
in
do_nothing1(0, "str2")
en
www.eeworm.com/read/143587/12859134
tig test18.tig
/* error : definition of recursive functions is interrupted */
let
function do_nothing1(a: int, b: string):int=
(do_nothing2(a+1);0)
var d:=0
function do_nothing2(d: int):string =
(do_nothing1(
www.eeworm.com/read/241225/13163342
m iforgot.m
function iforgot(n)
%IFORGOT Recursive Function Call Example.
%
% D.C. Hanselman, University of Maine, Orono, ME, 04469
% 1/25/95
% Copyright (c) 1996 by Prentice-Hall, Inc.
if nargin==0,n=20;end
if
www.eeworm.com/read/138268/13243594
m iforgot.m
function iforgot(n)
%IFORGOT Recursive Function Call Example.
%
% D.C. Hanselman, University of Maine, Orono, ME, 04469
% 1/25/95
% Copyright (c) 1996 by Prentice-Hall, Inc.
if nargin==0,n=20;end
if
www.eeworm.com/read/136959/13351444
c bitcnts.c
/*
** BITCNTS.C - Test program for bit counting functions
**
** public domain by Bob Stout & Auke Reitsma
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/136959/13352014
c treedir.c
/*
** TREEDIR.C - simple recursive directory lister
**
** public domain demo by Bob Stout
*/
#include
#include
#include "sniptype.h"
#include "dirport.h"
void do_dir(char *pat
www.eeworm.com/read/320558/13423952
m iforgot.m
function iforgot(n)
%IFORGOT Recursive Function Call Example.
%
% D.C. Hanselman, University of Maine, Orono, ME, 04469
% 1/25/95
% Copyright (c) 1996 by Prentice-Hall, Inc.
if nargin==0,n=20;end
if
www.eeworm.com/read/316231/13527647
html mutex_alloc.html
Mutexes
body {
margin: auto;
font-family: "Verdan
www.eeworm.com/read/309709/13665960
html mutex_alloc.html
Mutexes
body {
margin: auto;
font-family: "Verdan