代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/165417/10063437
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)rsa
www.eeworm.com/read/164648/10099313
cpp rand.cpp
#include
#include
#include
#include
#define MAT_SIZE (16)
#define DEBUG
int init_random();
int **init_mat(int);
int mat_mul(int **, int **, int *
www.eeworm.com/read/359401/10147488
c my_rand.c
/*----------------------------------------------------------------------*/
/* MAX_RND = 0x7fffffff, MIN_RND = 245333, MIN_RND / MAX_RND = 0.000114 */
/*------------------------------------------------
www.eeworm.com/read/358784/10179555
cpp main.cpp
// main.cpp
// Calls the external LongRandom function, written in
// assembly language, that returns an unsigned 32-bit
// random integer. Compile in the Large memory model.
#include
www.eeworm.com/read/358235/10193444
i defns.i
/*************************************************************************/
/* */
/* Definitions used in C4.5 */
/* ------------------------ */
/* */
/*********
www.eeworm.com/read/357821/10200731
c setupid.c
#include
#include
#include
int main(void){
time_t now;
srandom(time(&now));
printf("0x%08lx\n", random());
return 0;
}
www.eeworm.com/read/426147/10281043
cpp main.cpp
#include
#include
using namespace std;
void print(int x){
cout
www.eeworm.com/read/425678/10337458
cpp rsa.cpp
#include
#include "rsa.h"
void main()
{
__int64 prime;
prime = Generate_Prime();
//prime = Random();
unsigned long p;
p = prime/0x100000000;
cout
www.eeworm.com/read/280199/10347965
cs png.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using