代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/320439/13427252

mak targets.mak

desc.$(O) : $(RSAREFDIR)desc.c $(RSAREFDIR)global.h $(RSAREFDIR)rsaref.h\ $(RSAREFDIR)des.h $(CC) $(CFLAGS) $(RSAREFDIR)desc.c digit.$(O) : $(RSAREFDIR)digit.c $(RSAREFDIR)global.h $(RSAREFDIR
www.eeworm.com/read/319918/13439666

jsp distribute.jsp

www.eeworm.com/read/319883/13440412

cpp prog20_11.cpp

// Program 20.11 A TruckLoad container implemented using an STL list container // Recapitulates Program 13.1 #include #include #include "TruckLoad.h" using std::cout; usin
www.eeworm.com/read/319883/13440462

cpp prog10_06.cpp

// Program 10.6 Debugging using preprocessing directives File: prog10_06.cpp #include #include // For random number generator #include
www.eeworm.com/read/319883/13440626

cpp prog2_05.cpp

// Program 2.5 Using Random Integers #include #include #include using std::cout; using std::endl; using std::rand; using std::srand; using std::time; int main
www.eeworm.com/read/318888/13467763

asm pn_gen.asm

; ; pn_gen.asm - PN pseudo number generator ; generates 16-bit wordlength zero-mean random numbers ; generator polynomial: x^-15+x^-11+x^-2+1 ; ; Prototype: int pn_gen(int *) ;
www.eeworm.com/read/318610/13474724

c 编随机数.c

/*自编随机数*/ #include"sys\types.h" #include"sys\timeb.h" #include #define ALPHA 3.95 /*宏定义ALPHA值为3.95*/ double init_value(void); double random(void); void main() { float rdn
www.eeworm.com/read/318416/13479380

m randexmut.m

%randExMut: random exchange mutation for one chromosome function newVa=randExMut(Va) %fprintf('original Va is:\n') %Va= [ 8 7 4 2 6 5 1 9 3 10 ]; original_Va=Va; Ranpos=[]
www.eeworm.com/read/318176/13484091

c mrfrnd.c

/* * MIRACL flash random number routine * mrfrnd.c * * Copyright (c) 1988-1997 Shamus Software Ltd. */ #include "miracl.h" #ifdef MR_FLASH void frand(_MIPD_ flash x) { /* ge
www.eeworm.com/read/318176/13484273

cpp ipk_enc.cpp

/* Cock's Identity Based Encryption Encryption phase Generates a random AES session key, and uses it to encrypt a file. Outputs ciphertext .ipk The session key