代码搜索:Way
找到约 8,100 项符合「Way」的源代码
代码结果 8,100
www.eeworm.com/read/360615/10084625
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct ThreeWay_Info : public FixedBlockS
www.eeworm.com/read/360615/10084729
cpp 3way.cpp
// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
// The original code and all modifications are in the public domain.
#include "pch.h"
#include "3way.h"
#include "misc.h"
NAMESPACE_
www.eeworm.com/read/359577/10135886
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct ThreeWay_Info : public FixedBlockS
www.eeworm.com/read/359577/10135978
cpp 3way.cpp
// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
// The original code and all modifications are in the public domain.
#include "pch.h"
#include "3way.h"
#include "misc.h"
NAMESPACE_
www.eeworm.com/read/355392/10270092
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public:
www.eeworm.com/read/355392/10270260
cpp 3way.cpp
// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
#include "pch.h"
#include "3way.h"
NAMESPACE_BEGIN(CryptoPP)
static const word32 START_E = 0x0b0b; // round constant of first encry
www.eeworm.com/read/355101/10294686
m light_way.m
h0=figure('toolbar','none',... %设置句柄属性值
'position',[200 150 450 350],...
'name','例子');
subplot(2,2,1) %子图1中绘制球
sphere
shading flat %设置光照效果
camlight left
camlight right
lighting f
www.eeworm.com/read/162364/10310783
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public:
www.eeworm.com/read/162364/10310915
cpp 3way.cpp
// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
#include "pch.h"
#include "3way.h"
NAMESPACE_BEGIN(CryptoPP)
static const word32 START_E = 0x0b0b; // round constant of first encry
www.eeworm.com/read/422757/10612613
h 3way.h
#ifndef CRYPTOPP_THREEWAY_H
#define CRYPTOPP_THREEWAY_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class ThreeWayEncryption : public BlockTransformation
{
public: