代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/393447/8287107
c list_store.c
/* Tree View/List Store
*
* The GtkListStore is used to store data in list form, to be used
* later on by a GtkTreeView to display it. This demo builds a
* simple GtkListStore and displays it. See
www.eeworm.com/read/393436/8287396
m normcdfm.m
function o = normcdfM(x,m,s)
%Computes elementwise normal cdf's at x with mean m and standard
%deviation s
if nargin == 1
z = x;
elseif nargin == 2
z = (x-m);
else
z = (x-m)./s;
end
o
www.eeworm.com/read/393298/8297102
txt tooneffect.txt
////////////////////////////////////////////////////////////////////////////
//
// File: tooneffect.txt
//
// Author: Frank Luna (C) All Rights Reserved
//
// System: AMD Athlon 1800+ XP, 512
www.eeworm.com/read/392688/8330042
eqn control.fit.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/292728/8337669
v pll_bb.v
// megafunction wizard: %ALTPLL%VBB%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altpll
// ============================================================
// File Name: PLL.v
// Megafun
www.eeworm.com/read/174385/9589672
npc drug.npc
/*----------------------------------------------------------------------
domains
----------------------------------------------------------------------*/
dom(Blood_pressure) = { high, low, normal };
www.eeworm.com/read/174385/9589673
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/174385/9589677
dom drug.dom
/*----------------------------------------------------------------------
domains
----------------------------------------------------------------------*/
dom(Sex) = { female, male };
dom(Age) = ZZ;
www.eeworm.com/read/173932/9629644
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/369134/9661926
ini initpara.ini
********************************************************************************************
** This file is used to initialize the parameters of the simulator of LDPC.
*****************************