搜索结果
找到约 289 项符合
matrix 的查询结果
按分类筛选
- 全部分类
- matlab例程 (41)
- 数学计算 (34)
- 其他 (25)
- 数值算法/人工智能 (18)
- 单片机开发 (15)
- Java编程 (10)
- 汇编语言 (8)
- 数据结构 (8)
- 人工智能/神经网络 (7)
- 通讯/手机编程 (6)
- 其他嵌入式/单片机内容 (6)
- Delphi控件源码 (5)
- 文章/文档 (5)
- 书籍 (5)
- 嵌入式/单片机编程 (4)
- 压缩解压 (4)
- 其他行业 (4)
- 行业发展研究 (4)
- Linux/Unix编程 (4)
- 精品软件 (4)
- DSP编程 (3)
- 文件格式 (3)
- 驱动编程 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 学术论文 (2)
- 开发工具 (2)
- 单片机编程 (2)
- 书籍源码 (2)
- *行业应用 (2)
- 多国语言处理 (2)
- 编译器/解释器 (2)
- 电子书籍 (2)
- 嵌入式Linux (2)
- 数据库系统 (2)
- VC书籍 (2)
- 加密解密 (2)
- VHDL/FPGA/Verilog (2)
- 微处理器开发 (2)
- 软件 (2)
- VIP专区 (2)
- LED驱动及控制 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 接口技术 (1)
- 生物技术 (1)
- Applet (1)
- Windows CE (1)
- 软件工程 (1)
- Jsp/Servlet (1)
- 电子政务应用 (1)
- 其他书籍 (1)
- FlashMX/Flex源码 (1)
- JavaScript (1)
- 编辑器/阅读器 (1)
- STL (1)
- 教育系统应用 (1)
- 并行计算 (1)
- Internet/网络编程 (1)
- CA认证 (1)
- 通讯编程文档 (1)
- 网络 (1)
- 3G开发 (1)
- Matlab (1)
- DSP工具/软件 (1)
- 其他 (1)
数学计算 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
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 ...
数学计算 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 ...
数学计算 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 ...
加密解密 matrix ssl代码
matrix ssl代码,包括客户端和服务器端源程序,可以在vc.net2003上编译
汇编语言 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.
Java编程 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息
贪吃蛇*要点分析:
*1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false,
* 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每
* 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。
*2)重要函数:
* changeDirection(int newDirection) ,用来改变蛇前进的方 ...
其他 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
Java编程 美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QR
美国标准化组织和马里兰大学共同开发.实现java matrix包.
JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition .
它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix.
基本的矩阵操作有:矩阵的加,乘,矩阵范数.和提供 ...
matlab例程 matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory
matlab的在离散方式的图像缩放MATLAB 的名称源自 Matrix Laboratory ,由美国MathWorks公司推出。它是一种科学计算软件,专门以矩阵的形式处理数据。 MATLAB 将高性能的数值计算和可视化集成在一起,构成了一个方便的、界面友好的用户环境,并提供了大量的内置函数。 ...