代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/321480/13404190
m turbo_sys_demo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) com
www.eeworm.com/read/313956/13578385
c sreadfil.c
/*
* SREADFIL A SIMULINK trigged read from a file.
*
* Syntax: [sys, x0] = sreadfil(t,x,u,flag, filename, format, pulnum, threshold, numOutput, recursive)
* The input of this function is a
www.eeworm.com/read/312156/13617704
m turbo_sys_demosecond.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) com
www.eeworm.com/read/312156/13617705
m turbo_sys_demo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) com
www.eeworm.com/read/303685/13810304
m turbo_sys_demo.m
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Convolutional) compo
www.eeworm.com/read/149876/5696303
c recurse.c
/* Trivial code used to test watchpoints in recursive code and
auto-deletion of watchpoints as they go out of scope. */
#ifdef PROTOTYPES
static int
recurse (int a)
#else
static int
recurse (a)
www.eeworm.com/read/148694/5711740
c recurse.c
/* Trivial code used to test watchpoints in recursive code and
auto-deletion of watchpoints as they go out of scope. */
#ifdef PROTOTYPES
static int
recurse (int a)
#else
static int
recurse (a)
www.eeworm.com/read/147872/5719361
properties localstrings.properties
dispatch.error=Dispatch[{0}] to method '{1}' returned an exception
dispatch.handler=DispatchMapping[{0}] does not define a handler property
dispatch.recursive=Do not use 'execute' or 'perform' with
www.eeworm.com/read/144216/5752561
t recurse.t
#!./perl
#
# test recursive functions.
#
print "1..25\n";
sub gcd ($$) {
return gcd($_[0] - $_[1], $_[1]) if ($_[0] > $_[1]);
return gcd($_[0], $_[1] - $_[0]) if ($_[0] < $_[1]);
$_[0];
www.eeworm.com/read/136430/5872266
makefile
# eventually this should have rules for recreating the man pages from the
# sgml source, but since this doesn't work on my machine right now i'm
# leaving it out.
# if this is a recursive make, and