代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/135869/5877414
java retrievalengine.java
/*
* This file is part of Caliph & Emir.
*
* Caliph & Emir is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th
www.eeworm.com/read/135869/5877415
java abstractretrievalengine.java
/*
* This file is part of Caliph & Emir.
*
* Caliph & Emir is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th
www.eeworm.com/read/125688/6026712
h pmap.h
/* $NetBSD: pmap.h,v 1.51 2000/12/06 03:13:47 chs Exp $ */
/*
*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
* All rights reserved.
*
* Redistribution and use in source and
www.eeworm.com/read/118793/6096654
3qt qmutex.3qt
'\" t
.TH QMutex 3qt "5 March 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a complete li
www.eeworm.com/read/112901/6143028
java retrievalengine.java
/*
* This file is part of Caliph & Emir.
*
* Caliph & Emir is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fre
www.eeworm.com/read/112901/6143029
java abstractretrievalengine.java
package at.lux.fotoretrieval.retrievalengines;
import org.jdom.Element;
import javax.swing.*;
import java.util.Vector;
import java.util.List;
import at.lux.fotoretrieval.ResultListEntry;
www.eeworm.com/read/100603/6266297
c macdll.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/487803/6311839
m gridsamp.m
function S = gridsamp(range, q)
%GRIDSAMP n-dimensional grid over given range
%
% Call: S = gridsamp(range, q)
%
% range : 2*n matrix with lower and upper limits
% q : n-vector, q(j) is the
www.eeworm.com/read/476406/6761061
f90 ex0828.f90
program ex0828
implicit none
integer :: n
integer, external :: fact
write(*,*) 'N='
read(*,*) n
write(*, "(I2,'! = ',I8)" ) n, fact(n)
stop
end
recursive integer function fac
www.eeworm.com/read/264046/11331591
m mar.m
function [th,e, y0] = mar(y,na,a0,P0)
% Univariate Auto-Regressive model estimation using Least Squares
%
% [th,e,y0]=mar(y,na,a0,P0)
%
% y: Univariate data series (*)
% na: AR order definition