代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/335805/12497572
m bdt_f533.m
% MATLAB script that generates the probability of error versus the signal to noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % Tolerance used for the integration
www.eeworm.com/read/335795/12498503
c alg29.c
#include
#include
#include
void print_char( char elem ) { cout
www.eeworm.com/read/147504/12549783
txt readme.txt
]Hi,
This is the source for a C compiler that generates 386 or
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable alth
www.eeworm.com/read/335058/12552323
m griffitc.m
function [sig,iflaws]=griffitc(N,SNR);
%GRIFFITC Test signal example C of Griffiths' paper.
% [SIG,IFLAWS]=GRIFFITC(N,SNR) generates the test signal of
% the example C of the paper of Griffiths.
%
www.eeworm.com/read/334823/12571421
c msp430x22x4_ta_17.c
//******************************************************************************
// MSP430F22x4 Demo - Timer_A, PWM TA1-2, Up Mode, 32kHz ACLK
//
// Description: This program generates two PWM ou
www.eeworm.com/read/334823/12571658
c msp430x22x4_tb_14.c
//******************************************************************************
// MSP430F22x4 Demo - Timer_B, PWM TB1-2, Up/Down Mode, 32kHz ACLK
//
// Description: This program generates two
www.eeworm.com/read/334823/12571725
c msp430x22x4_ta_20.c
//******************************************************************************
// MSP430F22x4 Demo - Timer_A, PWM TA1-2, Up/Down Mode, 32kHz ACLK
//
// Description: This program generates two P
www.eeworm.com/read/147186/12578627
m gaussian_sample.m
function x = gsamp(mu, covar, nsamp)
%GSAMP Sample from a Gaussian distribution.
%
% Description
%
% X = GSAMP(MU, COVAR, NSAMP) generates a sample of size NSAMP from a
% D-dimensional Gaussian
www.eeworm.com/read/147096/12585749
m htruthtb.m
function trt = htruthtb(g)
%HTRUTHTB Generates a Hamming code truth table.
% TRT = HTRUTHTB(G) produces a truth table for single error-correction
% code. The size of G has the dimension
www.eeworm.com/read/147096/12586941
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal to noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % Tolerance used for the integration