代码搜索:random
找到约 10,000 项符合「random」的源代码
代码结果 10,000
www.eeworm.com/read/290119/8503391
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/188532/8530814
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/188513/8531683
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/388617/8595453
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/388617/8596508
cpp random.cpp
// random.cpp -- random access to a binary file
#include // not required by most systems
#include
#include
#include // (or stdlib.h) for exit()
c
www.eeworm.com/read/388272/8620417
h random.h
// random.h
#ifndef RANDOM_H
#define RANDOM_H
// includes
#include "util.h"
// macros
#define RANDOM_64(n) (random_64[n])
// "constants"
extern const uint64 random_64[781];
www.eeworm.com/read/388272/8620456
cpp random.cpp
// random.cpp
// includes
#include "random.h"
// "constants"
const uint64 random_64[781] =
{
U64(0x9D39247E33776D41), U64(0x2AF7398005AAA5C7), U64(0x44DB015024623547), U64(0x9C15
www.eeworm.com/read/388251/8622730
hpp random.hpp
#pragma ident "$Id: random.hpp 252 2006-10-20 14:59:51Z btolman $"
//============================================================================
//
// This file is part of GPSTk, the GPS Toolki
www.eeworm.com/read/288527/8625485
c random.c
/*----------------------------------------------------------------------------*/
/* random.c - contains random number generator and related utilities, */
/* including advance_random, warmup_
www.eeworm.com/read/288527/8625832
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.