代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/477959/6726702
css normal.css
A:active {
FONT-SIZE: 12px; FONT-STYLE: normal; TEXT-DECORATION: none
}
A:active {
}
A:hover {
FONT-SIZE: 12px; LINE-HEIGHT: normal; FONT-STYLE: normal; TEXT-DECORATION: underline
}
A:lin
www.eeworm.com/read/476907/6754403
m normal.m
function y=normal(x,m,s)
% FUNCTION y=NORMAL(x,m,s)
% Gaussian distribution
% m=mean
% s=standard deviation
y=(1/sqrt(2*pi*s^2))*exp(-((x-m).^2)/(2*s^2));
www.eeworm.com/read/476442/6762435
bmp normal.bmp
www.eeworm.com/read/265037/11284740
dll normal.dll
www.eeworm.com/read/265037/11284748
m normal.m
% [ll, f, cl, P] = normal(data, alpha, mu, sigma)
%
% This function serves several purposes:
% - evaluate PDF of normal mixture at each of the data points
% - evaluate log-likelihood of the data
www.eeworm.com/read/264291/11322690
obj normal.obj
www.eeworm.com/read/264291/11322800
ini normal.ini
;---------------- Normal Markovian Settings -------------------
; 0 = toroidal 1 = bouncing
world.N[*].mobility.movKind = 1
world.N[*].mobility.moveInterval =0.5
world.N[*].mobility.maxSpeed = 25
w
www.eeworm.com/read/264291/11322920
h normal.h
//
#ifndef MOBILITY_H
#define MOBILITY_H
#include "omnetpp.h"
#include "costants.h"
#include "physic.h"
class Normal : public cSimpleModule
{
//Macro that contains the costructor,destructor
//a
www.eeworm.com/read/264291/11322997
cpp normal.cpp
#include "h/normal.h"
Define_Module_Like(Normal,Mobility);
bool Normal::torus(int &x, int &y)
{
bool update=false;
/*
d("toru");
if( x < minX)
{
x = maxX;
update=true;
}
if( x > maxX)