代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/229410/14339881
readme
This is public beta release of Pavuk.
Pavuk in Slovak language means spider.
What this program does :
-recursive HTTP, HTTP over SSL, FTP, FTP over SSL and Gopher document
retrieving
-supports HTTP/
www.eeworm.com/read/221847/14718348
m turbo_sys_demo.m
% turbo_sys_demo
% This script simulates the classical turbo encoding-decoding system.
% It simulates parallel concatenated convolutional codes.
% Two component rate 1/2 RSC (Recursive Systematic Con
www.eeworm.com/read/215120/15074771
c lowp.c
/*
* Sound Tools Low-Pass effect file.
*
* (C) 2000 Chris Bagwell
* See License file for further copyright information.
*
* Algorithm: Recursive single pole lowpass
www.eeworm.com/read/470720/1452255
c recurse-3.c
/* Tests that macros that look recursive but are not are accepted. */
/* { dg-do preprocess } */
#define g(x) x
g(g(g(g(g(g(g)))))); /* { dg-bogus "detected recursion" } */
/* This macro ge
www.eeworm.com/read/470713/1453274
java thread_monitor.java
// Test that monitor locks work and are recursive.
// Origin: Bryce McKinlay
class T implements Runnable
{
public int count = 0;
Counter c;
public T (Counter c)
{
www.eeworm.com/read/470693/1464201
c recurse-3.c
/* Tests that macros that look recursive but are not are accepted. */
/* { dg-do preprocess } */
#define g(x) x
g(g(g(g(g(g(g)))))); /* { dg-bogus "detected recursion" } */
/* This macro ge
www.eeworm.com/read/470693/1465164
java thread_monitor.java
// Test that monitor locks work and are recursive.
// Origin: Bryce McKinlay
class T implements Runnable
{
public int count = 0;
Counter c;
public T (Counter c)
{
www.eeworm.com/read/242657/4549074
readme
This directory contains a set of tests for the ACE Tokens library.
. mutex
Runs a few tests on ACE_Local_Mutex and
ACE_Remote_Mutex. Tests recursive acquisition and
global vs local proxies.
www.eeworm.com/read/240162/4589950
c recurse-3.c
/* Tests that macros that look recursive but are not are accepted. */
/* { dg-do preprocess } */
#define g(x) x
g(g(g(g(g(g(g)))))); /* { dg-bogus "detected recursion" } */
/* This macro ge
www.eeworm.com/read/233448/4685825
c recurse-3.c
/* Tests that macros that look recursive but are not are accepted. */
/* { dg-do preprocess } */
#define g(x) x
g(g(g(g(g(g(g)))))); /* { dg-bogus "detected recursion" } */
/* This macro ge