搜索资源列表
jzzz
- 用debug实现矩阵转置,对于理解矩阵的运算有帮助-with debug achieve matrix transpose, for understanding the computing matrix help
STONE
- 一个用汇编语言编写的矩阵转置程序-an assembler language matrix transpose procedures
car
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
zhuansubiao
- 利用89C-51单片机作为主控器组成一个转速表。由转动电机提供计数脉冲。设置定时器/计数器T0和T1,内部定时器T0设置为定时方式,且定时时间为50ms,即每50ms定时器T0中断一次,中断20次达到1秒;计数器T1设置为外部脉冲计数工作方式,并将初值置为0FFFFH,转动电机每转一周产生一个脉冲使得计数器加1溢出产生中断,设在1s内测量的脉冲个数为n即为测到的转动电机的转速。-The use of 89C-51 microcontroller as master composed of a t
Matrix
- 矩阵类 实现矩阵的初等运算 包括加减乘除 求逆 转置-matrix
erweidongtaishuzuzhuanzhi
- 输入两个个数字分别控制行向量个数和列向量个数。动态生成二维矩阵,对矩阵赋值后将其转置输出。 输入的第一行为了两个整数m、n,接下来有一个由m*n个数据组成的整数矩阵。 按转置后的矩阵格式输出转置矩阵(n*m)。-Enter two digits are the number of control lines and the column vector vector number. Dynamically generated two-dimensional matrix,
tekey2
- 实现矩阵(3行3列)的转置(即行列互换),很不错-Implementation matrix (3 rows and three columns) of the transpose (ie, the ranks of exchange), very good
turn(A()-As-Double--AT()-As-Double)
- 矩阵的转置函数 turn(A() As Double, AT() As Double)-The matrix transpose
juzhendejiajianchengchu
- 用二维数组表示矩阵,编写函数实现如下功能,要求所编写的函数具有较好的通用性,不要固定矩阵的大小。 1矩阵输入。 2)矩阵输出。 3矩阵转置。 4)矩阵相加。 5)矩阵相乘。 6)写主函数,完成对以上函数的调用。 -Two-dimensional array representation matrix, write a function to achieve the following functions, requiring written function has
C
- 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
juzhen
- 实现一个矩阵类Matrix,要求能实现常用的矩阵运算如拷贝、加减乘、转置、查询或修 改某个矩阵元数的值。-Implement a matrix class Matrix, required to achieve the common matrix operations such as copy, subtraction, multiplication, transpose, query, or repair Number of matrix elements of a value ch
juzhenlei
- 实现一个矩阵类Matrix,要求能实现常用的矩阵运算如拷贝、加减乘、转置、查询或修 改某个矩阵元数的值。-Implement a matrix class Matrix, required to achieve the common matrix operations such as copy, subtraction, multiplication, transpose, query, or repair Number of matrix elements of a value ch
translation
- 本文件中包括了对数字图像进行各种几何变换,分别包括图像平移,镜像变换,缩放,转置,旋转以及漩涡和球面扭曲等功能。-This document is included in the digital image of the geometric transformation, translation, respectively, including image, the mirror image transform, scaling, transpose, rotation, and distort
mooc
- 矩阵转置的程序,采用了一种简单快捷的代码,占用内存少,可读性高,用于新手仿写-Matrix transpose program, using a simple code, less memory, readable, for the novice to write
powerflow
- 电力系统潮流计算的源代码,通过雅各比矩阵的转置计算,适用于一个PV节点两个PQ节点-Power flow calculation of the source code, through the Jacob matrix transpose ratio calculation for a PV node two nodes PQ
translate
- 转置:通过m*n的矩阵,转置成一个n*m的矩阵,并求出其三元表 快速转置:通过第col列非零元个数,即当列第一个非零元所在位置求出其转置矩阵的三元表 -Matrix transpose transpose fast