代码搜索:recursion

找到约 958 项符合「recursion」的源代码

代码结果 958
www.eeworm.com/read/162603/10292395

m pctorc.m

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/147866/5719639

java tablerow.java

// HTMLParser Library $Name: v1_6_20051112 $ - A java-based parser for HTML // http://sourceforge.org/projects/htmlparser // Copyright (C) 2004 Somik Raha // // Revision Control Information // // $Sou
www.eeworm.com/read/101082/6241449

c jn.c

/* @(#)jn.c 4.1 ULTRIX 7/17/90 */ /* floating point Bessel's function of the first and second kinds and of integer order. int n; double x; jn(n,x); returns the value of Jn(x) for all intege
www.eeworm.com/read/409296/11333620

m erlangcinv.m

% % n=erlangcinv(p,rho) % % This function finds the smallest n such the Erlang C probability that % a system with n servers, infinite waiting line, Poisson arrival rate lambda, % service rate (per ser
www.eeworm.com/read/258923/11832527

cpp factory.cpp

//===================================== // title: 用递归(recurrence)方法实现阶乘 recursion // author: cjj // date: 2007-10-2 //===================================== /* n!=n*(n-1)! if n=1 or n=0, n!=1.
www.eeworm.com/read/292921/8323580

m pctorc.m

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/391253/8414012

m durbin.m

% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2 % COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the FS-1016 CELP
www.eeworm.com/read/190158/8446962

c actorc.c

/************************************************************************** * * NAME * actorc * * FUNCTION * * Schur recursion to do autocorrelation analysis. * Converts autocorrelation sequence to r
www.eeworm.com/read/190158/8447019

c durbin.c

/***************************************************************************** * * NAME * durbin * * FUNCTION * * Durbin recursion to do autocorrelation analysis. * Converts autocorr
www.eeworm.com/read/433047/8549961

log run.log

% % === COMPARISON OF RESULTS FROM QUAD, GQUAD, GQUAD6 === > format long > f=quad('sin',0,pi,1.e-5), % Integrate a simple function f = 2.00000006453000 > % Use a ten point Gauss formula > [