代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/466426/7034865
cc ugs_traffic.cc
/**************************************************************************************
* *Copyright (c) 2006 Regents of the University of Chang Gung *
* *All rights reserved. *
*
www.eeworm.com/read/466426/7034866
cc rtps_traffic.cc
/**************************************************************************************
* *Copyright (c) 2006 Regents of the University of Chang Gung *
* *All rights reserved. *
*
www.eeworm.com/read/466430/7034913
cc ugs_traffic.cc
/**************************************************************************************
* *Copyright (c) 2006 Regents of the University of Chang Gung *
* *All rights reserved. *
*
www.eeworm.com/read/466430/7034914
cc rtps_traffic.cc
/**************************************************************************************
* *Copyright (c) 2006 Regents of the University of Chang Gung *
* *All rights reserved. *
*
www.eeworm.com/read/276599/7073014
java randomintgenerator.java
package corejava;
/**
An improved random number generator based on Algorithm B
in Knuth Vol 2 p32.
Gives a set of random integers that does not exhibit
as much correlation as the me
www.eeworm.com/read/170226/7097614
h rtp.h
#ifndef _RTP_H
#define _RTP_H
#include
enum {RTP_PS,RTP_TS,RTP_NONE,MAP_TS};
struct rtpbits {
unsigned int v:2; /* version: 2 */
unsigned int p:1; /* is there
www.eeworm.com/read/384827/7104718
java randomdoubles.java
//: interfaces/RandomDoubles.java
import java.util.*;
public class RandomDoubles {
private static Random rand = new Random(47);
public double next() { return rand.nextDouble(); }
public s
www.eeworm.com/read/189342/7115160
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/299984/7140304
m prex_matchlab.m
%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels
%
% Illustrates the use of K-MEANS clustering and the match of labels.
help prex_matchlab
delfigs
n = prprogress;
prprogress
www.eeworm.com/read/332978/7141720
java foreachfloat.java
//: control/ForEachFloat.java
import java.util.*;
public class ForEachFloat {
public static void main(String[] args) {
Random rand = new Random(47);
float f[] = new float[10];
fo