代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/158649/11594975
java detergent.java
//: c06:Detergent.java
// Inheritance syntax & properties.
// {NoAutomaticTesting}
class Cleanser {
private String s = new String("Cleanser");
public void append(String a) { s += a; }
pu
www.eeworm.com/read/348290/11602645
m objgold.m
% OBJGOLD.M (OBJective function for GOLDstein-price function)
%
% This function implements the GOLDSTEIN-PRICE function.
%
% Syntax: ObjVal = objgold(Chrom,switch_)
%
% Input parameters:
% Ch
www.eeworm.com/read/348290/11602752
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 param
www.eeworm.com/read/348290/11602770
m xovsp.m
% XOVSP.M (CROSSOVer Single-Point)
%
% This function performs single-point crossover between pairs of
% individuals and returns the current generation after mating.
%
% Syntax: NewChrom = xov
www.eeworm.com/read/348290/11602783
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 containing th
www.eeworm.com/read/348290/11602786
m crtbp.m
% CRTP.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:
%
% N
www.eeworm.com/read/261904/11615725
in config.in
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
mainmenu_name "Linux Kernel Configuration"
mainmenu_option next_comment
comment 'Syst
www.eeworm.com/read/344551/11873225
m emdc.m
%EMDC computes Empirical Mode Decomposition
%
%
% Syntax
%
%
% [IMF,NB_ITERATIONS]=EMDC(T,X,STOP_PARAMETERS,MAX_IMFS);
%
%
% Description
%
%
% computes EMD according to [1] with stopp
www.eeworm.com/read/258131/11882801
m calculateminsnrvsb.m
function [sim_param, sim_state] = CalculateMinSNRvsB( sim_param, sim_state )
% CalculateMinSNRvsB determines the minimum SNR as a function of BW
% constraint B.
%
% The calling syntax is:
%
www.eeworm.com/read/258131/11882894
c convencode.c
/* file: ConvEncode.c
Description: Convolutionally encode with either NSC or RSC code.
The calling syntax is:
[output] = ConvEncode(input, g_encoder, [code_type] )
output = code