代码搜索:recursion
找到约 958 项符合「recursion」的源代码
代码结果 958
www.eeworm.com/read/358128/3004487
test sp_stress_case.test
#
# Bug#19194 (Right recursion in parser for CASE causes excessive stack
# usage, limitation)
#
--disable_warnings
DROP PROCEDURE IF EXISTS proc_19194_codegen;
DROP PROCEDURE IF EXISTS bug_19194_si
www.eeworm.com/read/361768/10036633
m garchcore2.m
function h=garchcore2(data,parameters,stdEstimate,stdEstimate2,p,q,m,T,breakpt);
% PURPOSE:
% Forward recursion to construct h's
%
% USAGE:
% h=garchcore(data,parameters,stdEstimate,p,q,
www.eeworm.com/read/349226/10840384
lif randgun2.lif
#Life 1.05
#D Pseudorandom number generator with p120 logic
#D A glider stream is emitted representing a pseudorandom binary
#D sequence satisfying the recursion a[n] = a[n-1] XOR a[n-11].
#D (By
www.eeworm.com/read/349226/10840664
lif randgun.lif
#Life 1.05
#D Pseudorandom number generator with p46 logic
#D A glider stream is emitted representing a pseudorandom binary
#D sequence satisfying the recursion a[n] = a[n-1] XOR a[n-12].
#D (By
www.eeworm.com/read/449504/7502753
m garchcore2.m
function h=garchcore2(data,parameters,stdEstimate,stdEstimate2,p,q,m,T,breakpt);
% PURPOSE:
% Forward recursion to construct h's
%
% USAGE:
% h=garchcore(data,parameters,stdEstimate,p,q,
www.eeworm.com/read/433985/7898716
inf lowbulk.inf
;
; Windows USB CDC Driver Setup File for AVR-CDC (Vista)
;
; (c) Copyright 2008 Recursion Co., Ltd.
;
[Version]
Signature = "$Windows NT$"
Provider = %COMPANY%
DriverVer = 06/30/2008,1.0.0
www.eeworm.com/read/198546/7929010
m garchcore2.m
function h=garchcore2(data,parameters,stdEstimate,stdEstimate2,p,q,m,T,breakpt);
% PURPOSE:
% Forward recursion to construct h's
%
% USAGE:
% h=garchcore(data,parameters,stdEstimate,p,q,
www.eeworm.com/read/243742/12920258
m r4_uniform_01.m
function [ r, seed ] = r4_uniform_01 ( seed )
%% R4_UNIFORM_01 returns a unit pseudorandom R4.
%
% Discussion:
%
% This routine implements the recursion
%
% seed = 16807 * seed mod ( 2**31 -
www.eeworm.com/read/243742/12920299
m r8_uniform_01.m
function [ r, seed ] = r8_uniform_01 ( seed )
%% R8_UNIFORM_01 returns a unit pseudorandom R8.
%
% Discussion:
%
% This routine implements the recursion
%
% seed = 16807 * seed mod ( 2**31 -
www.eeworm.com/read/254435/12136143
java timer2.java
// (c) Copyright 1997-2001 Recursion Software Inc.
package examples.timer;
import com.recursionsw.lib.timer.*;
public class Timer2
{
public static void main( String args[] )
{