代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/392923/8318899
txt help.txt
HELP
This program restores a disk that has been formatted by using the MS-DOS command
"format drive: /q"
This program is executed by the following syntax:
UNFORMAT drive: [/J]
UNFORMAT dr
www.eeworm.com/read/174006/9612677
txt 8.3.txt
Listing 8.3 Associating Events with an Event Handler Using the Multicast Delegate
Syntax
private void InitializeComponent()
{
this.sayHello = new System.Windows.Forms.Button();
this.closeForm = n
www.eeworm.com/read/370047/9621549
c bspeval.c
// Evaluation of univariate B-Spline.
//
// MATLAB SYNTAX:
//
// p = bspeval(d,c,k,u)
//
// INPUT:
//
// d - degree of the B-Spline integer
// c - control points double
www.eeworm.com/read/369152/9661551
m lmssca.m
function sca=LMSsca(X,loc,p)
%Syntax: sca=LMSsca(X,loc,p)
%___________________________
%
% Calculates the Least Median of Squares (LMS) scale parameter
% of the columns of a matrix X.
%
% sca
www.eeworm.com/read/369152/9661563
m rlssca.m
function sca=RLSsca(X,loc,p)
%Syntax: sca=RLSsca(X,loc,p)
%___________________________
%
% Calculates the Reweighted Least Squares (RLS) scale parameter
% of the columns of a matrix X.
%
% sca
www.eeworm.com/read/369152/9661575
m rlsreg.m
function [Xrls,yrls,s]=RLSreg(y,X)
%Syntax: [Xrls,yrls,s]=RLSreg(y,X)
%_______________________________
%
% Calculates the Reweighted Least Squares (RLS) regression data points
% and the scale par
www.eeworm.com/read/369048/9666441
m crtbp.m
% CRTBP.m - Create an initial population
%
% This function creates a binary population of given size and structure.
%
% Syntax: [Chrom Lind BaseV] = crtbp(Nind, Lind, Base)
%
% Input Parameters:
www.eeworm.com/read/369048/9666442
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
www.eeworm.com/read/369048/9666452
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix contai
www.eeworm.com/read/369048/9666487
m objbran.m
% OBJBRAN.M (OBJective function for BRANin RCOS function)
%
% This function implements the BRANIN RCOS function.
%
% Syntax: ObjVal = objbran(Chrom,rtn_type)
%
% Input parameters:
% Ch