代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/403874/11507556
opt random_n.opt
www.eeworm.com/read/403874/11507557
cpp random_n.cpp
#include
#include
#include
double u(void);
double normal(void);
double r(void);
int possion(void);
int main(void)
{
for (int i=1;i
www.eeworm.com/read/402270/11540024
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/401363/11558643
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/400845/11567658
vi random number.vi
www.eeworm.com/read/400576/11573501
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