搜索资源列表
mazexy
- in.txt是存放迷宫矩阵的读入文件。 in.txt文件中间的第一行的第一个数是迷宫的行数,第二个数是迷宫的列数。 从第二行开始都是迷宫矩阵。 注: 1)“0”是通路,“1”是挡板; 2)可以任意更改数据,但是迷宫的行数和列数一定要在第一行中正确标明; 3)每个迷宫数据之间有1个空格,两行之间没有空行; 4)in.txt跟puzzle.cpp一定要放在同一个目录下。 -in.txt maze matrix was deposited into the docume
svd.cpp
- compute single value decomposition of a matrix in c
CMatrix
- 矩阵类包括了矩阵的基本操作。如加减乘,转置,解方程组,-CODES ABOUT MATRIX CONTAINS THE BASIC OPERATIONS
CPP
- 利用Visual C++可视化编程环境来实现矩阵的转置、计数器的编写、质数的计算等功能。-Visual C++ using visual programming environment to implement the matrix transpose, the counter written, the calculation of the number of quality features
CPP-Matrix-class
- c++矩阵类。实现了矩阵常用功能,很好的参考,也可以在此基础上进行扩展。-C++ Matrix class.Some common functions have been realized. It s a very good reference.And you can extend base on it.
CPP
- 用C++语言实现矩阵运算器和MFC实现计算器功能-The use C++ language of matrix operations and MFC calculator function
cPP
- 本节讨论一个 m × n 复矩阵 A 可以分解为两个与 A 的秩相同的矩阵之积的问题-This section discusses the same rank m n complex matrix A can be decomposed into two A Matrix Product
CPP
- 初始化两个二维数组,数组元素由随机函数获取,实现矩阵转置后返回主函数输出-Initialize two dimensional array, the array elements to obtain by the random function to return to the main function of the output matrix transpose
matrix-cPP
- 矩阵求逆的c++实现,矩阵转置,矩阵求逆-c++, matrix
cpp
- C语言编写的于求取矩阵特征值及特征向量的带双步位移的QR分解法-Eigenvalues and eigenvectors of the matrix
cpp-inverse-kinematics-library
- 用于六自由度机器人正逆运动学求解的算法程序,源码书写规范。对于逆运动学求解算法,采用了矩阵伪逆、最小二乘和lma三种方法实现。-Kinematics Algorithm for a six-axis robot written with C++. The algorithm is implemented with three methods: posedu inverse of matrix, least square and lma
CPP-commonly-used-algorithm
- C++常用数据集,包括“求赫申伯格矩阵全部特征值的QR方法”、"求解复系数方程组的全选主元高斯\|约当消去法"等。-C++ commonly used data sets, including " seeking Hoeschen Berg matrix QR method all eigenvalues" , " solving equations with complex coefficients Select PCA Gaussian \ | Jordan elim
matrix
- 矩阵类模板Matrix<Type>是专门为线性代数中矩阵而设计的一个模板类,具体的函数声明与定义可以参见“matrix.h。见测试文件 matrix_test.cpp,功能如下: Matrix<Type> m 创建一个空矩阵 Matrix<Type> m2(m1) 创建矩阵 m2的拷贝 m1 Matrix<Type> m(r,c,x) 创建常数矩阵 Matrix<Type> m(r,c,a) 通过数组创建矩阵
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
matrix
- 实现了两个矩阵相互加减功能的一个小CPP文件-The two matrices of a small CPP file are implemented.
matrix
- 矩阵乘法运算,包含对话框程序主要实现文件MatrixDlg.cpp以及最终的Release版exe文件-Matrix multiplication, contains the dialog procedure main file MatrixDlg.cpp and final Release version exe file
digital_rain.cpp
- 黑客帝国数字雨程序(使用C语言windows编程以及窗口创建,具有3d效果)-Matrix digital rain program (using the C programming language windows and window is created with 3d effect)
TheMatrixEffect---cPP
- The Matrix Effect using C-The Matrix Effect using C++
zxing-cpp-master
- zxing用于二维码扫描,本工程在C++环境运行(A library which supports decoding and generating of barcodes (like QR Code, PDF 417, EAN, UPC, Aztec, Data Matrix, Codabar) within images.)
基于矩阵的校园导航系统cpp
- 在cpp平台上建立的dos界面的,基于矩阵的校园导航系统(Campus navigation system based on matrix)