代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/431634/8664354
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/431621/8664734
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
www.eeworm.com/read/287843/8665182
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/287843/8665579
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
www.eeworm.com/read/384965/8826909
c io20_3.01.c
// #include
#include
/**
** generates:
Alice Emma has long flowing red hair. Her Daddy says
when the wind blows through her hair, it looks almost alive,
like a
www.eeworm.com/read/285058/8871727
c genprofz.c
/* Copyright 1996, ESS Technology, Inc. */
/* SCCSID @(#)genprofz.c 4.5 06/15/04 */
/* Based on SVCD genprof.c 1.1 8/2/99 */
/*
* $Log$
*/
/*
* This program generates the profile for making
www.eeworm.com/read/186987/8886151
m a2dt.m
function beq = a2dT(d,n)
% BEQ = A2DT(D, N) generates the decimal
% equivalent beq of the binary representation
% of a decimal number D with N bits for the
% magnitude part obtained by truncation
%
www.eeworm.com/read/186716/8914466
m realize.m
function x = realize(range)
% REALIZE ..... Generates all realizations (sample functions) of the random
% process X(t) = cos(2*pi*1000*t + THETA).
%
% X = REALIZE([a1,a2,...]) uses the values
www.eeworm.com/read/283686/8996565
cpp interference_init.cpp
// Distributed control system: interference node
//
// Generates disturbing network traffic.
#define S_FUNCTION_NAME interference_init
#include "ttkernel.cpp"
// code function
double sender_code(in
www.eeworm.com/read/283587/9003890
c videogen.c
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* NOTE: no floats are used to guaranty a bit exact output.
*/
#include
#include
#define SCALEBITS 8
#