代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/120093/14812972

c random.c

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/120093/14812977

h random.h

/* SGPC: Simple Genetic Programming in C (c) 1993 by Walter Alden Tackett and Aviram Carmi This code and documentation is copyrighted and is not in the public domain. All rights reserved.
www.eeworm.com/read/119982/14814983

c random.c

#include #include void main(void) { int i; printf("Values from rand\n"); for (i = 0; i < 100; i++) printf("%d ", rand()); printf("Values from rando
www.eeworm.com/read/119453/14830348

h random.h

#include #include #define RAN (float)(rand())/(float)(32766) namespace Random { int ranint(int n); float random(void); int ranint(int n1,int n2); void randomize(void);
www.eeworm.com/read/118531/14864755

h random.h

class random { public: random(); random(unsigned short initialtime); unsigned short randomInteger(); double randomReal(); double between(double low,double high); int between(int low,int
www.eeworm.com/read/219591/14874321

jsp random.jsp

www.eeworm.com/read/117726/14906843

rep random.rep

38666973 2400 4800 1 a 0 32441 a 1 25286 a 2 8856 a 3 2958 a 4 28582 a 5 21320 a 6 22538 a 7 11636 a 8 11563 a 9 5686 a 10 31347 a 11 27447 a 12 10164 a 13 14434 a 14 26179 a 15 1092 a 16 30850 a 17 1
www.eeworm.com/read/117724/14907340

rep random.rep

39643501 2400 4800 1 a 0 31526 a 1 7571 a 2 26218 a 3 32110 a 4 32342 a 5 11962 a 6 24617 a 7 520 a 8 17786 a 9 30327 a 10 21973 a 11 15673 a 12 29388 a 13 28278 a 14 23969 a 15 3636 a 16 3543 a 17 10
www.eeworm.com/read/218426/14920075

exe random.exe

www.eeworm.com/read/218426/14920078

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