代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/244126/12885528
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool
www.eeworm.com/read/143012/12904525
js validate.js
function checkstring(name,data,allowednull)
{
var datastr = data;
var lefttrim = datastr.search(/\S/gi);
if (lefttrim == -1) {
if (allowednull) {
return 1;
} else {
alert
www.eeworm.com/read/142462/12944011
java validate.java
import java.util.*;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Validate extends EJBObject
{
public int validate(String CardNo) throws RemoteException;
}
www.eeworm.com/read/142462/12944040
class validate.class
www.eeworm.com/read/327632/13069500
java validate.java
import java.util.*;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Validate extends EJBObject
{
public int validate(String CardNo) throws RemoteException;
}
www.eeworm.com/read/327632/13069525
class validate.class
www.eeworm.com/read/327101/13099026
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool
www.eeworm.com/read/139320/13161302
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}
www.eeworm.com/read/324303/13273659
m validate.m
function [cost,nmodel,output] = validate(model, Xtrain, Ytrain, Xtest, Ytest,estfct, trainfct, simfct)
% Validate a trained model on a fixed validation set
%
% >> cost = validate({X,Y,type,gam,sig2}