代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/121089/6070384
c hugeadd.c
/***************************************************************************/
/* */
/* HUGEADD.C */
/* */
/* Copyright (c) 1991
www.eeworm.com/read/111672/6154032
m pmnshow.m
function [guihand,edmulti,contbut,quitbut]=...
pmnshow(smat,guihand,edmulti,contbut,quitbut);
% PMNSHOW
% -------
% Function utilizing MATLAB's GUI-facilities for presenti
www.eeworm.com/read/101066/6256350
s srem_mod.s
/* srem_mod.s - Motorola 68040 FP remainder/modulo routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modificat
www.eeworm.com/read/101066/6256369
s l_srem_mod.s
/* l_srem_mods.s - Motorola 68040 FP modulo/remainder routines (LIB) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifi
www.eeworm.com/read/291067/6302897
m sigplot2wingui.m
function fig = sigplot2winGUI()
% 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.
www.eeworm.com/read/160556/6304341
m ex11_3.m
hf=figure('Color',[0,1,1],'Position',[100,200,400,200],...
'Name','数制转换','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized',...
'Position',[0.05,0.
www.eeworm.com/read/160556/6304426
m ex11_4.m
clf;
set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]);
set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off');
axes('Position',[0.05,0.15,0.55,0.7]);
uicontrol(gcf,'Style','text',
www.eeworm.com/read/373145/6307097
m program_03_04.m
% Program 3_4
% Numerical Computation of DTFT Using DFT
%
% Generate the length-16 sinusoidal sequence
colordef black;
k = 0:15;
x = cos(2*pi*k*3/16);
% Compute its 512-point DFT
X = fft(x);
www.eeworm.com/read/421428/6307852
m exampleindex.m
clc;
clear;
close;
%BP网络实验
Hbp3=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',...
'数字识别','numbertitle','off');
%界面说明
uicontrol(Hbp3,'style','text','units','normali
www.eeworm.com/read/144056/6308732
m ex11_3.m
hf=figure('Color',[0,1,1],'Position',[100,200,400,200],...
'Name','数制转换','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized',...
'Position',[0.05,0.