代码搜索:Way

找到约 8,100 项符合「Way」的源代码

代码结果 8,100
www.eeworm.com/read/100767/15864683

h 3way.h

#ifndef CRYPTOPP_THREEWAY_H #define CRYPTOPP_THREEWAY_H /** \file */ #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) ///
www.eeworm.com/read/100767/15864724

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" NAMESPACE_BEGIN(CryptoPP)
www.eeworm.com/read/100478/15873391

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/100478/15873426

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/387376/8688989

cur 4way01.cur

www.eeworm.com/read/386874/8720331

sav one-way_1.sav

www.eeworm.com/read/386874/8720346

sav one-way_2.sav

www.eeworm.com/read/287073/8726856

html class_three_way.html

Crypto++: ThreeWay Class Reference
www.eeworm.com/read/377890/9259202

m plot_2way.m

function y=plot_2way(x1,x2,len,t) mm=150; subplot(2,1,2); plot((1:len)*t,x2(1:len)); axis([0 len*t -4 4]); hold on plot((1:len)*t,x2(1:len),'.','color','red'); hold off xlabel('虚部信号'); subplo