代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/426084/10288046
html position.html
Menu G5 Step-by-step: Position a menu instance
www.eeworm.com/read/354328/10364396
m chap7_14f.m
function dx=PlantModel(t,x,flag,para)
dx=zeros(2,1);
u=para;
dx(1)=x(2);
dx(2)=-25*x(2)+133*u;
www.eeworm.com/read/354327/10364405
m chap7_13f.m
function dx=PlantModel(t,x,flag,para)
dx=zeros(2,1);
u=para;
dx(1)=x(2);
dx(2)=-25*x(2)+133*u;
www.eeworm.com/read/353746/10421611
sgml fonts.sgml
Fonts
Structures representing abstract fonts
Pango supports a f
www.eeworm.com/read/353746/10421616
sgml glyphs.sgml
Glyph Storage
Structures for storing information about glyphs
p
www.eeworm.com/read/353746/10421618
sgml x-fonts.sgml
Deprecated X font backend
Font handling and rendering with the deprecated X font backend
www.eeworm.com/read/279380/10442826
m invmainn.m
function [xc,d,MTX,para] = InvMainN(MTX,para,x0)
% [xc,d,MTX] = InvMainN(MTX,para,x0)
%
%% Approximate Unconstrained Gauss-Newton with Armijo rule line search
%
% Input: MTX = Structure of glob
www.eeworm.com/read/279380/10442827
m data_weight.m
function [WdW,dtw] = data_weight(MTX,para);
%This function creates the data weighting matrix
%uses simple weighting based on the SD of the measurements
% Copyright (c) 2007 by the Society of Ex
www.eeworm.com/read/279380/10442828
m calcwtw.m
function[ MTX] = calcWTW(MTX,wt,para)
% [WTW] = calcWTW(MTX,wt)
% Calculate WTW - the model regularization matrix
% USE: grad, kron3
% Copyright (c) 2007 by the Society of Exploration Geophysici