代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/140557/13075343
s43 fet410_ta_25.s43
;******************************************************************************
; MSP-FET430P410 Demo - Timer_A, Output DTMF, Cont. Mode, DCO SMCLK
;
; Description: This program outputs two ton
www.eeworm.com/read/240989/13180727
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/138798/13212545
m mc_sample.m
function S = mc_sample(prior, trans, len, numex)
% SAMPLE_MC Generate random sequences from a Markov chain.
% STATE = SAMPLE_MC(PRIOR, TRANS, LEN) generates a sequence of length LEN.
%
% STATE = SAMPL
www.eeworm.com/read/240126/13235624
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/150372/5693569
bat axsample.bat
REM This Batch-File generates a Sample-Program for the AX51-Assembler
ax51 asample1.a51 debug xref
ax51 asample2.a51 debug xref
ax51 asample3.a51 debug xref
lx51 asample1.obj,asample2.obj,asam
www.eeworm.com/read/149399/5700385
bat axsample.bat
REM This Batch-File generates a Sample-Program for the AX51-Assembler
ax51 asample1.a51 debug xref
ax51 asample2.a51 debug xref
ax51 asample3.a51 debug xref
lx51 asample1.obj,asample2.obj,asam
www.eeworm.com/read/137654/5822648
bat axsample.bat
REM This Batch-File generates a Sample-Program for the AX51-Assembler
ax51 asample1.a51 debug xref
ax51 asample2.a51 debug xref
ax51 asample3.a51 debug xref
lx51 asample1.obj,asample2.obj,asam
www.eeworm.com/read/134007/5896493
bat axsample.bat
REM This Batch-File generates a Sample-Program for the AX51-Assembler
ax51 asample1.a51 debug xref
ax51 asample2.a51 debug xref
ax51 asample3.a51 debug xref
lx51 asample1.obj,asample2.obj,asam
www.eeworm.com/read/128784/5979544
bat axsample.bat
REM This Batch-File generates a Sample-Program for the AX51-Assembler
ax51 asample1.a51 debug xref
ax51 asample2.a51 debug xref
ax51 asample3.a51 debug xref
lx51 asample1.obj,asample2.obj,asam
www.eeworm.com/read/170690/6326748
m sample_mc.m
function S = sample_mc(prior, trans, len, numex)
% SAMPLE_MC Generate random sequences from a Markov chain.
% STATE = SAMPLE_MC(PRIOR, TRANS, LEN) generates a sequence of length LEN.
%
% STATE = SAMPL