代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/450391/7107461
eqn paobiao.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/255024/7109262
eqn schk.fit.eqn
--Q[2] is Q[2] at LC_X22_Y17_N4
--operation mode is normal
Q[2]_lut_out = !Q[3] & A1L9;
Q[2] = DFFEA(Q[2]_lut_out, GLOBAL(CLK), !GLOBAL(CLR), , , , );
--Q[1] is Q[1] at LC_X22_Y17_N9
--oper
www.eeworm.com/read/296774/7113605
h xm-iris4.h
#include "mips/xm-mips.h"
#define USG
#define HAVE_VPRINTF
#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
#define bcmp(a,b,c) memcmp (a,b,c)
#if 0
#ifdef __GNUC__
/* The norm
www.eeworm.com/read/458262/7128005
m rcs_frustum.m
function [rcs] = rcs_frustum (r1, r2, h, freq, indicator)
% This program computes the monostatic RCS for a frustum.
% Incident linear Polarization is assumed.
% To compute RCP or LCP RCS one must u
www.eeworm.com/read/463748/7176012
m ip_04_05.m
% ip_04_05.m added for spar
a=[-10 -5 -4 -2 0 1 3 5 10];
[y,dist]=mse_dist('normal',a,0.01,0,1)
www.eeworm.com/read/463435/7180998
tab drug.tab
Sex Age Blood_pressure Drug
male 20 normal A
female 73 normal B
female 37 high A
male 33 low B
female 48 high A
male 29 normal A
f
www.eeworm.com/read/463435/7181002
dom drug.dom
/*----------------------------------------------------------------------
domains
----------------------------------------------------------------------*/
dom(Sex) = { female, male };
dom(Age) = ZZ;
www.eeworm.com/read/463435/7181008
dt drug.dt
/*----------------------------------------------------------------------
domains
----------------------------------------------------------------------*/
dom(Age) = ZZ;
dom(Blood_pressure) = { high,
www.eeworm.com/read/463435/7181039
c quantile.c
/*----------------------------------------------------------------------
File : quantile.c
Contents: compute quantiles of normal and chi^2 distribution
Author : Christian Borgelt
History :