搜索资源列表
SpareMatrix
- 稀疏矩阵的抽象数据结构的算法的实现,首先声明一个类,在该类的基础上实现数据的存储与矩阵的转置-sparse matrix of the abstract data structure of the algorithm to achieve and be the first to declare a class, In such on the basis of data storage and matrix transpose
矩阵类c++
- c++ matrix
MATLAB 数值计算
- 科研和工程计算可分为数值计算和符号计算两类。数值计算具有适应性强、应用广泛的优点。MATLAB凭借其卓越的数值计算能力而称雄世界。随着科研领域、工程实践的数字化进程的深入,具有数字化本质的数值计算显得愈益重要。 今天计算机几乎已经普及到每个从事工程和科研的从业人员,普及到每个正在接受理工科培养的学生。计算机软硬件的普及使人们拥有了前所未有的计算潜能,激发了人们质疑旧方法尝试新算法的欲望,鼓舞了人们用新计算能力试探解决实际问题的雄心。 本章内容显著不同于常见的数值计算教科书。本章的讨论围绕
ae
- 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似-This procedure shows how to use C++ Category to create and display images, the C++ Category defined in cxcore.hpp with matrices (CvMatrix) is similar to
48379-48379.ZIP
- 人工神经网络BP算法 1、动态改变学习速率 2、加入动量项 3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h), 方便矩阵运算,当然,也可自己写矩阵类 4、可暂停运算 5、可将网络以文件的形式保存、恢复 作者:同济大学材料学院 张纯禹 email:chunyu_79@hotmail.com
Matrixestimation
- 基础矩阵估计的聚类分析算法,用于对图像进行聚类分析的算法。-Matrix estimation based on cluster analysis algorithms, used for image analysis algorithm for clustering.
123
- Strassen 算法 用C++实现并且把矩阵看作一个类-Strassen algorithm using C++ implementation and the matrix as a class
Matrix
- 矩阵类的代码。希望对大家有用,下来可以看看。通用的算法都在里面了-Matrices of the code. We hope to be useful, down to see. General algorithm in which the
BUPT-SCS-CPP
- 猜价格游戏 矩形 矩阵(一) 矩阵(二) 矩阵(三) 形状(一) 形状(二)——虚函数 对Point类重载++和――运算符 流式IO(一) 电话本-Guess the price game rectangular matrix (a) of the matrix (b) of the matrix (c) the shape of the shape (a) (b)- virtual function Point class overloaded++ and- operators, stream
FCM-C
- 模糊C-聚类分析:从随机初始化划分矩阵开始迭代-Fuzzy C-cluster analysis: start from the the random initialization divided matrix iteration
clusterMATLAB
- 利用Matlab和SPSS软件实现聚类分析 运用Matlab中的一些基本矩阵计算方法,通过自己编程实现聚类算法,在此只讨论根据最短距离规则聚类的方法。-Matlab and SPSS software to achieve some basic matrix calculation method in the use of cluster analysis in Matlab, through their own programming clustering algorithm only d
PCA
- 提出了一种二维类增广PCA(2DCAPCA)的人脸识别算法。用二维PCA(2DPCA)方法直接对人脸图像矩阵进行特征提取,对提取的特征进行归一化处理,将归一化处理后的特征与类别信息结合构成类增广矩阵,对类增广矩阵进行2DPCA处理,提 取图像的类增广矩阵特征-This paper proposes a face recognition approach of two-dimension class-augmented PCA.
juzhen
- 关于矩阵类加减乘除的相关实现的源代码,希望对大家有所帮助-Math on the correlation matrix class to achieve the source code, we hope to help
MATLAB-PROGRAMING
- MATLAB和Mathematica、Maple并称为三大数学软件。它在数学类科技应用软件中在数值计算方面首屈一指。MATLAB可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程计算、控制设计、信号处理与通讯、图像处理、信号检测、金融建模设计与分析等领域。 MATLAB的基本数据单位是矩阵,它的指令表达式与数学、工程中常用的形式十分相似,故用MATLAB来解算问题要比用C,FORTRAN等语言完成相同的事情简捷得多,并且MATLAB也吸收了像M
Matrix-Class
- 很实用的C#矩阵运算类,其包括基本的矩阵加减,矩阵乘法,转置 ,求逆等运算-Very useful matrix operations C# class that includes basic addition and subtraction of matrices, matrix multiplication, transpose, inverse operation, etc.
Matrix
- 实现矩阵的基本算法,设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,-Realize the basic algorithm of matrix
distfcm
- 求解各样本与各聚类中心的距离矩阵,只需输入样本和初始聚集中心。-Disfcm can solve distance.
6-Jacobian_class
- 六自由度机器人Jacobian(雅克比)矩阵计算类-Six degrees of freedom robot Jacobian (Jacobi) matrix calculation class
KalmanFilter
- 实现kalman滤波通用算法,内部包含kalman滤波类以及矩阵运算辅助类,同时包含算法测试的控制台应用程序。均为源代码,可进行编译运行。-kalman filter with VC++6.0