代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/458942/7285167
inl random.inl
//random.inl 随机函数(方法)定义
// Ver 1.0.0.0
#ifndef _RANDOM_INL
#define _RANDOM_INL
//产生一个[0,1]区间内均匀分布伪随机数
inline double
rand_01_One(double& seed)
{ //seed为随机数种子
seed = ((unsigned long)s
www.eeworm.com/read/458942/7285170
h random.h
//random.h 宏定义及随机函数(方法)原型头文件
// Ver 1.0.0.0
#ifndef _RANDOM_H
#define _RANDOM_H
#define RandCoef2053 2053
#define RandCoef13849 13849
#define MODUL65536 65536
#include "comm.h" //公共
www.eeworm.com/read/458131/7303826
exe random.exe
www.eeworm.com/read/458131/7303827
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/457222/7331577
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/457219/7331864
c random.c
/*----------------------------------------------------------------------------*/
/* random.c - contains random number generator and related utilities, */
/* including advance_random, warmup_
www.eeworm.com/read/457219/7331938
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.
www.eeworm.com/read/457219/7331941
h random.h
/*
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.
www.eeworm.com/read/457219/7331963
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.
www.eeworm.com/read/457219/7331968
h random.h
/*
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.