代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/479088/6699317
m weibmen.m
function [bh,ah] = weibmen(x);
% Estimation of Weibull parameters using the
% method of Menon.
[n1 n2] = size(x);
n = n1*n2;
x = reshape(x,n,1);
m1 = (1/n)*sum(log(x)); % First mome
www.eeworm.com/read/478412/6717393
m zgetsolve.m
function SolveData = zGetSolve(Surface, Code)
% zGetSolve - Requests data for solves and/or pickups on lens surfaces.
%
% Usage : SolveData = zGetSolve(Surface, Code)
%
% where Code is
% an inte
www.eeworm.com/read/478017/6728274
pas ucommandparameters.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2003-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software:
www.eeworm.com/read/478017/6728426
pas uclmain.pas
{ JADD - Just Another DelphiDoc: Documentation from Delphi Source Code
Copyright (C) 2003-2008 Gerold Veith
This file is part of JADD - Just Another DelphiDoc.
DelphiDoc is free software:
www.eeworm.com/read/477536/6738083
txt molist.txt
File : ClusterMoListPanel.java
* Classname : ClusterMoListPanel
* Author(s) : ejiawen
* Created : 2005-08-15
*
* Copyright (c) 2000 Telefonaktiebolaget LM Ericsson,
www.eeworm.com/read/476406/6760797
f90 game.f90
module GAME_DATA
use global
implicit none
integer, parameter :: SX = 240, SY = 440
integer, parameter :: BoundX = 20, BoundY = 20
integer, parameter :: BoardWidth = SX-BoundX*2
integ
www.eeworm.com/read/410134/11301123
m tls.m
function [r,p,M,dh] = tls(d,m)
% TLS - Total Least Squares approximation.
%
% [r,p,M,dh] = tls(d,m)
%
% D = [d1 ... dN] - data matrix
% m - complexity specification, m < size(D,1)
% R - parameter of
www.eeworm.com/read/409626/11317636
m romberg.m
function [rn, r1] = Romberg(fun, a, b, n, varargin)
% Numerical approximation rn of the definite integral from a to b
% that is obtained with the aid of Romberg's method with n rows
% and n c
www.eeworm.com/read/409626/11317683
m romberg.m
function [rn, r1] = Romberg(fun, a, b, n, varargin)
% Numerical approximation rn of the definite integral from a to b
% that is obtained with the aid of Romberg's method with n rows
% and n c
www.eeworm.com/read/409477/11321519
m crtrp.m
% CRTRP.M (CReaTe an initial (Real-value) Population)
%
% This function creates a population of given size of random real-values.
%
% Syntax: Chrom = crtrp(Nind,FieldDR);
%
% Input