代码搜索:gaussian

找到约 7,040 项符合「gaussian」的源代码

代码结果 7,040
www.eeworm.com/read/124118/14593639

out gaussian.out

\BOOKMARK [1][-]{section.1}{Gaussian statistics}{} \BOOKMARK [2][-]{subsection.1.1}{Samples from a Gaussian density}{section.1} \BOOKMARK [3][-]{subsubsection.1.1.1}{Experiment:}{subsection.1.1} \BOOK
www.eeworm.com/read/124118/14593660

tex gaussian.tex

\documentclass[a4paper]{article} \usepackage{array,amsmath,amssymb,rotating,graphicx} \input{tutorial_style.texinc} \newcommand{\mat}[1]{{\tt >> #1} \\} \newcommand{\com}[1]{{\tt #1}} %\n
www.eeworm.com/read/124118/14593666

pdf gaussian.pdf

www.eeworm.com/read/124118/14593810

aux gaussian.aux

www.eeworm.com/read/218682/14910319

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/218361/14925628

m gaussian.m

function p=gaussian(x,m,C); % p=gaussian(x,m,C); % % Evaluate the multi-variate density with mean vector m and covariance % matrix C for the input vector x. % % p=gaussian(X,m,C); % % Vectorized ver
www.eeworm.com/read/217292/14970236

c gaussian.c

/* BPSK BINARY SYMMETRIC CHANNEL SIMULATOR */ /* Copyright (c) 1999, Spectrum Applications, Derwood, MD, USA */ /* All rights reserved
www.eeworm.com/read/211365/15182345

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/486606/1249516

java gaussian.java

/* filename: gaussian.java */ /* This code is part of the localize package of TeamBots. * Copyright (c) 1999, 2000 by John Sweeney and Carnegie Mellon University */ /* this was adpated from scott
www.eeworm.com/read/457229/1599517

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq