代码搜索:Generators

找到约 1,542 项符合「Generators」的源代码

代码结果 1,542
www.eeworm.com/read/473584/6846733

c random.c

/* * * Rand.c * * - linear and additive congruential random number generators * (see R. Sedgewick, Algorithms, Chapter 35) * * Implementation: R. Fuchs, EMBL Data Library, 1991 * */ #inc
www.eeworm.com/read/195195/8168879

c random.c

/* * * Rand.c * * - linear and additive congruential random number generators * (see R. Sedgewick, Algorithms, Chapter 35) * * Implementation: R. Fuchs, EMBL Data Library, 1991 * */ #inc
www.eeworm.com/read/265447/11264038

c rand-test.c

/* RAND-TEST.C - Program to test random number generators. */ /* Copyright (c) 1995 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program * for purposes of
www.eeworm.com/read/133942/14017247

m nefcrea.m

function nefcrea(num, gen, contr) %NEFCREA Create new nefcon simulink blocks and Signal-Generators % num = number of inputs % gen = selected generator (1 Nefcon, 2 bounded) % c
www.eeworm.com/read/179753/9340729

htm ch18_05.htm

Code Generators (Programming Perl)
www.eeworm.com/read/177586/9446330

py sparse_set.py

# SparseSet is meant to act just like a set object, but without actually # storing discrete values for every item in the set # # by Greg Hazel from __future__ import generators from bisect import bi
www.eeworm.com/read/165122/10075704

c random.c

/* * * Rand.c * * - linear and additive congruential random number generators * (see R. Sedgewick, Algorithms, Chapter 35) * * Implementation: R. Fuchs, EMBL Data Library, 1991 * */ #include
www.eeworm.com/read/278099/10570130

c rg_rand.c

/* +++Date last modified: 05-Jul-1997 */ /* ** longrand() -- generate 2**31-2 random numbers ** ** public domain by Ray Gardner ** ** based on "Random Number Generators: Good Ones Are Hard
www.eeworm.com/read/159920/10588860

c rg_rand.c

/* ** random.c -- "Minimal Standard" integer random number generator ** ** based on "Random Number Generators: Good Ones Are Hard to Find", ** S.K. Park and K.W. Miller, Communications of the A
www.eeworm.com/read/414333/6960823

c pi_mc.c

/* NAME: Pi_mc: PI Monte Carlo Purpose: This program uses a Monte Carlo algorithm to compute PI as an example of how random number generators are used to solve problems. Note th