代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/272848/10940660
cpp recursivedpmatrixchain.cpp
// first version of recursive dynamic programming solution for
// the matrix multiplication chains problem
#include
#include "make2dArray.h"
using namespace std;
// global variab
www.eeworm.com/read/434325/7874312
m aqustep.m
function [quad,errb,cnt] = aqustep(f,a,c,b,fa,fc,fb,sr0,tol,lev)
%---------------------------------------------------------------------------
%AQUSTEP Recursive subroutine for Simpson`s adaptive q
www.eeworm.com/read/146126/12668476
cpp recursivedpmatrixchain.cpp
// first version of recursive dynamic programming solution for
// the matrix multiplication chains problem
#include
#include "make2dArray.h"
using namespace std;
// global variab
www.eeworm.com/read/147422/5729400
m wrls_main.m
%Main Callback function for Weighted Recursive Least Squares Algorithm
%with Variable Forgetting Factor
%Author : Karthik
clc;
%Some variables and their default values
wrls_num_poles = 14;
www.eeworm.com/read/486139/6543856
m huff06.m
function varargout = Huff06(xC, ArgLevel, ArgSpeed)
% Huff06 Huffman encoder/decoder with (or without) recursive splitting
% Vectors of integers are Huffman encoded,
% these vectors are colle
www.eeworm.com/read/259580/11780229
cpp recursivedpmatrixchain.cpp
// first version of recursive dynamic programming solution for
// the matrix multiplication chains problem
#include
#include "make2dArray.h"
using namespace std;
// global variab
www.eeworm.com/read/154700/11934213
f90 routines.f90
RECURSIVE FUNCTION DIFFER(func_name,as,param_no, &
eps_of_param_no) result(diff)
implicit none
real(8), dimension(:,:) ::as
real(8), dimension(size(as,d
www.eeworm.com/read/153766/12008319
cpp chap9.cpp
listing 1
// Recursive descent parser for integer expressions.
//
#include
#include
#include
#include
#include "mccommon.h"
using namespace st
www.eeworm.com/read/117953/14893746
java journey.java
//Copyright (c) 1998, Arthur Gittleman
//This example is provided WITHOUT ANY WARRANTY either expressed or implied.
/* Use a recursive method, travel, to journey from start
* to finish, printing
www.eeworm.com/read/457216/1599683
m cantilever_beam_rec.m
% Section 4.5.4: Design of a cantilever beam: recursive formulation (GP)
% Boyd & Vandenberghe "Convex Optimization"
% (a figure is generated)
% Almir Mutapcic 02/08/06
%
% We have a segmented cantile