搜索资源列表
euler.cpp
- 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
sparsematric.cpp
- 十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起——实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的
svd.cpp
- compute single value decomposition of a matrix in c
alglib-3.4.0.cpp
- 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
test.cpp.tar
- linux多线程矩阵相乘(C++) 采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
ccost_up.cpp
- spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
jacobi.cpp
- jacobi algorithm (an iterative method of solving a matrix system)
CMatrix
- 矩阵类包括了矩阵的基本操作。如加减乘,转置,解方程组,-CODES ABOUT MATRIX CONTAINS THE BASIC OPERATIONS
cpp
- c++ 逆矩阵 的 求解 运行 通过,希望大家来下载啊-c++ inverse matrix
Matrix
- 矩阵类的C++实现!可直接运行!Matrix.cpp Matrix.h-Matrix.cpp Matrix.h
alglib-2.5.0.cpp
- alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
main.cpp
- 消元法解正三角三角阵方程组的小程序 使用时用VS2005打开,把后缀改为.cpp文件即可-Elimination method for solving triangular matrix equations
ANT.CPP
- C++ Implementation of Ant Colony Optimization Program.This uses a Cost matrix to Calculate the Shortest path from a number of Cities.
cPP
- 解析空中三角测量的迭代运算,包括矩阵转置,矩阵求逆,矩阵相乘等关键运算-Resolution aerial triangulation of the iteration, including matrix transpose, matrix inversion, matrix multiplication and other key operations
CPP
- 这是一个多态矩阵类,包含了矩阵的一些基本功能:矩阵之间的加、减、乘,矩阵的数乘还重载了矩阵的显示函数“<<”。-This is a multi-state matrices, including some of the basic functions of a matrix: matrix between addition, subtraction, multiplication, matrix multiplication is also overloading the matri
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
matrix.cpp
- MPI program for matrix
matrix-cPP
- 矩阵求逆的c++实现,矩阵转置,矩阵求逆-c++, matrix
基于矩阵的校园导航系统cpp
- 在cpp平台上建立的dos界面的,基于矩阵的校园导航系统(Campus navigation system based on matrix)