代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/430096/8767015

java cointoss.java

//: operators/CoinToss.java // TIJ4 Chapter Operators, Exercise 7, page 106 // Write a program that simulates coin-flipping import java.util.*; import org.greggordon.tools.*; public class Co
www.eeworm.com/read/430027/8772066

i defns.i

/*************************************************************************/ /* */ /* Definitions used in C4.5 */ /* ------------------------ */ /* */ /*********
www.eeworm.com/read/385990/8772986

c rstest.c

/* Test the Reed-Solomon codecs * for various block sizes and with random data and random error patterns * * Copyright 2002 Phil Karn, KA9Q * May be used under the terms of the GNU Lesser General
www.eeworm.com/read/429442/8808488

~pas gadelphi.~pas

unit GADelphi; interface uses Math, SysUtils; type PUnsigned = array of Cardinal; Pint = ^integer; individual = record chrom: PUnsigned; fitness: double; varible: d
www.eeworm.com/read/429442/8808508

pas gadelphi.pas

unit GADelphi; interface uses Math, SysUtils; type PUnsigned = array of Cardinal; Pint = ^integer; individual = record chrom: PUnsigned; fitness: double; varible: d
www.eeworm.com/read/429247/8814148

m watermark_generation.m

function out = watermark_generation(len_WM); % % This will generate the random watermark of the size of len_WM % the water mark will be a guassian random no. between 1 and -1 % % len_WM = length
www.eeworm.com/read/384965/8826449

c alg36.c

#include #include #include int main() { vector< int, allocator > vec; for ( int ix = 0; ix < 20; ix++ ) vec.push_back( ix ); random_shuffle(
www.eeworm.com/read/187222/8840668

java randvals.java

//: RandVals.java // Initializing interface fileds with non-constance initializers import java.util.*; public interface RandVals { int rint = (int)(Math.random() * 10); long rlong = (long)(Ma
www.eeworm.com/read/285285/8856462

java vertex.java

import java.awt.Color; class vertex { public int x; public int y; public char label; public static char classChar; public Color color; public boolean isInTree; public vertex(int i, int
www.eeworm.com/read/428473/8865670

c randemo.c

/* RANDEMO.C - RANDOM Objects Demo. Copyright (c) J.S.A.Kapp 1994. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. This is a Demo program, which is part of RSAEURO Uses, rsaeuro.h also