代码搜索:normal

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

代码结果 10,000
www.eeworm.com/read/262245/4314471

vsdisco normal.vsdisco

www.eeworm.com/read/262245/4314474

sln normal.sln

Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://localhost/DotNetTextBox/Sample-Cs/Projects/Normal/", "http
www.eeworm.com/read/162614/5540233

exp normal.exp

# Functional and regression tests in C++ for libstdc++. # Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/152843/5656892

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/473001/6853699

h normal.h

/* * This is a modification of the Kinderman + Monahan algorithm for * generating normal random numbers, due to Leva: * * J.L. Leva, Algorithm 712. A normal random number generator, ACM Trans.
www.eeworm.com/read/195229/8167910

gif normal.gif

www.eeworm.com/read/193461/8225820

html normal.html

NAME glNormal3b, glNormal3d, glNormal3f, glNormal3i, glNormal3s,
www.eeworm.com/read/394406/8226031

bmp normal.bmp

www.eeworm.com/read/394406/8226137

bmp normal.bmp

www.eeworm.com/read/394381/8227815

m normal.m

function y=normal(x) y=(1/(2*pi)^0.5)*exp(-x.^2/2);