代码搜索结果

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

secsplit.h

#ifndef CRYPTOPP_SECSPLIT_H #define CRYPTOPP_SECSPLIT_H #include "forkjoin.h" NAMESPACE_BEGIN(CryptoPP) class SplitFork : public Fork { public: SplitFork(RandomNumberGenerator &inRng, in

ad7710.h

/* * ad7710.h * * AD数据采集 * * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _AD7710_H_ #d

dh2.h

#ifndef CRYPTOPP_DH2_H #define CRYPTOPP_DH2_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) class DH2 : public PK_AuthenticatedKeyAgreementDomain { public: DH2(const PK_SimpleKeyAgreem

rem.java

import java.rmi.*; public interface Rem extends Remote { public String getMessage() throws RemoteException; public void setMessage(String newMsg) throws RemoteException; }

link.h

/* * link.h * * 电路接线描述(每个模块都要有自己的接线描述文件) * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _LIN

saferval.dat

0000000000000000 0000000000000000 032808C90EE7AB7F 0000000000000000 0102030405060708 7D28038633B92EB4 0102030405060708 1011121314151617 71E5CF7F083A59C5 0102030405060708 18191A1B1C1D1

watchdog.h

/* * watchdog.h * * 看门狗 * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _WATCHDOG_H_ #defi

remappclienttwo.java

import java.rmi.*; import java.net.*; import java.io.*; public class RemAppClientTwo { public static void main(String []args) { try { String host=(args.length >0) ?args[0]:"loc

luc.h

#ifndef CRYPTOPP_LUC_H #define CRYPTOPP_LUC_H #include "pkcspad.h" #include "oaep.h" #include "integer.h" NAMESPACE_BEGIN(CryptoPP) class LUCFunction : virtual public TrapdoorFunction {