代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/100184/6273349
c norm2dis.c
/* norm2dis.c CCM mathematics library source code.
*
* Copyright (C) 2000 Daniel A. Atkinson All rights reserved.
* This code may be redistributed under the terms of the GNU general
*
www.eeworm.com/read/100184/6273351
c nrmldis.c
/* nrmldis.c CCM mathematics library source code.
*
* Copyright (C) 2000 Daniel A. Atkinson All rights reserved.
* This code may be redistributed under the terms of the GNU general
*
www.eeworm.com/read/100127/6274063
py brownian.py
# Brownian motion -- an example of a multi-threaded Tkinter program.
from Tkinter import *
import random
import threading
import time
import sys
WIDTH = 400
HEIGHT = 300
SIGMA = 10
BUZZ = 2
RADIUS =
www.eeworm.com/read/154224/6286264
c newpcb.c
void newPCB(PCB pcb[],int n)
{
int x;
int i=n;
x=random(10,0);
while(i!=0&&pcb[i-1].pri
www.eeworm.com/read/292515/6298741
java testrandvals.java
//:c08:RandVals.java
import java.util.*;
interface RandVals
{
int rint=(int)(Math.random()*10);
long rlong=(long)(Math.random()*10);
float rfloat=(float)(Math.random()*10);
double rdouble=
www.eeworm.com/read/292515/6298758
bak testrandvals.java.bak
//:c08:RandVals.java
import java.util.*;
interface RandVals
{
int rint=(int)(Math.random()*10);
long rlong=(long)(Math.random()*10);
float rfloat=(float)(Math.random()*10);
double rdounle=