代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/115478/15013110
pdf random_ug.pdf
www.eeworm.com/read/115119/15025804
h m_random.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: m_random.h,v 1.2 2003/09/08 22:34:29 jasonk Exp $
//
// Copyright (
www.eeworm.com/read/115119/15025926
c m_random.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: m_random.c,v 1.2 2003/09/08 22:34:29 jasonk Exp $
//
// Copyright (
www.eeworm.com/read/214167/15112030
h d_random.h
#include
#include
using namespace std;
// generate random numbers
class randomNumber
{
public:
// initialize the random number generator
randomNumber(long s = 0);
www.eeworm.com/read/213240/15139990
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/213052/15143486
doc java random.doc
www.eeworm.com/read/212317/15159920
pdf random forests.pdf
www.eeworm.com/read/212047/15166947
tex random-walk.tex
www.eeworm.com/read/211840/15172449
m random_binary.m
% File: random_binary.m
%
%
function [x, bits] = random_binary(nbits,nsamples)
% This function genrates a random binary waveform of length nbits
% sampled at a rate of nsamples/bit.
x = zeros(1