代码搜索:LCG
找到约 41 项符合「LCG」的源代码
代码结果 41
www.eeworm.com/read/164913/10082284
cpp lcg.cpp
#include
long a=106,b=1283,m=6075,x=0,i=0;
main()
{ for(i=0;;i++)
{ x=(a*x+b) % m;
printf("%u %u ",i,x);
if(!x) break;
}
}
www.eeworm.com/read/358211/10193740
lcg plbam.lcg
c:\mcmc\plbam.src
intsim : proc
dir1 : proc
dirord : proc
wishart0 : proc
wishart
www.eeworm.com/read/162188/10327502
lcg count.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1998 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi
www.eeworm.com/read/162188/10327506
lcg cmlcount.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1998 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi
www.eeworm.com/read/162188/10327508
lcg quantal.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1998 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi
www.eeworm.com/read/162188/10327513
lcg pgraph.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1998 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi
www.eeworm.com/read/162188/10327519
lcg cml.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1998 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi
www.eeworm.com/read/162188/10327524
lcg gauss.lcg
/*
** GAUSS library file
**
** (C) Copyright 1988-1999 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This Fi