代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/161357/10422717
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/416320/11033302
txt example.txt
a.out 4 1 INT2048.data BER.data 0 5 1 10000000 123456789
Parallel concatenated (turbo) code of rate = 0.333113
4-state constituent recursive convolutional codes
0.00 1.1289232e-01
www.eeworm.com/read/256550/7217577
lua wb1wb2.lua
--Webbook 1 to Webbook 2 Format Converter
--Uses a WB1 Lua file as input
--Outputs a WB2 wb_usr.js
--
--Henrique Pinheiro (henrique@tecgraf.puc-rio.br)
--Writes a Tree Node (recursive), usi
www.eeworm.com/read/197407/7998099
cpp rvbits1.cpp
// recursive dynamic programming image compression
// nonrecursive traceback
#include
int L = 256, header = 11;
int kay[6];
int l[6] = {0, 6, 3, 10, 2, 3};
int b[6] = {0, 1, 2
www.eeworm.com/read/241322/13156561
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 Mak
www.eeworm.com/read/136353/13382217
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 Mak
www.eeworm.com/read/147682/5728074
m asptrlslattice2.m
% [ff,bb,cf,b,y,e,kf,kb,c]=asptrlslattice2(ff,bb,kf,kb,c,cf,b,a,x,d)
%
% Performs filtering and coefficient update using the
% Recursive Least Squares Lattice Joint Process Estimator
% us
www.eeworm.com/read/147682/5728152
m init_vffrls.m
% [w,x,d,y,e,R,k]=init_vffrls(L,b,w0,x0,d0)
%
% Creates and initializes the variables required for the
% Variable Forgetting Factor Recursive Least Squares
% (VFFRLS) Adaptive algorithm
www.eeworm.com/read/139291/5804496
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
www.eeworm.com/read/157453/11702695
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