搜索资源列表
athwartofmatrix
- 这是一个关于距阵相乘的算法,希望对大家有用!-This is one of the matrix multiply algorithm, we want to help!
bpycsf
- 关于简单遗传算法和简单bp网络的程序,其中的矩阵相乘速度很快,而且比较容易扩展,即任意多的输入,任意多的隐含层-on simple genetic algorithms and simple bp network procedures, which the matrix multiply very fast, but relatively easy to expand, or arbitrary number of input and any number of hidden layer
C++matrix
- C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
omp_mm
- 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
two-matrix-multiply-via-CCS
- 谈静艳(645564194) 11:26:50 航天二院新增一个项目小组: 207所 微波室 硬件组 信息与通信工程 硕士 1-2人 实习内容为射频系统联调 请有意向的同学今天将姓名,班级反馈给我。并自行准备好简历和3分钟的自我介绍,明天一起参加航天二院的面试。
matrix
- (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
Matrix.设计一个造成矩阵类Matrix
- 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
dsp_matrix_mul.rar
- dsp矩阵相乘函数,使用环境CCS,dsp矩阵相乘函数,使用环境CCS,DSP matrix multiply function, use enviroment is ccs
openmp
- openmp实现矩阵乘法,采用行列分解算法-openmp matrix multiply openmp matrix multiply
efficient_registration
- 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
sparse.matrix.algorithms
- 介绍有关稀疏矩阵的相关算法,包括稀疏矩阵相乘,相加-On the sparse matrix algorithms, including sparse matrix multiply, add, etc.
matrix
- matrix multiply and sum
Matrix
- Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
Matrix_Matrix
- Matrix x Matrix multiply using MPI
matrix_multi_usingmpi
- matrix multiply using mpi
matrix_multiply_using_mpi3
- matrix multiply using mpi 3rd edition(you should put this file in a system that has the mpi library and is able to compile it)
matrix-multiply
- n个矩阵相乘,用动态规划的算法使得矩阵相乘所用的步骤最少,即选择合适的矩阵结合方式进行- the matrix multiply with the least steps
spark-matrix-multiply-master
- 基于Spark的分布式矩阵乘法,Using Scala-Distributed Matrix Multiplication Based on Spark
matrix multiply
- Matrix multiply on cuda GPU