代码搜索:validation
找到约 7,219 项符合「validation」的源代码
代码结果 7,219
www.eeworm.com/read/353268/10458581
cs parameterselection.cs
//Copyright (C) 2007 Matthew Johnson
//This program is free software; you can redistribute it and/or modify
//it under the terms of the GNU General Public License as published by
//the Free Softw
www.eeworm.com/read/469590/6932300
readme
This directory holds an example of a simple form-handling CGI program.
The form includes JavaScript code for validating the fields in the form.
A JavaScript capable browser will run the Javascript cod
www.eeworm.com/read/299984/7140699
m featrank.m
%FEATRANK Feature ranking on individual performance for classification
%
% [I,F] = FEATRANK(A,CRIT,T)
%
% INPUT
% A input dataset
% CRIT string name of a method or untrained mapp
www.eeworm.com/read/460435/7251175
m featrank.m
%FEATRANK Feature ranking on individual performance for classification
%
% [I,F] = FEATRANK(A,CRIT,T)
%
% INPUT
% A input dataset
% CRIT string name of a method or untrained mapp
www.eeworm.com/read/450608/7480569
m featrank.m
%FEATRANK Feature ranking on individual performance for classification
%
% [I,F] = FEATRANK(A,CRIT,T)
%
% INPUT
% A input dataset
% CRIT string name of a method or untrained mapp
www.eeworm.com/read/448636/7528848
m grminabsverset.m
function nMS=grMinAbsVerSet(E,d)
% Function nMS=grMinAbsVerSet(E,d) solve the minimal absorbant set problem
% for the graph vertexes.
% Input parameters:
% E(m,2) - the edges of graph;
%
www.eeworm.com/read/448636/7528850
m grminedgecover.m
function nMC=grMinEdgeCover(E)
% Function nMC=grMinEdgeCover(E) solve the minimal edge cover problem.
% Input parameter:
% E(m,2) or (m,3) - the edges of graph and their weight;
% 1st and 2
www.eeworm.com/read/448636/7528853
m grminabsedgeset.m
function nMS=grMinAbsEdgeSet(E)
% Function nMS=grMinAbsEdgeSet(E) solve the minimal absorbant set problem
% for the graph edges.
% Input parameter:
% E(m,2) or (m,3) - the edges of graph and
www.eeworm.com/read/448636/7528854
m grmaxmatch.m
function nMM=grMaxMatch(E)
% Function nMM=grMaxMath(E) solve the maximal matching problem.
% Input parameter:
% E(m,2) or (m,3) - the edges of graph and their weight;
% 1st and 2nd elements
www.eeworm.com/read/448636/7528857
m grmaxstabset.m
function nMS=grMaxStabSet(E,d)
% Function nMS=grMaxStabSet(E,d) solve the maximal stable set problem.
% Input parameters:
% E(m,2) - the edges of graph;
% 1st and 2nd elements of each row i