代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/435572/7790175
asm read_random.asm
;****************************************************************;
; Read Random Number
;
; function: generate a number between 0 and m_rnd_range
; variable: rnd_num_16+1, rnd_num_16 and m_rnd_ran
www.eeworm.com/read/435572/7790188
asl read_random.asl
+ 1 ;****************************************************************;
+ 2 ; Read Random Number
+ 3 ;
+ 4 ; function:
www.eeworm.com/read/199733/7826850
h random_neighbor.h
/*************************************************************************
* Copyright 2003 Gilbert (Gang) Chen, Boleslaw K. Szymanski and
* Rensselaer Polytechnic Institute. All worldwide rights
www.eeworm.com/read/434214/7880739
m f_random.m
function list=F_Random(M)
% Get random data among 1:M
% -- Different random number will be generaged, even if matlab is
% -- re-started up.
rand('state',sum(100*clock));
% -- if using the fol
www.eeworm.com/read/198844/7907746
m random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/398810/7919740
png player-random.png
www.eeworm.com/read/298909/7924255
m random_data.m
function b = random_data(nr_data_bits)
% b = random_data(nr_data_bits)
%
% Generates a block of equiprobable random binary data, {0, 1}
%
% Input:
% nr_data_bits = the number of bits to genera