代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/176093/9516810
cpp random.cpp
// random.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "random.h"
#include "randomDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/176093/9516811
aps random.aps
www.eeworm.com/read/176093/9516820
dsp random.dsp
# Microsoft Developer Studio Project File - Name="random" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/176093/9516821
opt random.opt
www.eeworm.com/read/175933/9524576
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/371473/9552581
tif random.tif
www.eeworm.com/read/175135/9558560
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/371212/9561519
cpp random.cpp
#include
#include
#include
#include
#define zero 1e-8
#define MAXN 110
using namespace std;
double t[MAXN];
char code[MAXN][MAXN][MAXN], name[100][100],
www.eeworm.com/read/174710/9576197
h random.h
#include
#include
#include
#include
#include
#include
#ifndef RANDOM_H
#define RANDOM_H
#define IM1 2147483563
#define IM2 214
www.eeworm.com/read/174710/9576199
cpp random.cpp
#include "random.h"
/*
Long period (? 2 \Theta 10 18 ) random number generator of L'Ecuyer with Bays璂urham shuffle
and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (excl