代码搜索:recursive

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

代码结果 2,177
www.eeworm.com/read/105187/15675688

patch darwin_ipv6.patch

diff -u --new-file --recursive darwin-start/APICommonCode/SDPSourceInfo.cpp darwin/APICommonCode/SDPSourceInfo.cpp --- darwin-start/APICommonCode/SDPSourceInfo.cpp Mon Jun 10 17:32:49 2002 +++ darwin/
www.eeworm.com/read/100247/15879774

c hanoi.c

/* Non-recursive solution to Towers of Hanoi */ void main(); #include #define width (rings+1) void main() { int rings, last, next, x, z[500], s[3]; printf("how many rings? "); sc
www.eeworm.com/read/174810/9573445

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/170223/9814353

changes

Changes since last version: 1.1 o Fixed -dither color option to find best 24 bit or greater visual for most machines. o Fixed recursive loop in Makefile. o Added entries for R6000 and SGI's in Ma
www.eeworm.com/read/168218/9931599

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/168218/9931819

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/358191/10194133

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/161587/10393602

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/161357/10422043

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/161357/10422507

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