Welcome![Sign In][Sign Up]
Location:
Search - CMAC C

Search list

[Other resourcecmaccode

Description: cmac 训练简单线性函数程序,z = sin(x + y),为c++程序
Platform: | Size: 1483 | Author: lixiaoxiao | Hits:

[Books人工神经网络实用教程

Description: 本书系统地介绍了人工神经网络典型模型的原理、算法,并对遗传算法的基本原理也作了简单介绍。全   书共分九章,内容包括:概述、人工神经网络基本模型、BP网络(误差反向传播算法)、Hopfield网络模型、Boltz-mann机、自组织神经网络模型、联想记忆模型、CMAC模型、遗传算法原理。为了方便读者在运用神经网络方法求解实际问题时的需要,在书中的附录中分别给出了:人工神经网络研究中的一些常用数学方法、用C语   言编写的一些神经网络模型和遗传算法的源程序,供读者参考。    人工神经网络方法已在许多领域获得成功运用。本书是为以应用为主要目的的各专业研究生和高年级本科生编写的教材,也可供从事人工智能、信息处理研究和应用的科技人员学习参考
Platform: | Size: 4892549 | Author: hchchun | Hits:

[AI-NN-PRCMAC Neural Network Code

Description: 一个老外写的CMAC Neural Network源代码和说明-written by a foreigner CMAC Neural Network source code and annotations
Platform: | Size: 168960 | Author: 玉晶 | Hits:

[Other systemscmaccode

Description: cmac 训练简单线性函数程序,z = sin(x + y),为c++程序-CMAC training procedures simple linear function, z = sin (x+ y), for c++ procedures
Platform: | Size: 1024 | Author: lixiaoxiao | Hits:

[Crack Hackcryptopp560

Description: 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumentation Hash Functions SHA1, SHA224, SHA256, SHA384, SHA512, Tiger, Whirlpool, RIPEMD160, RIPEMD320, RIPEMD128, RIPEMD256, Weak1::MD2, Weak1::MD4, Weak1::MD5 Non-Cryptographic Checksums CRC32, Adler32 Message Authentication Codes VMAC, HMAC, CBC_MAC, CMAC, DMAC, TTMAC, GCM (GMAC) Random Number Generators NullRNG(), LC_RNG, RandomPool, BlockingRng, NonblockingRng, AutoSeededRandomPool, AutoSeededX917RNG, DefaultAutoSeededRNG Password-based Cryptography PasswordBasedKeyDerivationFunction Public Key Cryptosystems DLIES, ECIES, LUCES, RSAES, RabinES, LUC_IES Public Key Signature Schemes DSA, GDSA, ECDSA, NR, ECNR, LUCSS, RSASS, RSASS_ISO, RabinSS, RWSS, ESIGN Key Agreement DH, DH2, MQV, ECDH, ECMQV, XTR_DH Algebraic Structures Integer, PolynomialMod2, PolynomialOver, RingOfPolynomialsOver, ModularArithmetic, MontgomeryRepresentati
Platform: | Size: 1048576 | Author: 沧海 | Hits:

[Internet-Networkhomework3

Description: 网络信息安全作业 1) MD5算法 2) 安全Hash算法 3) RIPEMD-160算法 4) Whirlpool算法 5) HMAC算法 6) CMAC算法 -homework3
Platform: | Size: 56320 | Author: lixiaoxu | Hits:

[AI-NN-PRCMAC.cpp

Description: 用c++算法实现CMAC神经网络的算法,过程很详细,可作为神经网络编程的参考-CMAC neural network algorithm achieved with c++ algorithm
Platform: | Size: 5120 | Author: 张华 | Hits:

[OtherCMAC-Neural-network-matlab-program

Description: 要求实现y=sinx函数的CMAC拟合 初始化 clear clc max=5000 最大循环次数 c=5 重复覆盖的区域的内存个数 data=72 需要输入的数据个数 mem=-Neural network matlab program MATLAB/Simulink and gets good control effects
Platform: | Size: 11264 | Author: 李明 | Hits:

[OtherCMAC

Description: 利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看-The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes
Platform: | Size: 4096 | Author: 张国威 | Hits:

[Crack HackCryptography-and-Network-Security

Description: 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
Platform: | Size: 916480 | Author: Peter | Hits:

[Crack HackCMAC

Description: 在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。-In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation
Platform: | Size: 232448 | Author: 石坚 | Hits:

[OS programAES-CMAC

Description: (1). 复习AES原理。 (2). 用C/C++编写AES算法并调试通过。 (3). 复习CMAC原理。 (4). 在实现AES基础上,用C/C++编写CMAC算法并调试通过。 (5). 回答下列思考题。  AES解密算法和AES的逆算法之间有什么不同?  CMAC与HMAC相比,有什么优点? -(1). Review AES works. (2) with C/C++ write and debug via the AES algorithm. (3) review CMAC principle. (4) on the basis of achieving AES using C/C++ CMAC algorithm written and debugged. (5) Answer the following Questions.  What is the difference between AES and AES decryption algorithm inverse algorithm?  CMAC compared with HMAC, what are the advantages?
Platform: | Size: 590848 | Author: 于木每 | Hits:

[AI-NN-PRcmac

Description: 小脑模型c函数实现 比较简短的一个实现
Platform: | Size: 3072 | Author: xiushenggege | Hits:

[Crack HackAES-CMAC

Description: 密码学中的AES加密和CMAC认证的C语言代码-AES encryption and CMAC authority in C
Platform: | Size: 997376 | Author: Peter Pan | Hits:

[Windows DevelopCMAC

Description: 基于AES算法的CMAC算法编写 用C语言编写的 -CMAC based on AES
Platform: | Size: 3072 | Author: Kanra | Hits:

[Crack HackAES

Description: 用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)
Platform: | Size: 2319360 | Author: 麦脚 | Hits:

[Crack HackAES_CMAC

Description: 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
Platform: | Size: 46080 | Author: lixiaoke | Hits:

CodeBus www.codebus.net