代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/371050/9569930
am makefile.am
###
#$Id: Makefile.am,v 1.6 2006/02/23 02:23:54 xy Exp $
SUBDIRS = utility src doc
pkginclude_HEADERS = \
config.h
CLEANFILES =
EXTRA_SRC_DISTS =
EXTRA_BIN_DISTS =
include $(top_srcdir)/config.
www.eeworm.com/read/276620/10722807
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/449504/7503138
m cusums_d.m
% PURPOSE: demo of rec_resid()
% Recursive residuals
%
%---------------------------------------------------
% USAGE: rec_residd
%---------------------------------------------------
n = 100;
www.eeworm.com/read/296068/8125256
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/143108/12898479
m my_fft.m
function sw=my_fft(st)
%Recursive Implementation of FFT
N=length(st);
%check length of N is 2^k
if (rem(log(N),log(2)))
disp('slow_fft:N must be an exact power of 2')
return
end
WN
www.eeworm.com/read/315289/13547119
c rh_seq.c
/* ------------------------------------------------------ */
/* FUNCTION h-sequence : */
/* The recursive h-sequence recognition function. It */
/* employs a r
www.eeworm.com/read/136571/5868857
c sdl_sysmutex.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/133287/5906839
cpp mutex_posix.cpp
//
// Mutex_POSIX.cpp
//
// $Id: //poco/Main/Foundation/src/Mutex_POSIX.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redistribution
www.eeworm.com/read/133108/5907564
c sdl_sysmutex.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/131315/5941247
h dirent.h
#ifndef __libgxx_dirent_h
#include
#if !_G_HAVE_DIRENT
#define __libgxx_dirent_h
#define direct dirent
#include
#else
extern "C" {
#ifdef __dirent_h_recursive
#include_ne