代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/268219/11149336
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/268219/11149337
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/266537/11220236
c tree.c
/* Contest : Ulm Local Contest 1997
* Problem H : Tree Recovery
* Method : Recursive Descent
* Author : Mark Dettinger
* Date : June 13, 1997
*/
#include
#include
www.eeworm.com/read/266379/11229054
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/266379/11229222
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/266379/11229403
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/334779/12574192
cpp prg10_1.cpp
// File: prg10_1.cpp
// the program demonstrates the inorder and postorder
// recursive binary tree scanning algorithms and the
// iterative level-order scanning algorithm. using the
// function b
www.eeworm.com/read/147096/12585058
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/103453/15731455
c dbobjectdel.c
/**
* Francis: Started writing since Oct 9, 2002. The main goal is to
* handle recursive deletion completely.
*
* Things to be considered:
*
* (1) Since deleting process may require multiple del
www.eeworm.com/read/101557/15826930
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