搜索资源列表
Template Numerical Toolkit(tnt_126)
- 本程序是矩阵运算的简单快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等-the matrix calculation procedure is a simple and speedy procedures to facilitate the achievement of some matrix algorithm is modified by the matrix as
5个c程序源代码
- 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
矩阵运算程序111
- 矩阵运算的VC代码 能实现一些简单的功能 有待改进 -matrix calculation VC code to achieve some simple function is to be improved
DSPJUZHEN
- 北京合众大公司的dsp开发板例子程序(关于矩阵运算)-Beijing UCO big companies example dsp development board (on the matrix)
max123
- 这是对矩阵编的一个VC++运算程序,望大家多多指教。-This is the matrix of a series of VC + + operator procedures, we hope the exhibitions.
fdsp
- DSP程序 Matlab是一套用于科学工程计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境,在这个环境中,问题与求解都能方便地以数学的语言(主要是矩阵形式)或图形方式表示出来。
matrixVB
- Matrix VB 为Matlab公司开发的matlab插件,和VB完美结合,可以节约开发时间,并且使你的程序功能特别强大:画图、矩阵运算......等现在网络上很难找的,贡献给大家共同分享!
bmphandy
- 简单的位图处理程序,包括位图反色、矩阵运算、距离变换等。-Simple bitmap handling procedures, including anti-color bitmap, matrix operations, the distance transform.
MyMatrix
- 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-A matrix can be related to computing procedures, such as value determinant, inverse matrix, eigenvalue, matrix trace, etc., can be used as an aid to other procedures, has a certai
jisuanqijuzhen
- C++环境下的2个小型程序,矩阵运算和计算器,附带了实验报告-C++ Environment two small procedures, matrix operations and a calculator, with the experimental report
jzys
- 该程序是一个矩阵运算程序,可完成矩阵的加减乘除,虽然没有matlab功能强大,但是也不差-The program is a matrix calculation procedures to be completed by matrix addition and subtraction, multiplication and division, although there was no powerful matlab, but not that bad
mch
- C/C++的一些矩阵运算程序!-C/C++ the number of matrix operations program!
VBMatrix
- 一个特殊矩阵运算程序,用于机构学中一项运算-A special matrix operations procedures
matlab-M
- 仿Matlab的矩阵运算程序,效果和Matlab的一样-Imitation of Matlab matrix calculation procedures
Matrix
- 矩阵运算程序,可以实现矩阵的加、减、乘、转置、求行列式值、求逆等操作。-Matrix calculation program. This program can achieve a matrix addition, subtraction, multiplication, transpose, find the determinant, inverse operation, and so on.
MatrixCalculator
- 在C中实现矩阵运算,包括求逆 乘法 分解等(the calculation of matrix)
dbrx
- 关于所有矩阵运算的,可以提供给涉及到定位时用到举证,有很好的参考价值()
SP++3.0
- SP++ (Signal Processing in C++) 是一个关于信号处理与数值计算的开源C++程序库,该库提供了信号处理与数值计算中常用算法的C++实现。(Lightweight Matrix Computing Library)
矩阵运算程序
- 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O)
矩阵计算C语言版
- 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C langu