代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/340688/12139831
cpp random.cpp
#include
#include "Random.h"
void Random::bubbleSort(int a[], int size)
{
int i, temp;
for(int pass=1; pass
www.eeworm.com/read/340688/12139841
h random.h
#ifndef RANDOM
#define RANDOM
#include
#include
class Random{
private:
unsigned long int seed; //previously LONG INT
unsigned long int seed_u;
public:
Random(v
www.eeworm.com/read/254307/12147819
txt random.txt
0,4,8
0,A,0
F,3,2
F,B,6
0,1,2
0,3,5
F,C,9
0,1,E
F,8,5
F,E,D
F,E,2
0,6,0
F,C,B
F,A,6
F,A,7
0,1,C
F,B,5
0,A,0
0,3,9
0,2,0
F,F,1
0,2,0
0,8,6
F,2,0
0,8,1
F,D,A
0,0,0
0,5,8
0,3,A
F,5,F
F,6,A
0,3,9
F,A,5
F,
www.eeworm.com/read/151841/12170948
f random.f
***********************************************************************
*
* RANDOM Version 49
*
**********************************************************************
*
* Pseudo random number g
www.eeworm.com/read/151841/12171080
c random.c
/***********************************************************************
*
* RANDOM Version 49
*
***********************************************************************
*
* Pseudo random number
www.eeworm.com/read/340241/12171164
inl random.inl
//random.inl 随机函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _RANDOM_INL
#define _RANDOM_INL
//产生一个[0,1]区间内均匀分布伪随机数
inline double
rand_01_One(double& seed)
{
www.eeworm.com/read/340241/12171166
h random.h
//random.h 宏定义及随机函数(方法)原型头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _RANDOM_H
#define _RANDOM_H
#define RandCoef2053 2053
#define RandCoef13849 13849
#define MOD
www.eeworm.com/read/253260/12234841
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/253260/12235565
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/151030/12238645
h random.h
// -*- c++ -*-
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com
//
//