搜索结果
找到约 2,591 项符合
transform-Using 的查询结果
加密解密 AES Core Modules In this document I describe components designated to encoding and decoding using A
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,
&#8226 aes dec — parametrizable component which can decrypt input data, using
128, 192 and 256 bit ...
邮电通讯系统 Using spectra to calculate strength of reflections and losses in passive cavities.The wavelength, re
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.
matlab例程 A simple (de)compression program using Run Length Encoding. Compression is done that easy: compr
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData)
matlab例程 Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
单片机开发 AVR134 Real-Time Clock using the Asynchronous Timer
AVR134 Real-Time Clock using the Asynchronous Timer
matlab例程 Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/esti
Apply the standard QR-decomposition based LSL algorithm using angle-normalized error to predict/estimate complex-valued processes.
软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy
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 ( ...
Java编程 SudokuVer1.3 Project using the JAVA Code to play sudoku Release version 1.3
SudokuVer1.3 Project using the JAVA Code to play sudoku Release version 1.3
VHDL/FPGA/Verilog it about using veriolog complement some project,thanks!
it about using veriolog complement some project,thanks!
软件设计/软件工程 《Thinking in Patterns 》 -- Problem-Solving Techniques using Java Bruce Eckel
《Thinking in Patterns 》
-- Problem-Solving Techniques using Java
Bruce Eckel ,President, MindView, Inc. Revision 0.9 翻译:刘晓伟
本书由作者在过去几年里开办的一个讲座课程发展而来的。本书不是一本介绍性的书籍。我假定你在阅读本书之前通读过《Thinking in Java》或者与之相当的其它教材。 此外,我还假定 ...