代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/154116/5640728
f random.f
***********************************************************************
*
* RANDOM Version 49
*
**********************************************************************
*
* Pseudo random number generat
www.eeworm.com/read/154116/5640773
c random.c
/***********************************************************************
*
* RANDOM Version 49
*
***********************************************************************
*
* Pseudo random number gener
www.eeworm.com/read/152843/5659802
c random.c
/* Copyright (C) 2005 Jeff Dike */
/* Much of this ripped from drivers/char/hw_random.c, see there for other
* copyright.
*
* This software may be used and distributed according
www.eeworm.com/read/475870/6768078
cpp random.cpp
#include
#include
#include
#include
#include
#define N 1000
int edge[N][N];
double SumDegree=0; //总度数
int degree[N]; //各点度
www.eeworm.com/read/475955/6771202
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/475474/6781986
exe random.exe
www.eeworm.com/read/474265/6817137
exe random.exe
www.eeworm.com/read/474265/6817138
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/474309/6819364
c random.c
/******************************************************************************
* *
* **********