代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/404941/11475656
exe random.exe
www.eeworm.com/read/404941/11475657
asm random.asm
DATA SEGMENT
CC DB '+'
ww db '-'
GG DB '='
II DB 0DH,0AH,'$'
AA DB 5 DUP(?)
www dw 0
ghh db '0',0dh,0ah,'$'
bnm dw 0
DATA ENDS
STACK SEGMENT
D
www.eeworm.com/read/404859/11476962
bmp random.bmp
www.eeworm.com/read/404728/11479612
class random.class
www.eeworm.com/read/404728/11479616
ctxt random.ctxt
#BlueJ class context
comment0.target=Random()
comment1.params=ran
comment1.target=void\ random(int[])
numComments=2
www.eeworm.com/read/404728/11479617
java random.java
/**
* Write a description of class ramdon here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Random
{
//private int[] ran=new int[4];
www.eeworm.com/read/404213/11490221
h random.h
#ifndef RANDOM
#define RANDOM
//随机数产生类random
class random
{
public:
random();//空构造函数
random(unsigned short initialSeed);//带参构造
unsigned short randomInterger();//种子seed产生函数
double randomR
www.eeworm.com/read/403011/11524419
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/403009/11524724
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/402717/11528844