代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/492812/6409617
c ramp.c
//Ramp.c Generates a ramp
int output;
interrupt void c_int11() //interrupt service routine
{
output_sample(output); //output for each sample period
output
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/343227/11962828
m hmm_gen.m
function [X, s] = hmm_gen (A, pi0, mu, Sigma, T)
%hmm_gen Generates a sequence of observation given a HMM
% with gaussian state-conditional densities.
% Use : [X,s] = hmm_gen(A,pi0,mu,Sigma,T|s)
www.eeworm.com/read/150133/12310014
m# #mc_sample.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
www.eeworm.com/read/150133/12310080
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/150133/12310100
m~ mc_sample.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
www.eeworm.com/read/149456/12377065
bat bl51_ex3.bat
REM This Batch-File generates a 'banked' Sample-Program with the C Compiler
REM
A51 L51_BANK.A51
C51 C_MODUL.C DEBUG OBJECTEXTEND
BL51 @BL51_EX3.LIN
OC51 BL51_EX3
OH51 BL51_EX3.B00 HEXFILE (
www.eeworm.com/read/168845/5434215
rst assert.rst
.. Macros/Asserts//BOOST_MPL_ASSERT
BOOST_MPL_ASSERT
================
Synopsis
--------
.. parsed-literal::
#define BOOST_MPL_ASSERT( pred ) \\
|unspecified-token-seq| \
www.eeworm.com/read/155856/5618674
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/294899/8194414
c ramp.c
//Ramp.c Generates a ramp
int output;
interrupt void c_int11() //interrupt service routine
{
output_sample(output); //output for each sample period
output