搜索资源列表
PROGRAMSEIDEL
- 一、 Seidel迭代法 算法8.2: 1. 输入矩阵A,右端项b ,初始迭代向量 X(0) ,维数n,容许误差ε ,最大容许迭代次数 N。 2. 置k=1. 3. 计算 X1=(b1-Σa1jxj(0))/a11 j=2,3,…….,n Xi=(bi-Σaijxj-Σaijxj(0))/aii, i=2,3,……,n-1 Xn=(bn-Σanjxj)/ann j=1,2,…….,n-1 4.若||X-X(0)|| <ε,输出X , 停机;否则,转步骤5。
PROGRAMMIFA
- 幂法求矩阵的特征值和特征向量 算法9.1 1. 输入矩阵A,初始向量X,误差限ε最大迭代次数N。 2. 置k=1,u=0。 3. 求xr=>λ,|xr|=max|xr|,i=1,….,n。 4. 计算 Y=X/λ,X=AY 5. 若|λ-u|〈ε,输出λ,X,停机;否则,转步骤6。 6. 若k<N,k+1=>k,λ=>u,转步骤3;否则,输出错误信息,停机
XMatrixTranspose
- 这个是矩阵相乘的算法实现 希望对大家有帮助
systemcode
- 系统工程课本中框图实现 特点是 1、 运用动态存储,节省空间。 2、 算法严格按照框图,便于理解 3、 输入输出较简洁,而且满足要求。 这三个程序的主要缺点是: 1、 输入输出界面不够友好,用DOS界面交互,不如图形界面好 2、 输入必须以固定格式,没有安全性检验,一旦输错必须重新输入; 3、 在“矩阵划分”的程序中,输入不够灵活,同时由于动态分配内存,矩阵元素定位时间长,时间复杂度增加。
queen
- 八皇后的递归算法,以数字矩阵输出,包含所有情况
魔方矩阵
- 可以实现奇偶阶的魔方阵
juzhen3.1
- 动态规划解决矩阵连乘问题 算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
AE2
- AE9算法的VC程序实现,它是利用扩张矩阵理论抽取规则,是符号学习的重要方法之一-AE9 algorithm VC program, which is extracted using matrix theory expansion rules are symbols to learn one of the important ways
wangluo
- 一个数字 1 2 3 的矩阵输入判定器,用神经网络算法实现,可以训练识别等多种功能用C++语言实现-1 2 3 a digital input to determine the matrix, and use of neural network algorithm, can be trained to identify a variety of functions, such as C++ language used to achieve
Gauss-Jordan
- Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
My_jiugongge
- 自己写的一个九宫格程序,应用A*算法,手动输入3*3的矩阵,自动移动数字,实现最优。输出移动步骤。-Jiugongge to write a program, application A* algorithm, manually enter the 3* 3 matrix, auto mobile digital, optimal. Output of mobile steps.
matrix_compute
- 该程序用于计算矩阵的乘方和,采用算法设计中的分治法实现,计算速度快,算法复杂度低。-Involution of the procedures used to calculate the matrix using the divide and conquer algorithm design to achieve calculation speed, low complexity of the algorithm.
ChessBoard
- 算法设计中的棋盘覆盖 输出覆盖后的矩阵-The chessboard coverage algorithm design output coverage matrix
SPFA
- 一种高效的最短路径算法,适用于稀疏矩阵下的电影最短路径查找-An efficient shortest path algorithm suitable for sparse matrix movie shortest path lookup
fuzzy
- 以数组形式进行模糊PID算法, 两输入三输出, 5*5矩阵表-fuzzy PID
DMC
- DMC的主要特征是预测模型采用阶跃响应特性建模 设计过程中固定格式:用二次型目标函数决定 控制量最优值增量序列 自校正动态矩阵控制等多种算法 参数调整:用改变二次型目标函数中的权系数 阵来实现.-With the research of dynamic characteristic of electrical resistance furnace and the imp rovements of MPC in detail, the effects between DMC and P
HyperspectralDetection
- VC++实现的高光谱图像RX,正则化RX,CEM,单位化CEM及样本加权CEM算法。 程序中有自己封装的矩阵类。 程序使用opencv显示结果。-The hyperspectral images RX achieve VC++ regular RX, CEM, of unitised CEM and sample weighted CEM algorithm. Program in their package matrices. Using opencv program displays
Floyd
- 用弗洛伊德算法实现最短路径的求解,用到的抽象数据类型为邻接矩阵类型和有向图类型类型-Floyd algorithm to achieve the shortest path to solve abstract data types used in the adjacency matrix type and have the type of diagram types
TestMatAdd
- 矩阵加法算法的实现,并且是基于CUDA的,借助cuda进行加速-Matrix Add and cuda
王敬贤-SA16168143-第5次作业
- 设计算法解决拉丁矩阵问题,将n种不同形状的宝石排列成m行n列的一个矩阵,每一行每一列的宝石都没有相同形状,求宝石排列方案数(Latin matrix design algorithm to solve the problem, the gem n different shapes arranged in m rows n columns of a matrix, each row of each column of gems don't have the same shape, strives