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