代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/402717/11528845
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/402565/11533315
cpp random.cpp
#include "Random.h"
#include
RandomNumber::RandomNumber(unsigned long s)
{
if(s==0)
randseed = time(0);
else
randseed = s;
}
unsigned short RandomNumber::Random(uns
www.eeworm.com/read/402565/11533321
h random.h
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345L;
//随机数
class RandomNumber
{
private:
//当前种子
unsigned long randseed;
www.eeworm.com/read/402283/11539769
m random.m
function num=random(varargin)
% Test function to illustrate the use of the java.util package.
% Generate a random number between given limits (or 0:1).
%
% Mastering MATLAB 7 Java Example 2
%
% Ch
www.eeworm.com/read/401945/11545665
exe random.exe
www.eeworm.com/read/401945/11545666
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/401687/11551671
exe random.exe
www.eeworm.com/read/401687/11551672
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/401687/11551703
exe random.exe
www.eeworm.com/read/401687/11551704
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