搜索资源列表
vec2d
- 1D/2D 向量计算封装,特别经过SSE优化,能够提供与Intel IPP速度接近的向量计算,支持矩阵转置、矩阵加减乘除。精度支持单/双精度设置,需要SSE2以上指令支持。
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
juzhen
- 矩阵的快速转置,是利用C++代码实现的。-Fast matrix transpose, using C++ code to achieve the
soundsignal
- 将声音文件在时间轴上分割成几段,分别将段的秩序及某些段内的秩序颠倒,从而实现了对声音文件的加密。首先,先读取一个声音信号,对信号做1024点FFT变换,取完点之后,分成四个向量,四个向量组成一个矩阵,再对每一个向量进行转置,再重新整合,从而就实现了回密的过程。-Sound files on the timeline will be divided into paragraphs, each paragraph of the order and reversed the order of some
reverseArray_multiblock
- 在linux下,用gpu实现对矩阵转置的并行编程-In linux, with the gpu to achieve the matrix transpose of parallel programming
juzhen
- 矩阵运算器,实现一些简单的矩阵运算,如加、减、转置等。-Matrix arithmetic unit
cc
- 矩阵转置,有关于矩阵怎么转置的问题 还是很不错的-Matrix transpose, the problem is still very good about matrix how transpose
CreateSMatrix
- 一个实现矩阵的基本运算的函数,可运行稀疏矩阵的想加,想减,乘以及转置等运算-Function of a matrix operation run sparse matrix would like to add, want less, multiply and transpose operations
Matrix
- C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
transpose
- 用C++写一个函数,其功能是将一个3*3的矩阵转置,并显示出来-Write a function that will a 3* 3 matrix transpose
matrix-manipulation
- 矩阵运算器 运用vb语言,能够实现矩阵的加法,乘法,矩阵的转置,矩阵的秩-Matrix operations using vb language, to achieve matrix addition, multiplication, matrix transpose, rank of matrix