代码搜索:deviation
找到约 1,443 项符合「deviation」的源代码
代码结果 1,443
www.eeworm.com/read/233448/4684729
c union-by-value-1_main.c
/* Test function argument passing. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void union_by_value_1_x (void);
extern void exit (int);
int
www.eeworm.com/read/233448/4684843
c struct-by-value-21_main.c
/* Test function argument passing. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void struct_by_value_21_x (void);
extern void exit (int);
i
www.eeworm.com/read/279486/4136283
m mccv_like.m
function [Mu,Sigma,trainMu,trainSigma] = mccv_like(mccv)
%MCCV_LIKE Find mean and standard deviation of likelihood from MCCV runs.
% [Mu,Sigma,trainMu,trainSigma] = MCCV_LIKE(MCCV_Struct)
%
www.eeworm.com/read/366702/2881947
c union-by-value-1_main.c
/* Test function argument passing. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void union_by_value_1_x (void);
extern void exit (int);
int
www.eeworm.com/read/366702/2882069
c struct-by-value-21_main.c
/* Test function argument passing. This was written when correcting
a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
extern void struct_by_value_21_x (void);
extern void exit (int);
i
www.eeworm.com/read/365493/2896884
m add_noise.m
function y = add_noise(x,std,rc)
% add_noise -- add white, guassian noise to a signal
%
% Usage
% y = add_noise(x, std, rc)
%
% Inputs
% x signal
% std standard deviation of the nois
www.eeworm.com/read/173799/9635312
m add_noise.m
function y = add_noise(x,std,rc)
% add_noise -- add white, guassian noise to a signal
%
% Usage
% y = add_noise(x, std, rc)
%
% Inputs
% x signal
% std standard deviation of the nois
www.eeworm.com/read/192357/8384834
todo
main code
---------
we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
queue when a port leaves the FORWARDING state
RH initscripts for setting up bridge interfaces automat
www.eeworm.com/read/181381/9256994
dtl cstr.dtl
Iter.No. Error.Func. Av.Error(%) Av.Deviation(%)
-------------------------------------------------------
Iter.No. : 0 Func_count : 5
Obj-func : 3.560121e-01 Mag. of Deriv: 0.000000e+00
www.eeworm.com/read/366337/9820825
m example_monte_carlo_simulationin_matlab.zip.m
% Example Monte Carlo Simulation in Matlab
% Function: y = x2^2/x1
%
% Generate n samples from a normal distribution
% r = ( randn(n,1) * sd ) + mu
% mu : mean
% sd : standard deviation
%
% Ge