代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/366411/9817228
h garandom.h
// $Header: /usr/people/mbwall/src/galib/ga/RCS/garandom.h,v 1.2 1998/10/05 21:30:09 mbwall Exp $
/* ----------------------------------------------------------------------------
random.h
mbwall 29
www.eeworm.com/read/366036/9836165
c russia1.c
/*作者:talentfly */
#include
#include
#include
#include
#define LEFT 1
#define RIGHT 2
#define DOWN 3
#define CHANGE 4
#define FASTDOWN 5
#define MAXY
www.eeworm.com/read/365689/9851134
m symrandn.m
% Generate a Normal random matrix of size k.
function [noise] = symrandn(k)
temp = tril(randn(k),-1);
noise = temp + temp';
www.eeworm.com/read/169058/9882896
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
www.eeworm.com/read/169058/9883380
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/363449/9951105
c bgidemo.c
/*
GRAPHICS DEMO FOR Borland C++ 3.0
Copyright (c) 1987,88,91 Borland International. All rights reserved.
From the command line, use:
bcc bgidemo graphics.lib
*/
#ifdef __TI
www.eeworm.com/read/165473/10061532
v test_bench_top.v
////////////////////////////////////////////////////////////////////
//// ////
//// Top Level Test Bench
www.eeworm.com/read/360206/10106537
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/163318/10166499
py generate.py
# =============================================================================
# AUSTRALIAN NATIONAL UNIVERSITY OPEN SOURCE LICENSE (ANUOS LICENSE)
# VERSION 1.2
#
# The contents of this file ar
www.eeworm.com/read/358687/10181807
lis jyz.lis
STUDENT GPSS/H RELEASE 3.0n-C10 (UG207) 3 Jan 2007 22:35:05 FILE: TEST.gps
LINE# STMT# IF DO BLOCK# *LOC OPERATION A,B,C,D,E,F,G COMMENTS
1 1