代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/137229/13338492

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/137140/13344053

txt random.txt

0.0215453240554343 0.22515327254101158 0.08439607343398592 0.8428552816289909 0.42838586569773607
www.eeworm.com/read/137022/13347430

c random.c

/* Maintain source of random numbers for cryptographic keys, etc * This is inherently machine dependent code */ #include "stdio.h" #include #include "global.h" #include "timer.h" #inc
www.eeworm.com/read/136601/13370105

exe random.exe

www.eeworm.com/read/136601/13370106

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/320816/13418125

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/320136/13432526

cpp random.cpp

//字符串匹配算法 //随机模式匹配算法,区分大小写 #include #include #define pat_length 34 //模式字符串长度 int compare(unsigned char *t, unsigned char *p, unsigned char *pr); unsigned char pat[pat
www.eeworm.com/read/319934/13439197

exe random.exe

www.eeworm.com/read/319934/13439198

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/318888/13467802

c random.c

/* random.c - Zero-mean random noise */ #define USE_DATA 0 #if USE_DATA /* Use random data file as input */ #pragma CODE_SECTION(random, "lms_code"); #pragma DATA_SECTION(randdata,