代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/164031/10135009
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/164031/10135010
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/281000/10273591
cpp fig07_16.cpp
/**
* Internal quicksort method that makes recursive calls.
* Uses median-of-three partitioning and a cutoff of 10.
* a is an array of Comparable items.
* left is the left-most index of the su
www.eeworm.com/read/281000/10273881
cpp fig02_07.cpp
/**
* Recursive maximum contiguous subsequence sum algorithm.
* Finds maximum sum in subarray spanning a[left..right].
* Does not attempt to maintain actual best sequence.
*/
int maxSumRec( c
www.eeworm.com/read/281000/10274132
cpp fig07_18.cpp
/**
* Internal selection method that makes recursive calls.
* Uses median-of-three partitioning and a cutoff of 10.
* Places the kth smallest item in a[k-1].
* a is an array of Comparable item
www.eeworm.com/read/161839/10366051
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/161357/10422880
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/424063/10501739
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/160718/10504694
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/272848/10940530
cpp rsequentialsearch.cpp
// recursive sequential search
#include
#include // has copy
using namespace std;
template
int rSequentialSearch(T a[], int n, const T& x)
{// Search the