代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/157944/11654226

m random_data.m

function d = random_data(block_size) % d = random_data(block_size) % % Generates a block of equiprobable random binary data, {0, 1} % % Input: % block_size = the number of bits to generate %
www.eeworm.com/read/157944/11654239

m random_training.m

function [training_sequence]=random_training(sequence_length) % [training_sequence]=random_training(sequence_length) % % Output: % training_sequence - Random training (zeros and ones) % % sequen
www.eeworm.com/read/346656/11733896

cgi random_image.cgi

#!/usr/bin/perl -wT use strict; use CGI; use CGI::Carp; use constant BUFFER_SIZE => 4_096; use constant IMAGE_DIRECTORY => "/usr/local/apache/data/random-images"; my $q = new CGI; my $buffer =
www.eeworm.com/read/345936/11779582

html random_shuffle.html

www.eeworm.com/read/345936/11779895

html random_sample.html

www.eeworm.com/read/259028/11826454

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/259016/11827071

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/344792/11860054

v random_tp.v

`timescale 10ns/1ns module random_tp; integer data; integer i; parameter delay=10; initial $monitor($time,,,"data=%b",data); initial begin for(i=0; i
www.eeworm.com/read/258172/11880651

v eth_random.v

`include "timescale.v" module eth_random (MTxClk, Reset, StateJam, StateJam_q, RetryCnt, NibCnt, ByteCnt, RandomEq0, RandomEqByteCnt); parameter Tp = 1; input MTxClk;
www.eeworm.com/read/344225/11898881

lua random distribution.lua

-- Random Distribution Script -- Robert Edwards 2003 -- This script is in the public domain and can be used for any purpose -- I just hope its useful as an example of binary IO in lua for mappy