代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/205721/15308722
m,v demo2.m,v
head 3.0;
access;
symbols;
locks; strict;
comment @// @;
3.0
date 2000.06.13.19.18.33; author gilles; state Exp;
branches;
next 2.1;
2.1
date 99.06.18.17.31.11; author mah; state Exp;
branches;
nex
www.eeworm.com/read/205721/15308739
m demo2.m
function fig = demo2()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-created. This may
www.eeworm.com/read/162890/5512250
m spin_new.m
function W = spin_new(X)
% W = spin_new(X)
% Method for spinglass example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
% W = spin_new(X) ;
www.eeworm.com/read/158865/5593057
c explodename.c
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/158865/5593229
c explodename.c
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it and/o
www.eeworm.com/read/157509/5605988
c explodename.c
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it an
www.eeworm.com/read/476076/6773367
m invmulaw.m
function x=invmulaw(y,mu)
%INVMULAW the inverse of mu-law nonlinearity
%X=INVMULAW(Y,MU) Y=normalized output of the mu-law nonlinearity.
x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/473772/6839941
c explodename.c
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper , 1995.
This program is free software; you can redistribute it and/o
www.eeworm.com/read/294611/8216844
m som_recolorbar.m
function h=som_recolorbar(p, ticks, scale, labels)
%SOM_RECOLORBAR Refresh and rescale colorbars in the current SOM_SHOW fig.
%
% h = som_recolorbar([p], [ticks], [scaling], [labels])
%
% colormap
www.eeworm.com/read/294008/8257903
m example1_2.m
H=figure('Color',[0,1,1],'Position',[0,0,400,400],'Name',...
'关于控制框设计的程序','NumberTitle','off', 'MenuBar','none');
uicontrol(H,'Style','text','Position',[0.05,0.74,0.9,0.1],...
'Units','no