代码搜索:recursion
找到约 958 项符合「recursion」的源代码
代码结果 958
www.eeworm.com/read/301812/13848105
m triangless.m
function triangless(n);
% the fractal with triangles;
% n is the number of recursion;
% \copyright: zjliu
% Author's email: zjliu2001@163.com
clc;close all;
if nargin==0;
n=4;
end
rand('s
www.eeworm.com/read/301812/13848106
asv triangless.asv
function triangless(n);
% the fractal with triangles;
% n is the number of recursion;
% \copyright: zjliu
% Author's email: zjliu2001@163.com
clc;close all;
if nargin==0;
n=4;
end
rand('s
www.eeworm.com/read/409296/11333618
m erlangbinv.m
%
% n=erlangbinv(p,rho)
%
% This function finds the smallest n such the Erlang B probability that
% a system with n servers, no waiting line, Poisson arrival rate lambda,
% service rate (per server) m
www.eeworm.com/read/409296/11333621
m erlangb.m
%
% B=erlangb(n,rho)
%
% This function computes the Erlang B probability that a system with n
% servers, no waiting line, Poisson arrival rate lambda, service rate
% (per server) mu, and intensity rh
www.eeworm.com/read/403373/11518455
m triangless.m
function triangless(n);
% the fractal with triangles;
% n is the number of recursion;
% \copyright: zjliu
% Author's email: zjliu2001@163.com
clc;close all;
if nargin==0;
n=4;
end
rand('s
www.eeworm.com/read/339483/12231421
sh primes.sh
#!/bin/bash
# primes.sh: Generate prime numbers, without using arrays.
# Script contributed by Stephane Chazelas.
# This does *not* use the classic "Sieve of Eratosthenes" algorithm,
#+ but instead
www.eeworm.com/read/265723/11255262
m expint.m
function y = expint(x)
%EXPINT Exponential integral function.
% Y = EXPINT(X) is the exponential integral function for each
% element of X. The exponential integral is defined as:
%
% EXPI
www.eeworm.com/read/330816/12867162
pdf 3 - comp171-recursion_6up.pdf
www.eeworm.com/read/391253/8414076
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/162603/10292164
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