代码搜索:recursive

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

代码结果 2,177
www.eeworm.com/read/381211/9104091

m dir_to_lat.m

function [kappa,lambda]=dir_to_lat(b,a) % [kappa,lambda]=dir_to_lat(b,a) % Converts transfer function coefficients from direct to % recursive lattice form. Direct form H(Z) is defined by: % %
www.eeworm.com/read/425862/10313228

hpp lslfilter.hpp

/* lslfilter.hpp recursive Least-Squares Lattice (LSL) scalar case for exponentially weighted data See Algorithm 5.3 of Cowan & Grant, Adaptive Filters p 115 rcsid: @(#)lslfilter.hpp 1
www.eeworm.com/read/278099/10569615

c bitcnt_4.c

/* +++Date last modified: 05-Jul-1997 */ /* ** BITCNT_4.C - Recursive bit counting functions using table lookup ** ** public domain by Bob Stout */ #include "bitops.h" /* from Snippets *
www.eeworm.com/read/465734/7044590

h vector_perm.h

// vector_perm.h #include #ifndef __VECTOR_PERM_H_ #define __VECTOR_PERM_H_ //recursive template permutation function //Note : func parameters must always be vector ! template
www.eeworm.com/read/448620/7528972

readme

Contributed addons and wrappers for cscope $Id: README,v 1.3 2001/07/02 20:57:45 petr Exp $ ocs - wrapper for cscope providing database generation through recursive directory set (among other
www.eeworm.com/read/197407/7997616

h qsort1.h

// quick sort with second recursive call of Program 14.6 // replaced by a while loop #ifndef QuickSort_ #define QuickSort_ #include "swap.h" template void quickSort(T a[], int l
www.eeworm.com/read/136959/13351313

c ll_msort.c

/* ** Here's an example of how to sort a singly-linked list. I think it ** can be modified to sort a doubly-linked list, but it would get a bit ** more complicated. Note that this is a recursive met
www.eeworm.com/read/309649/13666834

c bitcnt_4.c

/* +++Date last modified: 05-Jul-1997 */ /* ** BITCNT_4.C - Recursive bit counting functions using table lookup ** ** public domain by Bob Stout */ #include "bitops.h" /* from Snippets *
www.eeworm.com/read/343743/11930951

m grow_tree.m

function [tree, conf] = grow_tree(X, y, conf) % % Grow a regression tree by recursive splitting. % % Training data in X (inputs) and y (outputs), configuration % structure conf. Returns a tree structu
www.eeworm.com/read/129735/14230357

c sinec.c

/*SINEC.C-SINE GENERATION BY RECURSIVE EQUATION */ #include /*math library function*/ #define SAMPLE_FREQ 10000 /*sample frequency */ #define SINE_FREQ 1000 /*desired f