代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/255005/12106832
txt kparm.m.txt
% kparm.m - Kaiser window parameters for filter design.
%
% [alpha, N] = kparm(DF, A)
%
% alpha = window shape parameter
% N = window length (odd)
% DF = Df/fs = transition width in units of fs
% A =
www.eeworm.com/read/255005/12106851
txt kwind.m.txt
% kwind.m - Kaiser window.
%
% w = kwind(alpha, N) = row vector
%
% alpha = Kaiser window shape parameter
% N = 2M+1 = window length (must be odd)
function w = kwind(alpha, N)
M = (N-1) / 2;
den
www.eeworm.com/read/152359/12120216
doc hibernate.doc
?
当前位置:首页 — 体育新闻 — Hibernate实例
内容搜索
窗体顶端
请输入要搜索的内容:
?
窗体底端
相关信息
·[图]使用开源项目(struts+hibernate+spring)构架web应用架构(四)?[2004-8-4]
·Hibernate实例?[2004-5-26]
?? Hibernate实例
对象、关系的映射(ORM)是一
www.eeworm.com/read/340846/12131253
h field.h
#if !defined(AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_)
#define AFX_FIELD_H__522768ED_360F_480B_8B2A_86845BB88AA6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VE
www.eeworm.com/read/254512/12133096
m yagiudasetparameters.m
function YagiUdaSetParameters(handles,X,Y)
format = '%2.3g';
% Set the displayed values
set(handles.Parameter1,'String',sprintf(format,X(1)));
set(handles.Parameter2,'String',sprintf('%2.0f',Y(1
www.eeworm.com/read/254512/12133106
m yagiudasetup.m
function YagiUdaSetup(hObject,handles)
% Loads the Yagi Parameters
load 'YagiUdaParameters';
LineStyle = 'o:';
set(hObject,'CurrentAxes',handles.axes1);
plot(BL,N,LineStyle);
xlabel('\bf B
www.eeworm.com/read/254512/12133131
m ifasetup.m
function IFASetup(hObject,handles)
% Loads the Yagi Parameters
load 'IFAParameters';
% Height LF LB
LineStyle = 'o:';
Tag1 = '50 Ohm';
Tag2 = '75 Ohm';
set(hObject,'CurrentAxes',handles