代码搜索:normal

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

代码结果 10,000
www.eeworm.com/read/417236/2103867

asp normal.asp

www.eeworm.com/read/409921/2222892

c normal.c

/* ------------- normal.c ------------ */ #include "dflat32/dflat.h" #ifdef INCLUDE_MULTI_WINDOWS static void PaintOverLappers(DFWINDOW wnd); static void PaintUnderLappers(DFWINDOW wnd); #end
www.eeworm.com/read/409921/2223724

c normal.c

/* ------------- normal.c ------------ */ #include "dflat.h" #ifdef INCLUDE_MULTI_WINDOWS static void PaintOverLappers(DFWINDOW wnd); static void PaintUnderLappers(DFWINDOW wnd); #endif st
www.eeworm.com/read/409921/2225323

h normal.h

/* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License")
www.eeworm.com/read/409921/2225326

c normal.c

/* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License")
www.eeworm.com/read/409919/2228598

pas normal.pas

{$J+} unit normal; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TfrmApp = class(TForm) btnClose: TButton;
www.eeworm.com/read/409126/2239075

m normal.m

%产生n个N(a,b)正态分布随机数 %其中a为均值,b为方差 %function x=normal(a,b,n) function x=normal(a,b,n) m=48;% for i=1:n r=rand(1,m); x(i)=a+sqrt(b)*(sum(r)-m/2)/sqrt(m/12); end
www.eeworm.com/read/396408/2418785

xpm normal.xpm

/* XPM */ static const char * normal_xpm[] = { "16 16 111 2", " c None", ". c #000000", "+ c #030304", "@ c #020303", "# c #030303", "$ c #030404", "% c #040404", "& c #A1B0BD", "* c #8898A5
www.eeworm.com/read/393286/2476063

normal romscript.normal

OUTPUT_ARCH(mips) SECTIONS { .text : { *(.text.start) } /* Data in ROM */ .data ALIGN(0x10) : { *(.data) } _image_start = ADDR(.data); _image_size = SIZEOF(.data); .oth
www.eeworm.com/read/389879/2531868

normal romscript.normal

OUTPUT_ARCH(mips) SECTIONS { .text : { *(.text.start) } /* Data in ROM */ .data ALIGN(0x10) : { *(.data) } _image_start = ADDR(.data); _image_size = SIZEOF(.data); .oth