代码搜索:validate

找到约 3,608 项符合「validate」的源代码

代码结果 3,608
www.eeworm.com/read/287946/8658508

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/431199/8702411

h validate.h

#ifndef CRYPTOPP_VALIDATE_H #define CRYPTOPP_VALIDATE_H #include "cryptlib.h" bool ValidateAll(bool thorough); bool TestSettings(); bool TestOS_RNG(); bool ValidateBaseCode(); bool ValidateCRC32();
www.eeworm.com/read/286166/8785280

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/429504/8804752

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/428451/8867183

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/187023/8882376

pak validate.pak

www.eeworm.com/read/284529/8921361

m validate.m

function [valyear,valmon,valday,valhour,valmin,valsec] = validate(useryear,usermon,userday,userhour,usermin,usersec) % Time Values Validation Function. while usersec >= 60,
www.eeworm.com/read/427586/8931895

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/185386/9040713

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/185386/9040737

class validate.class