代码搜索:normal

找到约 10,000 项符合「normal」的源代码

代码结果 10,000
www.eeworm.com/read/125688/6027158

c normal.c

/* * normal.c: * * RAMDAC definition for normal VGA DAC. * Max dot clock is set at 80 MHz. */ #include #include #include "libvga.h" #include "timing.h" #include "vgaregs.h
www.eeworm.com/read/118547/6098350

dwt normal.dwt

Untitled Document
www.eeworm.com/read/117364/6104314

java normal.java

class Normal { MyDate d=new MyDate(); public MyDate getMyDate(){ return(d); } }
www.eeworm.com/read/113693/6126283

setup normal.setup

-create
www.eeworm.com/read/111069/6159579

java normal.java

class Normal { MyDate d=new MyDate(); public MyDate getMyDate(){ return(d); } }
www.eeworm.com/read/107578/6188779

setup normal.setup

-create
www.eeworm.com/read/103142/6223871

txt _normal.txt

gongdebox.txt letter.txt letter2.txt accountbook.txt picture.txt RecBooks.txt tball.txt dball.txt rball.txt bball.txt gpearl.txt spearl.txt ypearl.txt ipearl.txt hpearl.txt letter3.txt
www.eeworm.com/read/347494/6310608

css normal.css

{ PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: inherit } P { BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT
www.eeworm.com/read/493540/6395220

asm normal.asm

www.eeworm.com/read/488461/6487292

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));