代码搜索:cmac
找到约 287 项符合「cmac」的源代码
代码结果 287
www.eeworm.com/read/431199/8701902
h cmac.h
#ifndef CRYPTOPP_CMAC_H
#define CRYPTOPP_CMAC_H
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CMAC_Base : public MessageAu
www.eeworm.com/read/431199/8702352
cpp cmac.cpp
// cmac.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "cmac.h"
NAMESPACE_BEGIN(CryptoPP)
static void MulU(byte *k, unsigned
www.eeworm.com/read/431199/8702743
txt cmac.txt
AlgorithmType: MAC
Name: CMAC(AES)
Source: RFC 4493
Key: 2b7e1516 28aed2a6 abf71588 09cf4f3c
Message:
MAC: bb1d6929 e9593728 7fa37d12 9b756746
Test: Verify
Message: 6bc1bee2 2e409f96 e93d7
www.eeworm.com/read/463837/7174642
m cmac.m
%CMAC and PID Concurrent Control
clear all;
close all;
ts=0.001;
sys=tf(1770,[1,60,1770]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
alfa=0.04;
N=100;C=5;
w=zeros(N+C,1);
w_1
www.eeworm.com/read/322053/13390704
m cmac.m
%Single Neural Net PID Controller based on RBF Identification
clear all;close all;
Jp=0.0030;bp=0.067;
ts=0.001;
Gp=tf([1],[Jp,bp,0]);
Gpz=c2d(Gp,ts,'z');
[num,den]=tfdata(Gpz,'v');
h=zer
www.eeworm.com/read/348420/11594703
cpp cmac.cpp
#include
#include
#include
#include
#include
#include "unh_cmac.h"
#define TRUE 1
#define FALSE 0
#define NUM_CMACS 8
#define MAX_S
www.eeworm.com/read/230098/14306105
opt cmac.opt
www.eeworm.com/read/230098/14306111
h cmac.h
// CMAC representation for mountain car problem
#include "mc.h" // definition of mountain car problem
// define a tiling for the mcar problem
#define POS_BINS 8
#define VEL_BINS 8
#define TILE