搜索资源列表
2005102611013310480
- 最佳矩阵连乘 给定n个矩阵{A1,A2,…An},其中Ai与A i+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2…An。矩阵A和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p×q矩阵,B是一个q×r矩阵,则其乘积C=AB是一个p×r矩阵,需要pqr次数乘。 由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。例如,设3个矩阵{A1,A2,A3}的维数分别为10×100,100×5,和5×50。若按加括号方式((A1A2)A3)计算,3个矩阵连乘积
2006081223131713066
- 迷宫地图的生成也有很多种方法,但是有些算法在生成较大维度时的计算速度很慢,尤其是如果用在电子词典之类上可能很成问题的。还有一个较大的问题就是很多算法生成的迷宫并不是真正意义上的迷宫,即路径不唯一。 用离散数学的集合观点来生成一个迷宫。 首先是M*N的一个矩阵,生成为M*N个集合,然后每次循环就合并一个集合,这样在M*N-1次合并之后就成了一个集合,也就是这M*N个元素连通了。算法首先得问题的是选择哪个元素来合并,我在这里是随机选择相邻集合。算法的关键是要记录合并的次序,否则你最后得到的只
Matrix
- 矩阵计算程序,实现矩阵的常规计算,矩阵类似于数组形式访问和计算。
image-4
- ex4.14 图元识别问题« 问题描述:在数字化图像处理中常将一幅图像表示为一个m´ m 的像素矩阵。其中每个像素的值为0或1。值为0的像素表示图像的背景,而值为1 的像素表示图像中某个图元上的一个点,通常称其为图元像素。当一个像素在另一个像素的上方、下方、左侧或右侧时,称这2个像素为相邻像素。一幅图像中的相邻像素属于同一图元,而不相邻的像素属于不同图元。图元识别问题就是对给定图像的图元像素进行标记,使得同一图元的图元像素有相同的标记,而不同图元的图元像素其标记也不同。试
矩阵转置
- C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets, we are interested in this is
矩阵转换问题
- 给定两个 4×4 方格矩阵组成的图形 A 和 B ,每个方格的颜色为黑色或白色。图形 A 和图形 B 的黑白方块总数相等。 通过交换相邻方格的颜色。试设计一个算法,计算最少需要多少步变换,才能将图形 A 变换为图形 B
Covariance
- 实现了协方差计算和特征值的结算,存在一个矩阵的通用类,-Realized covariance eigenvalue calculation and settlement, there is a matrix of generic classes,
Matrix
- 矩阵计算类,里面几乎集合了矩阵所有的计算。-Matrix class, which almost set the matrix for all calculations.
tezhengzhi
- 求矩阵的特征值 可以方便快捷的计算矩阵的特征值 其中包括零矩阵-Eigenvalue matrix can be convenient and efficient calculation of matrix eigenvalues, including zero matrix
juzhenjiafa
- 矩阵的加法 可以方便快捷的计算矩阵相加 但是矩阵的行列数一定要相同-Matrix additive can be easily and quickly add matrix for calculating the ranks of the matrix but the number must be the same
ch5
- 常用算法程序集(C语言描述)(第三版)+源代码\常用算法程序集(C语言描述)源代码 矩阵特征值与特征向量的计算 -Common algorithms for assembly (C language descr iption) (third edition)+ source code \ common algorithms for assembly (C language descr iption) source code for matrix eigenvalue and eigenvecto
C_sharp_Libeary
- 用c#编写的矩阵计算类库,包含求单位化矩阵,矩阵数乘,点乘,加减,奇异运算等,从网上搜集并做了一些改进,每一个都有相应的实例。-With the c# class library written in matrix calculation, including units of demand matrix, matrix multiplication, scalar multiplication, addition and subtraction, such as singular operat
Jacobi
- 这里给出的是满阵形式存储的Jacobi法广义对称矩阵特征值计算的子程序代码,来自《 NUMERICAL METHODS IN FINITE ELEMENT ANALYSIS(K. J. Bathe E. L. Wilson)》: -Here are the full array stored in the Jacobi method in generalized symmetric eigenvalue calculation of the subroutine code, from &q
duanluguzhang
- 使用C#作为开发语言,制作了一个简单电力系统对称短路电流计算软件,可生成导纳矩阵的LDU分解后的各矩阵,包括因子矩阵、阻抗矩阵。-A simple power system short-circuit analysis software based on C#.
Matrix
- 矩阵的运算,对涉及到计算的程序来说非常重要-Matrix operation, the procedure involving the calculation is very important
Matrix
- 这是一个用C#写的矩阵的类,用于实现矩阵的计算-this is a matrix class in C#
buptCPP.zip
- 建立矩阵,完成矩阵的加法、减法,还有运用虚函数完成上述的矩阵计算。,Create a matrix to complete the matrix addition, subtraction, as well as use of the virtual function to complete the above matrix calculation.
shuzhifenxi
- 通过C语言实现对矩阵的数值计算,可以对比matlab一起学习一下-Numerical calculation of the matrix, you can compare matlab C language learning together
matrixPVC
- 利用VC环境实现矩阵的计算,是一种很简单的代码,能够适应于任何场合。-Realise the calculation of matrix in visual c++ environmental.It s simple code and it s useful for every situation.
矩阵计算器
- 用于计算矩阵的一个小程序,除四则运算之外,还有矩阵化简,求逆等功能。(In addition to four operations, a small program for calculating the matrix has the functions of Matrix Simplification and inversion.)