代码搜索结果
找到约 10,000 项符合
的代码
rw.cpp
// rw.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "rw.h"
#include "nbtheory.h"
#include "asn.h"
#include "pubkey.cpp"
NAMESPACE_BEGIN(CryptoPP)
te
sdelay.asm
NAME SOFTDELAY
;==========================================
; 软件延时
;==========================================
;void delay10us()
?PR?DELAY10US?DELAY10US SEGMENT CODE
public DELAY10US,DELAY
dh2.cpp
// dh2.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "dh2.h"
NAMESPACE_BEGIN(CryptoPP)
bool DH2::Agree(byte *agreedValue,
const byte *staticSecretKey,
modexppc.h
#ifndef CRYPTOPP_MODEXPPC_H
#define CRYPTOPP_MODEXPPC_H
#include "modarith.h"
#include "eprecomp.h"
#include "smartptr.h"
NAMESPACE_BEGIN(CryptoPP)
class ModExpPrecomputation
{
public:
unit6.pas
unit Unit6;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm6 = class(TForm)
Label1: TLabel;
Label2:
ad7710.h
/*
* ad7710.h
*
* AD数据采集
*
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#ifndef _AD7710_H_
#d