AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit key, • aes dec — parametrizable component which can decrypt input data, using 128, 192 and 256 bit key, • key expansion — parametrizable component which can produce key expansion, using 128, 192 and 256 bit key,
标签: components designated document describe
上传时间: 2015-12-22
上传用户:Late_Li
Using spectra to calculate strength of reflections and losses in passive cavities.The wavelength, reflection spectrum and transmission spectrum should be in the first 3 columns of an Excel file, which is selected when the cavity.m Matlab file is run.
标签: reflections wavelength calculate cavities
上传时间: 2013-12-24
上传用户:sz_hjbf
A simple (de)compression program using Run Length Encoding. Compression is done that easy: compressedData = rle(originalData) Decompression: originalData = rle(compressedData)
标签: compression Compression Encoding program
上传时间: 2015-12-24
上传用户:远远ssad
Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
标签: Optimization Algorithm Traveling Salesman
上传时间: 2014-01-12
上传用户:集美慧
AVR134 Real-Time Clock using the Asynchronous Timer
标签: Asynchronous Real-Time Clock using
上传时间: 2015-12-26
上传用户:ouyangtongze
Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/estimate complex-valued processes.
标签: QR-decomposition angle-normalized algorithm standard
上传时间: 2015-12-27
上传用户:cc1
Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
标签: System using Collections namespace
上传时间: 2013-12-29
上传用户:liglechongchong
SudokuVer1.3 Project using the JAVA Code to play sudoku Release version 1.3
标签: SudokuVer 1.3 Project Release
上传时间: 2013-12-13
上传用户:xuanchangri
it about using veriolog complement some project,thanks!
标签: complement veriolog project thanks
上传时间: 2014-05-24
上传用户:zm7516678
《Thinking in Patterns 》 -- Problem-Solving Techniques using Java Bruce Eckel ,President, MindView, Inc. Revision 0.9 翻译:刘晓伟 本书由作者在过去几年里开办的一个讲座课程发展而来的。本书不是一本介绍性的书籍。我假定你在阅读本书之前通读过《Thinking in Java》或者与之相当的其它教材。 此外,我还假定你对Java 的语法有一定程度的了解。如果你对“对象”只有一些初步的认识,在理解本书就容易得多。
标签: Problem-Solving Techniques Thinking Patterns
上传时间: 2013-12-27
上传用户:253189838