代码搜索:validate
找到约 3,608 项符合「validate」的源代码
代码结果 3,608
www.eeworm.com/read/109909/15545877
bat validate.bat
pgp challeng.sig challeng.enc
pgp copying.sig copying.txt
pgp crc_cpp.sig crc.c
pgp crc_h.sig crc.h
pgp def.sig def.h
pgp diamondc.sig diamond.c
pgp diamondd.sig diamond.dat
pgp diamondh
www.eeworm.com/read/109907/15545916
bat validate.bat
pgp challeng.sig challeng.enc
pgp copying.sig copying.txt
pgp crc_cpp.sig crc.cpp
pgp crc_h.sig crc.h
pgp def.sig def.h
pgp diamondc.sig diamond.cpp
pgp diamondd.sig diamond.dat
p
www.eeworm.com/read/109898/15546076
c validate.c
/*
* validate des486 code using NBS data (in "validate.txt")
*/
#include
#include
#include "des.h"
typedef unsigned char ubyte;
ubyte linebuf[80];
ubyte password[8
www.eeworm.com/read/109898/15546083
txt validate.txt
# Test vectors for DES Electronic Code Book (ECB)
# implementation, derived from:
# "Validating the Correctness of Hardware
# Implementations of the NBS Data Encryption Standard"
# NBS Speci
www.eeworm.com/read/108360/15587679
java validate.java
package mypackage;
import java.sql.*;
import java.io.*;
public class Validate
{
private Connection conn=null;
private Statement ps=null;
private ResultSet rs=null;
private String usern
www.eeworm.com/read/108360/15587686
class validate.class
www.eeworm.com/read/101534/15827916
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/101225/15840971
h validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool