代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/208294/4994149
das natl_prof_bot.cdp.das
Attributes {
ogr_layer_info_1 {
string layer_name normalized;
string spatial_ref WGS84;
string target_container location.profile;
x_field {
string name location.lon;
st
www.eeworm.com/read/198657/5083401
c pre_mod_1.c
/* mpn_preinv_mod_1 (dividend_ptr, dividend_size, divisor_limb,
divisor_limb_inverted) --
Divide (DIVIDEND_PTR,,DIVIDEND_SIZE) by the normalized DIVISOR_LIMB.
DIVISOR_LIMB_INVERTED shou
www.eeworm.com/read/198657/5083475
asm invert_limb.asm
dnl Alpha mpn_invert_limb -- Invert a normalized limb.
dnl Copyright 1996, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Libr
www.eeworm.com/read/266360/4272553
c pre_mod_1.c
/* mpn_preinv_mod_1 (dividend_ptr, dividend_size, divisor_limb,
divisor_limb_inverted) --
Divide (DIVIDEND_PTR,,DIVIDEND_SIZE) by the normalized DIVISOR_LIMB.
DIVISOR_LIMB_INVERTED shou
www.eeworm.com/read/252302/4409834
das natl_prof_bot.cdp.das
Attributes {
ogr_layer_info_1 {
string layer_name normalized;
string spatial_ref WGS84;
string target_container location.profile;
x_field {
string name location.lon;
st
www.eeworm.com/read/204456/15339341
m dd_ex7.m
% Show how several one-class classifiers can be combined.
% To make the classifier outputs comparable, the outputs should be
% normalized using dd_normc
% Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
www.eeworm.com/read/353769/10418806
h str2.h
extern char str_LOAD_MEET[];
extern char str_CATEGORIZE_LVQ[];
extern char str_PROJECT_CATEGORIZE[];
extern char str_PROJECT_CATEGORIZE_DONE[];
extern char str_ERR_CATEGORIZE_ENDTAG[];
extern cha
www.eeworm.com/read/284309/8945859
m anaask.m
function [y,am]=anaask(N,Ncomp,f0);
%ANAASK Amplitude Shift Keying (ASK) signal.
% [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude
% modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/371636/9544158
m anaask.m
function [y,am]=anaask(N,Ncomp,f0);
%ANAASK Amplitude Shift Keying (ASK) signal.
% [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude
% modulated signal of normalized frequency F0, with a uniforml
www.eeworm.com/read/163927/10139585
m huc.m
function f=hu(a)
%Computing Hu moment invariants with central moments, normalized for contrast
% a(n,n) - image matrix
n=size(a,1);
m00 =sum(sum(a));
v=ones(1,n);
w=1:1:n;
ii=w'*v;
j