代码搜索结果
找到约 10,000 项符合
的代码
3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public:
apilot2.mdl
Model {
Name "apilot2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
validate.h
#ifndef VALIDATE_H
#define VALIDATE_H
bool ValidateAll();
bool TestSettings();
bool ZKValidate();
bool MD2Validate();
bool MD5Validate();
bool SHAValidate();
bool HAVALValidate();
bool
setvor.m
% SETVOR - define VOR block parameters
%
% This routine can be used to create a set of standard block-
% parameters for the VOR radio-navigation model, taking into
% account all relevant fixed ge
safer.h
#ifndef CRYPTOPP_SAFER_H
#define CRYPTOPP_SAFER_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SAFER : public BlockTransformation
{
public:
enum {BLOCKSIZE=8,
rc6.cpp
// rc6.cpp - written and placed in the public domain by Sean Woods
// based on Wei Dai's RC5 code.
#include "pch.h"
#include "rc6.h"
NAMESPACE_BEGIN(CryptoPP)
#ifdef _MSC_VER
#define ROTL(
matlabstock.txt
用MATLAB构造
function [Tt,Wn]= Wiener_Process(mu,sigma,Lt)
dt=0.001;inc=0.1;
k=sigma*sqrt(dt);
p=0.5*(1+mu*sqrt(dt)/sigma);q=1-p;sumx=0;X=[sumx];
for bt=0.1:inc:Lt
nx=inc/dt;
ns=binornd(n
apilot1.mdl
Model {
Name "apilot1"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes