搜索资源列表
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
Matrix.设计一个造成矩阵类Matrix
- 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
Rigid-matrix-change
- 在机器视觉中,刚体变换经常用于计算一个经过旋转和平移后的新坐标。比较常用的旋转矩阵的表示形式有欧拉角表示法和四元素表示法。本例子是两种方法的matlab实现,希望对大家有所帮助。-In machine vision, is often used to calculate a rigid transformation through new post-rotation and translation coordinates. Commonly used representation of a ro
Fem
- 利用大型仿真软件MATLAB编程和矩阵计算的优点,使用一种全新的方法来进行有限元分析.结合一个实例, 利用编写的J】l,函数文件,求得节点的位移、反力,并绘出单元的剪力图和弯矩图,经验证后,证明该方法行之有效.-The use of large-scale simulation software MATLAB programming and the advantages of matrix calculation, using a new approach to Finite Element
FEASMBL2.M__
- beam element is a finite element code for assembling of stiffness and mass matrix of bernulli beam with two dof at each node
liezhuyuanxiaoqufachengxu
- 列主元素消去是由高斯消去法改进得到的求解线性方程组的方法,它是目前计算机上常用的解低阶稠密矩阵方程组的有效方法。列主元消去法就是在每次选主元时,仅依次按列选取绝对值最大的元素作为主元,且只交换两行,再进行消元计算。程序通过将矩阵元素赋给数组,再操作数组从而达到处理矩阵的目的。这样便可以将矩阵化为上三角形式,轻松地解出方程组的最后一组解。在计算出方程组最后一个解后,应用回代的方法,计算出方程组所有的解。-Out the main elements of cancellation is receiv
M-Files
- 线性四面体元的有限元分析可直接利用的函数,包括求刚度矩阵,求体积,求整体刚度矩阵等,有重要的利用价值-Linear tetrahedral element finite element analysis can be directly used for functions, including seeking stiffness matrix, the volume demand, the global stiffness matrix of such demand, there is sign
matrix_operation
- 着重介绍了矩阵的运算,包括矩阵的加减、乘除、转置和共轭、元素操作和逻辑运算等。-Focuses on the matrix operation, including matrix addition and subtraction, multiplication and division, transpose and conjugate, element operations and logical operations.
qr
- 数值计算里的矩阵分解问题,基于QR算法的矩阵分解。且矩阵元素是在复数域进行讨论的-In the numerical calculation of matrix decomposition algorithm based on the problem that QR decomposing matrix. And the matrix element is discussed in the complex field
39
- 给定程序中,函数fun的功能是:将N×N矩阵中元素的值按列右移1个位置,右边被移出矩阵的元素绕回左边。例如,N=3,有下列矩阵 1 2 3 4 5 6 7 8 9 计算结果为 3 1 2 6 4 5 9 7 8 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源程序存放在考生文件夹下的BLANK1.C中。 不得增行或删行,也不得更改程序的结构! -A given program, function fun f
sequence-alignment-matrix-
- 求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S
matlab-finite-element-method-
- 基于matlab的有限元数值计算,对轴对称结构使用三角形环单元,有两种刚度矩阵计算方法-Based on the matlab finite element numerical calculation, axisymmetric structure of using a triangle ring unit, have two kinds of stiffness matrix calculation method
beam-element
- 此程序用于实现结构的有限元计算:将patran中的模型的bdf文件中的单元信息和节点信息保存成txt文档,在matlab中调用,就可实现刚度矩阵、质量矩阵的组装,进而有限元计算-This procedure is used to achieve the structure of the finite element method: bdf file of the model in patran unit information and node information is saved into
element-rigid-matrix
- 单元刚度矩阵,用于计算三单元刚度矩阵,输出刚度矩阵-Element stiffness matrix is used to calculate the three-element stiffness matrix, the output stiffness matrix
Matrix
- 矩阵有限元运算 完成矩阵的加 减 乘除运算 自己有用来做有限元的-Finite element calculation completed matrix matrix arithmetic operations they are useful to do finite element
the-main-element-Gauss-
- 这个程序主要用于求解方程,用的是列主元高斯消去法,最终求得矩阵方程的解-This program is mainly used for solving equations, using a column PCA Gaussian elimination, the final matrix equation obtained
matrixplot
- 根据实值矩阵绘制色块图,用丰富的颜色和形状形象的展示矩阵元素值的大小。-According to the map color piece, real value matrix with rich color and shape the image of the display the size of the matrix element value.
Matrix_Sparse
- 设计、实现稀疏矩阵的数据结构,并能修改矩阵中的元素值,对矩阵进行加法、乘法运算。-Design, implementation, sparse matrix data structure, and can modify the matrix element values of matrix addition, multiplication.
ex
- (1)一个包含10个元素的数组,已按升序排序,输入一个任意的整数,将该整数插入数组中,使数组元素仍保持升序排列。 要求编写一个通用的插入排序函数InsertSort,它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print,要求每一行输出5个元素。 (2)编程求下列两个矩阵的加法(结果矩阵的元素值是这