代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/318459/13478520
c random.c
/******************************************************************************/
/* */
/* Functions for arithmetic and number
www.eeworm.com/read/318459/13478527
h random.h
/******************************************************************************/
/* */
/* Functions for arithmetic and number
www.eeworm.com/read/318435/13479043
exe random.exe
www.eeworm.com/read/318435/13479044
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/316956/13513644
c random.c
/* random.c - random number generation package */
/* Copyright 1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983 Regents of the University of California.
* All ri
www.eeworm.com/read/316923/13514640
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/316650/13519566
mpg random.mpg
www.eeworm.com/read/316409/13523444
pdf random.pdf
www.eeworm.com/read/316280/13526377
cc random.cc
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod
www.eeworm.com/read/316280/13526385
h random.h
//Copyright (c) 2004, Charles Killian, Adolfo Rodriguez, Dejan Kostic, Sooraj Bhat, and Amin Vahdat
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//mod