代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/493294/6399990

m random_dd.m

%RANDOM_DD Random one-class classifier % % W = RANDOM_DD(A,FRACREJ) % % This is the trivial one-class classifier, randomly assigning labels % and rejecting FRACREJ of the data objects. This pr
www.eeworm.com/read/493005/6403787

c test_random.c

/* * test_random - test the libcalc random number generator * * Copyright (C) 1999 Landon Curt Noll * * Calc is open software; you can redistribute it and/or modify it under * the terms of the
www.eeworm.com/read/493005/6403788

c many_random.c

/* * many_random - generate many random values via random number generator * * Copyright (C) 1999 Landon Curt Noll * * Calc is open software; you can redistribute it and/or modify it under * th
www.eeworm.com/read/492274/6420543

cpp random1.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/492400/6422247

m random_dd.m

%RANDOM_DD Random one-class classifier % % W = RANDOM_DD(A,FRACREJ) % % This is the trivial one-class classifier, randomly assigning labels % and rejecting FRACREJ of the data objects. This pr
www.eeworm.com/read/491622/6431144

v eth_random.v

////////////////////////////////////////////////////////////////////// //// //// //// eth_random.v
www.eeworm.com/read/491340/6438903

v random_tp.v

`timescale 10ns/1ns module random_tp; integer data; integer i; parameter delay=10; initial $monitor($time,,,"data=%b",data); initial begin for(i=0; i
www.eeworm.com/read/488978/6480950

h sre_random.h

/* sre_random.h * Header file for sre_random.c * * SRE, Tue Oct 1 15:24:29 2002 * CVS $Id: sre_random.h,v 1.1 2002/10/09 14:26:09 eddy Exp $ */ extern double sre_random(void); extern void sre
www.eeworm.com/read/488978/6480969

c sre_random.c

/* sre_random.c * * Portable random number generator, and sampling routines. * * SRE, Tue Oct 1 15:24:11 2002 [St. Louis] * CVS $Id: sre_random.c,v 1.2 2003/04/14 16:00:16 eddy Exp $ */ #incl