代码搜索:recursive

找到约 2,177 项符合「recursive」的源代码

代码结果 2,177
www.eeworm.com/read/187102/8856181

test recurs2.test

#! /bin/sh # Test to make sure recursive variable definitions die. # From Jim Meyering. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/168857/9891548

html page40.html

Analyzing Recursive Functions
www.eeworm.com/read/459616/7270155

cpp dvbits.cpp

// dynamic programming image compression // non-recursive version #include void Vbits(int l[], int b[], int n, int s[], int kay[]) {// Compute s[i] and kay[i] for all i. int L = 256,
www.eeworm.com/read/459616/7270711

cpp rcmult.cpp

// recursive dynamic programming matrix multiplication chains // avoid recomputations #include #include "make2db.h" int r[7] = {0, 10, 5, 1, 10, 2, 10}; int **kay, **c; int C(int i, in
www.eeworm.com/read/448620/7528988

ocs

#!/bin/sh # $Id: ocs,v 1.3 2001/05/22 15:40:31 petr Exp $ # This utility maintains the database for cscope on a recursive dir set # Author: donwo Tue Jun 25 15:36:39 PDT 1996 # Modified: hops Jan 20
www.eeworm.com/read/147682/5728075

m init_rls.m

% [w,x,d,e,R,y]=init_rls(L,b,w0,x0,d0) % % Creates and initializes the variables required for the % Recursive Least Squares (RLS) Adaptive Filter. % % Input Parameters:: % L : Ada
www.eeworm.com/read/139291/5804773

conf doxygen.conf

PROJECT_NAME="Apache Portable Runtime Utility Library" INPUT=. QUIET=YES RECURSIVE=YES FILE_PATTERNS=*.h OUTPUT_DIRECTORY=docs/dox MACRO_EXPANSION=YES EXPAND_ONLY_PREDEF=YES #EXPAND_AS_DEFINED= # n
www.eeworm.com/read/481542/6642972

c sort.c

/* * A fast, small, non-recursive O(nlog n) sort for the Linux kernel * * Jan 23 2005 Matt Mackall */ #include #include #include
www.eeworm.com/read/344562/11872343

m uy2h.m

% UY2H - From data to impulse response. (Recursive algorithm) % % [h, delta] = uy2h(u, y, lmax, l, delta) % % U,Y - input (TxM matrix) and output (TxP matrix) % LMAX - upper bound for the system lag
www.eeworm.com/read/212063/15166295

cpp bnode.cpp

template B_node::B_node() { count = 0; } template void B_tree::recursive_print(B_node *c