代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/212063/15166297
cpp btree.cpp
template
void B_tree::print()
{
recursive_print(root, 0);
}
template
B_tree::B_tree()
{
root = NUL
www.eeworm.com/read/10438/186935
c xmtx.c
/* xmtx.c -- mutex support for VC++ */
#include "xmtx.h"
#if !_MULTI_THREAD
#else /* !_MULTI_THREAD */
/* Win32 critical sections are recursive, but
Win32 does not have once-function *
www.eeworm.com/read/13298/271230
c sd_mmc_spi.c
/* Define to prevent recursive inclusion -------------------------------------*/
#include "sd_mmc_spi.h"
#define SD_MMC_SPI_SELECT() GPIO_ResetBits(SD_MMC_SPI_CS, SD_MMC_SPI_CS_Pin_CS)
#define
www.eeworm.com/read/475434/1384531
prerm
#!/bin/sh -e
# remove configuration
if [ "$1" = "purge" ]; then
gconftool-2 --recursive-unset "/apps/maemo-mapper"
fi
# Delete the .desktop file in case the app-installer didn't.
rm -f /usr/sha
www.eeworm.com/read/225531/4795294
rm4
#!/bin/sh
# ensure that `rm dir' fails without --recursive
if test "$VERBOSE" = yes; then
set -x
rm --version
fi
. $srcdir/../envvar-check
. $srcdir/../lang-default
PRIV_CHECK_ARG=require-non-ro
www.eeworm.com/read/225531/4795486
am makefile.am
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.2 gnits
TESTS = \
inode dangle file-type recursive dired infloop \
rt-1 time-1 symlink-slash follow
www.eeworm.com/read/213039/4932284
cpp test_t.cpp
// Test_T.cpp,v 1.5 2000/03/19 20:09:32 jcej Exp
/* This is something new... Since we're included by the header, we
have to provide a sentry to protect against recursive inclusion.
*/
#ifnde
www.eeworm.com/read/352608/3093917
h rf4000init.h
#ifndef RF4000Init_H /* to avoid recursive inclusion */
#define RF4000Init_H
/*Standard initial defines.*/
#define RF4000_STEPSIZE 500000 /* Stepsize for initialization.*/
#define RF400
www.eeworm.com/read/259928/4335880
h net_utils.h
#ifndef _NET_UTILS_H
#define _NET_UTILS_H
void add_backslash(CString& str);
extern "C" VOID WINAPI recursive_create_dir(LPCTSTR dir);
#endif // _NET_UTILS_H
www.eeworm.com/read/257015/4366720
m incbp.m
function [W1,W2,PI_vector,iter]=incbp(NetDef,W1,W2,PHI,Y,trparms)
%
% INCBP
% -----
% Recursive (=incremental) version of the backpropagation algorithm.
%
% Given a set of correspondi