搜索资源列表
ccivil
- 该程序是按照矩阵位移法的后处理法的基本原理和分析过程,并借助 Visual c++ 所设计的,适用于平面珩架在节点静力荷载作用下的内力与位移计算问题。 主要功能包括:节点位移,杆件轴力的计算;珩架节点位移的动态演示; work plane上的增添、修改、查询等可视化操作;输入文档与输出文档
矩阵连乘问题
- 用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
LU.rar
- 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算,Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
oil
- 本程序是用matlable求任意一个二维矩阵的边界矩阵,与C和C++不同,这里不只用循环,比C和C++要方便快的多。-This procedure is arbitrary matlable seeking a two-dimensional matrix of the boundary matrix, with C and C is different here, not only by cyclic than C and C should be faster and more
4x4drive1602LCDasm
- 4x4矩阵键盘控制1602LCD用C实现源代码,内附注释。-4*4key board control ht1602 LCD program code,MCU is AT89xx.
compiler_homework
- 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
juzheng
- 实现四位矩阵a和四位矩阵b的乘法,最后存储在c矩阵中-Achieve four matrices a and b, four matrix multiplication, and finally stored in the c matrix
array
- 是一段C语言编程,可以计算两个矩阵的乘积,并且有较难语句的解释和分析-Section of the C programming language, we can calculate the product of two matrices, and there are more difficult interpretation of the statement and analysis
nijuzhen
- C语言实现逆矩阵的运算,矩阵行列数可自行设定,运行后结果准确。-C language implementation of the inverse matrix computing
DirectX-triangle-function
- VS2008环境下,C#,使用D3D实现简单的画三角形功能,并且显示所用的矩阵-use D3D method ,a simple triangle function
CODE4
- C语言实现矩阵相乘的源码 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析:-C language implementation of matrix multiplication.
06
- 计算图像灰度值的均值向量和协方差矩阵,C语言编程,保证正确-cov and average
C-Sharp--class-library-source-code
- 主要写了一些c#通用函数类库源码,比如矩阵加法,减法,乘法,求逆等一些程序-Mainly write c# generic function class library source code, such as matrix addition, subtraction, multiplication, inversion and some programs
jzjs
- 矩阵解算 ,利用C语言编写的矩阵解算程序,利用方便简单。-Matrix solver using C language matrix solver, the use of simple and easy.
juzhenqiuni
- 本程序运用C语言对任意阶数矩阵实现求逆运算,读者只需改动相应数,即可实现求逆!-This procedure using C language to achieve arbitrary order matrix inversion, the reader just change the corresponding number, you can achieve the inverse!
juzhencheng
- 用C语言实现两个矩阵相乘,矩阵中的元素少于100个,源代码,直接运行 -Achieve two matrix multiplication
C
- 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
find-its-eigenvalues-of-a-matrix
- 在C语言中输入一个三阶矩阵,输出其特征值。-In the C language, enter a third-order matrix, the output of its eigenvalues.
matrix-inverse-C
- 可以求矩阵的逆运算,应用C语言编写,可以将其中的矩阵任意更改,实现其逆运算-It can inverse matrix
辛普生矩形积分
- 用c++编程语言并且用辛普森积分的方法求积分(Using c++ programming language and using Simpson integral method to calculate integral)