代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/286908/8737840

c random.c

/*--------------------------------------------------------------------------- * random transformation * ---------------------------------------------------------------------------*/ #include
www.eeworm.com/read/286908/8737895

c~ random.c~

/*--------------------------------------------------------------------------- * Arnold transformation * ---------------------------------------------------------------------------*/ #include
www.eeworm.com/read/429611/8798945

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/429075/8820071

c random.c

/* Random Number Generator Functions: myrandom() -- generate a uniformly distributed random var on [0, 1] random_uniform_real() random_uniform_int() random_poisson() ra
www.eeworm.com/read/429075/8820091

h random.h

/* functions in random.c */ /* * @(#) $Id: random.h,v 1.1.1.1 2002/05/09 14:08:19 jwinick Exp $ (USC) */ #ifndef __random_h__ #define __random_h__ extern double myrandom(int snum); /* generate uni
www.eeworm.com/read/385074/8821407

o random.o

www.eeworm.com/read/385074/8821418

lst random.lst

ARM Macro Assembler Page 1 1 00000000 ;#****************************************************** *************************************** 2 0000000
www.eeworm.com/read/385074/8821424

s random.s

;#********************************************************************************************* ;# File: random.s * ;# Author:
www.eeworm.com/read/384265/8884691

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/384265/8884723

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