代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/132141/14106853
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
www.eeworm.com/read/209499/15218082
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/209499/15218229
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/209499/15218292
m rsc_encode.m
function y = rsc_encode(g, x, end1)
% Copyright Nov. 1998 Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% encodes a block of data x (0/1)with a recursive systematic
% convolutional code
www.eeworm.com/read/235582/4649101
idx disjsets.java.idx
135 start a union
137 make root2 new root
141 make root1 new root
145 done with union
155 start to find
157 found the root
161 recurse to find
162 return from recursive find
www.eeworm.com/read/235582/4649106
idx disjsets.java.idx
45 start a union
47 make root2 new root
51 make root1 new root
55 done with union
65 start to find
67 found the root
71 recurse to find
72 return from recursive find
www.eeworm.com/read/235582/4649143
idx disjsets.java.idx
45 start a union
47 make root2 new root
51 make root1 new root
55 done with union
65 start to find
67 found the root
71 recurse to find
72 return from recursive find
www.eeworm.com/read/222917/4816374
phpt bug20381.phpt
--TEST--
Bug #20381 (array_merge_recursive mangles input arrays)
--FILE--
www.eeworm.com/read/209919/4956086
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/204643/5031126
conf doxygen.conf
PROJECT_NAME="Apache Portable Runtime"
INPUT=.
QUIET=YES
RECURSIVE=YES
FILE_PATTERNS=*.h
OUTPUT_DIRECTORY=docs/dox
MACRO_EXPANSION=YES
EXPAND_ONLY_PREDEF=YES
#EXPAND_AS_DEFINED=
# not sure why this