搜索结果

找到约 289 项符合 matrix 的查询结果

数学计算 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.

利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
https://www.eeworm.com/dl/641/279388.html
下载: 135
查看: 1114

matlab例程 This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gi

This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Feel free to distribute this file as it is (without including any ...
https://www.eeworm.com/dl/665/283897.html
下载: 94
查看: 1036

数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5 ...
https://www.eeworm.com/dl/641/284429.html
下载: 123
查看: 1087

数学计算 runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)

runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted outcomes y_pred and error matrix Ey (reshaped) for y and Ea ...
https://www.eeworm.com/dl/641/289139.html
下载: 29
查看: 1083

加密解密 matrix ssl代码

matrix ssl代码,包括客户端和服务器端源程序,可以在vc.net2003上编译
https://www.eeworm.com/dl/519/291162.html
下载: 102
查看: 1070

汇编语言 Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
https://www.eeworm.com/dl/644/291234.html
下载: 140
查看: 1045

Java编程 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息

贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方 ...
https://www.eeworm.com/dl/633/307219.html
下载: 152
查看: 1029

其他 Matlab code for the solution to Riccati matrix difference equations associated with the Kalman filte

Matlab code for the solution to Riccati matrix difference equations associated with the Kalman filter
https://www.eeworm.com/dl/534/319138.html
下载: 140
查看: 1033

Java编程 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QR

美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix. 基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供 ...
https://www.eeworm.com/dl/633/323600.html
下载: 174
查看: 1045

matlab例程 matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory

matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory ,由美国MathWorks公司推出。它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,构成了一个方便的、界面友好的用户环境,并提供了大量的内置函数。 ...
https://www.eeworm.com/dl/665/332982.html
下载: 21
查看: 1063