代码搜索结果

找到约 10,000 项符合 的代码

readme.eml

HELO btamail.net.cn MAIL FROM: imissyou@btamail.net.cn RCPT TO: DATA FROM: JSJ@yahoo.com TO: SUBJECT: JSJ is comming! MIME-Version: 1.0 Content-type: multipart/mixed; boundary="#BOUNDARY#"

pkcspad.cpp

// pkcspad.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "pkcspad.h" #include NAMESPACE_BEGIN(CryptoPP) template const byte PKCS_DigestDeco

remserver.java

import java.rmi.*; import java.net.*; public class RemServer { public static void main(String[] args) { /* Create and install a security manager,The main method of the server first needs

blowfish.h

#ifndef CRYPTOPP_BLOWFISH_H #define CRYPTOPP_BLOWFISH_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class Blowfish : public BlockTransformation { public: Blowfish(

sdelay.asm

NAME SOFTDELAY ;========================================== ; 软件延时 ;========================================== ;void delay10us() ?PR?DELAY10US?DELAY10US SEGMENT CODE public DELAY10US,DELAY