代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/112466/15484817

c random.c

/**************************************************************************** File Name : random.c Purpose : random number generator Release : Version 1.0 Date : Aug 31,1995 GSN
www.eeworm.com/read/112466/15484824

h random.h

/**************************************************************************** File Name : random.h Purpose : header file for random number generator (random.c) Release : Version 1.0 Dat
www.eeworm.com/read/112163/15492859

c random.c

/* random.c By Bill Kendrick New Breed Software February 14, 1996, May 30, 1996 Randomly picks one line out of a file and displays it. Based on the "random" directive from my "count
www.eeworm.com/read/110656/15527872

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,
www.eeworm.com/read/110420/15534220

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/110340/15536205

txt random.txt

0.0215453240554343 0.22515327254101158 0.08439607343398592 0.8428552816289909 0.42838586569773607
www.eeworm.com/read/110096/15541893

txt random.txt

0.0215453240554343 0.22515327254101158 0.08439607343398592 0.8428552816289909 0.42838586569773607
www.eeworm.com/read/109651/15553150

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/109477/15556583

h random.h

/* * include/linux/random.h * * Include file for the random number generator. */ #ifndef _LINUX_RANDOM_H #define _LINUX_RANDOM_H #include /* ioctl()'s for the random number gene
www.eeworm.com/read/109240/15560835

c random.c

/* 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. - Th