代码搜索:random
找到约 10,000 项符合「random」的源代码
代码结果 10,000
www.eeworm.com/read/450639/7479597
c random.c
/***********************************************************************
*
* RANDOM Version 49
*
***********************************************************************
*
* Pseudo random number
www.eeworm.com/read/450639/7479642
c random.c
#ifdef NO_LPC_FIX
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*
www.eeworm.com/read/450595/7480676
c random.c
/******************************************************************************
Filename: random.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
This app
www.eeworm.com/read/450470/7483598
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/450313/7485794
h random.h
#include
/* variables are declared static so that they cannot conflict
with names of */
/* other global variables in other files. See K&amt;R, p 80, for
scope of static */
static doubl
www.eeworm.com/read/450258/7486694
dem random.dem
#
# $Id: random.dem,v 1.8 2004/02/13 01:16:39 sfeam Exp $
#
# random.dem
#
# Lattice test for random numbers;
# If you can see any patterns in this plot, the random number generator
# is not very good
www.eeworm.com/read/449996/7491885
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/449733/7497637
exe random.exe
www.eeworm.com/read/449733/7497638
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/449189/7516946