代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/192735/8289574
m rsptrainnu.m
function [alpha_fin,b_fin] = rsptrain(K,Y,nu,T,S_min),
% Recursive Stabilization Procedure
%% Variable Description
%%
%%
m = size(K,1);
k = ceil(log(m/S_min)/log(T/(T-1)));
current_position = [0,0];
www.eeworm.com/read/124644/6311010
makefile
# Wedit Makefile for project hanoi2
SRCDIR=c:\lcc\c\recursive
CFLAGS=-IC:\lcc\include -g2
CC=C:\lcc\bin\lcc.exe
LINKER=C:\lcc\bin\lcclnk.exe
OBJS=\
hanoi.obj
LIBS= tcconio.lib
hanoi2.ex
www.eeworm.com/read/463474/7180269
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/147682/5728098
m init_rlslattice.m
% [ff,bb,fb,be,cf,b,d,y,e,kf,kb,c]=init_rlslattice(L,ff0,bb0,fb0,be0,cf0,b0,d0)
%
% Creates and initializes the variables required for the
% Recursive Least Squares Lattice joint process e
www.eeworm.com/read/472233/1416712
list
3d-cube
3d-morph
3d-raytrace
access-binary-trees
access-fannkuch
access-nbody
access-nsieve
bitops-3bit-bits-in-byte
bitops-bits-in-byte
bitops-bitwise-and
bitops-nsieve-bits
controlflow-recursive
cry
www.eeworm.com/read/207991/4999765
mal tst500.mal
# recursive MAL calls
function simple(i:int, lim:int, s:str):flt;
io.printf("i=%d ",i);
io.printf("lim=%d ",lim);
io.printf("str=%s\n",s);
i:= i+1;
barrier v:= i
www.eeworm.com/read/428246/1961793
properties recursiveinit.properties
log4j.debug=true
log4j.rootLogger=DEBUG, RECURSIVE
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
log4j.appender.CONSOLE.lay
www.eeworm.com/read/472548/6869873
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/294202/8247028
patch pci-rh90-i386.patch
diff -u --recursive usr/share/hwdata/pci.ids usr.patch/share/hwdata/pci.ids
--- usr/share/hwdata/pci.ids 2003-02-19 00:52:00.000000000 -0800
+++ usr.patch/share/hwdata/pci.ids 2004-10-11 15:17:04.0000
www.eeworm.com/read/294202/8247030
patch pci-rh30el.patch
diff -u --recursive usr/share/hwdata/pci.ids usr.patch/share/hwdata/pci.ids
--- usr/share/hwdata/pci.ids 2004-04-20 15:18:06.000000000 -0700
+++ usr.patch/share/hwdata/pci.ids 2004-10-11 15:04:58.0000