代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
md5algorithm1.java
package cn.edu.buaa.nlsde.md5;
import java.lang.reflect.*;
/*************************************************
MD5 类实现了RSA Data Security, Inc.在提交给IETF
的RFC1321中的MD5 message-digest 算法。
************
vcl_algorithm+vnl_bignum-.cxx
#include
#include
#ifdef GNU_LIBSTDCXX_V3
# include
VCL_SORT_INSTANTIATE(vcl_vector::iterator, vnl_bignum);
namespace std {
vcl_algorithm+vnl_rational-.cxx
#include
#include
#ifdef GNU_LIBSTDCXX_V3
# include
VCL_SORT_INSTANTIATE(vcl_vector::iterator, vnl_rational);
namespace std
md5algorithm2.java
package cn.edu.buaa.nlsde.md5;
public class MD5Algorithm2{
public MD5Algorithm2(){
}
/*
* A Java implementation of the RSA Data Security, Inc. MD5 Message
* Digest Algorithm, as
md5algorithm3.java
package cn.edu.buaa.nlsde.md5;
import java.security.*;
import java.security.spec.*;
class MD5Algorithm3{
public final static String MD5(String s){
char hexDigits[] = {
'0',
md5algorithm1.java
package cn.edu.buaa.nlsde.md5;
import java.lang.reflect.*;
/*************************************************
MD5 类实现了RSA Data Security, Inc.在提交给IETF
的RFC1321中的MD5 message-digest 算法。
************
mstl_algorithm_lower_bound.hpp
/*
The young Library
Copyright (c) 2005 by 杨桓
Permission to use, copy, modify, distribute and sell this software for any
purpose is hereby granted without fee, provided that the above copyright
mstl_algorithm_lower_bound.hpp
/*
The young Library
Copyright (c) 2005 by 杨桓
Permission to use, copy, modify, distribute and sell this software for any
purpose is hereby granted without fee, provided that the above copyright
md5algorithm2.java
package cn.edu.buaa.nlsde.md5;
public class MD5Algorithm2{
public MD5Algorithm2(){
}
/*
* A Java implementation of the RSA Data Security, Inc. MD5 Message
* Digest Algorithm, as
md5algorithm3.java
package cn.edu.buaa.nlsde.md5;
import java.security.*;
import java.security.spec.*;
class MD5Algorithm3{
public final static String MD5(String s){
char hexDigits[] = {
'0',