代码搜索:recursion
找到约 958 项符合「recursion」的源代码
代码结果 958
www.eeworm.com/read/254432/12136760
java delayedstockmarket.java
// (c) Copyright 2003 Recursion Software, Inc.
package examples.connectionmgmt;
import examples.stockmarket.Stockmarket;
public class DelayedStockmarket extends Stockmarket {
// Override
www.eeworm.com/read/12865/249966
s utoa1.s
; This demonstrates recursion in ARM assembler.
; this version does not perform stack checking.
;
; Converting a number to a string can be expressed using a divide-and-
; conquer algorithm:
;
www.eeworm.com/read/12870/258399
s utoa1.s
; This demonstrates recursion in ARM assembler.
; this version does not perform stack checking.
;
; Converting a number to a string can be expressed using a divide-and-
; conquer algorithm:
;
www.eeworm.com/read/246655/4492410
s utoa1.s
; This demonstrates recursion in ARM assembler.
; this version does not perform stack checking.
;
; Converting a number to a string can be expressed using a divide-and-
; conquer algorithm:
;
www.eeworm.com/read/361768/10036668
m maxcore.m
function [e,E]=maxcore(regressand,parameters,ma,tau);
% PURPOSE:
% Forward recursion for armax estimation
%
% USAGE:
% [e,E]=maxcore(regressand,parameters,ma,tau)
%
% INPUTS:
% S
www.eeworm.com/read/449504/7502773
m maxcore.m
function [e,E]=maxcore(regressand,parameters,ma,tau);
% PURPOSE:
% Forward recursion for armax estimation
%
% USAGE:
% [e,E]=maxcore(regressand,parameters,ma,tau)
%
% INPUTS:
% S
www.eeworm.com/read/198568/7926002
m legendrecof.m
function [R,C,Cnorm]=legendrecof(L,method)
% [R,C,Cnorm]=legendrecof(L,method)
%
% Calculates roots and coefficients of Legendre polynomials,
% by recursion. (Not the Associated Legendre functions
www.eeworm.com/read/198546/7929070
m maxcore.m
function [e,E]=maxcore(regressand,parameters,ma,tau);
% PURPOSE:
% Forward recursion for armax estimation
%
% USAGE:
% [e,E]=maxcore(regressand,parameters,ma,tau)
%
% INPUTS:
% S
www.eeworm.com/read/493843/6391514
m ator.m
function r=ator(a,b)
%ATOR Inverse Levinson-Durbin recursion.
%----
%USAGE: r=ator(a,b)
%
% Finds the autocorrelation sequence r(k) of an
% autoregressive process that is generated by
%
www.eeworm.com/read/152112/12139118
m rctrap.m
function T=rctrap(f,a,b,n)
%Input - f is the integrand input as a string 'f'
% - a and b are upper and lower limits of integration
% - n is the number of times for recursion
%Output - T