代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/132141/14107439
cpp rvbits.cpp
// recursive dynamic programming image compression
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2, 3, 2, 1};
int n = 5;
in
www.eeworm.com/read/201477/15407547
cpp rvbits.cpp
// recursive dynamic programming image compression
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2, 3, 2, 1};
int n = 5;
in
www.eeworm.com/read/463474/7180265
m m_dretf.m
function [T,Y] = m_dreTF(drefun,vTimeRange,bidon_y0,rParam)
%discrete recursive ecuation solver for time/frequency plotting (y[n]=drefun(y[n-1]))
%ensure that y0 is a row vector
y0=zeros(1,length
www.eeworm.com/read/459616/7270206
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(i,j) and c
www.eeworm.com/read/459616/7270467
cpp minmax3.cpp
// find min and max of n elements
// non-recursive divide-and-conquer version
#include
template
bool MinMax(T w[], int n, T& Min, T& Max)
{// Locate min and max of w[0:n-1].
/
www.eeworm.com/read/147682/5728126
m init_sovrls.m
% [w,x,d,y,e,R]=init_sovrls(L1,L2,b,w0,x0,d0)
%
% Creates and initializes the variables required for the
% Second Order Volterra Recursive Least Squares (RLS)
% Adaptive Filter.
%
www.eeworm.com/read/140727/5782866
help isip_chmod.help
name: isip_chmod
synopsis: isip_chmod [options] files
descr: sets file protection to the isip standard (u+rw,g+rw,o+r)
example: isip_chmod *
isip_chmod -R +x files*.*
options:
-R: recursive (same
www.eeworm.com/read/38039/1094453
mnu smtoptmzmet.mnu
SMT#OPTMZ#MET
#
Cls#Pnt#Linear
Use linear search for closest chain end.
#
Cls#Pnt#Recrsv
Use recursive search for closest chain end.
#
Original#Order
Use original order of chains.
#
Min#Span#Tree
Use
www.eeworm.com/read/209211/4984456
c doname.c
#include "defs.h"
static int docom1(char *, int, int, int, int);
static void expand(depblkp);
/* BASIC PROCEDURE. RECURSIVE. */
/*
p->done = 0 don't know what to do yet
p->done = 1 file in p
www.eeworm.com/read/334861/3361402
ccresolutions
#& -l --recursive-include ../../
#-l Highlight
#-p Precompile
math.h
netinet/in.h
string.h
libxml/tree.h `xml2-config --cflags --libs`
libxml/parser.h `xml2-config --cflags --libs`
libxml/xpathInte