代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/473927/6825430
txt 657.txt
Rule:
--
Sid:
657
--
Summary:
This event is generated when an external user sends a HELP command with specific syntax to an internal SMTP server, which may indicate an attempt to exploit a buffer ov
www.eeworm.com/read/471348/6890546
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/471348/6890547
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/471348/6890555
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/471348/6890574
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
www.eeworm.com/read/471348/6890600
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
www.eeworm.com/read/295246/8178392
py pyfontify.py
"""Module to analyze Python source code; for syntax coloring tools.
Interface:
tags = fontify(pytext, searchfrom, searchto)
The 'pytext' argument is a string containing Python source code.
The (opt
www.eeworm.com/read/193420/8227902
js shcore.js
/**
* Code Syntax Highlighter.
* Version 1.2.0
* Copyright (C) 2004 Alex Gorbatchev.
* http://www.dreamprojections.com/syntaxhighlighter/
*
* This library is free software; you can redist