搜索资源列表
矩阵求逆的c语言算法
- 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
表达式求值
- 表达式求值
幂法反幂法求矩阵最大和最小特征值
- 上下带宽分别为2,矩阵元素分别为ai,b,c的对称带状矩阵A,运用两次幂法和一次反幂法求得该矩阵A的最大和最小特征值、按模最小特征值、中心移位法求与常数k最接近的特征值,以及特征值A的行列式detA和条件数cond(A)。
多线程实现求PI值程序
- 多线程求PI值,可以设置任意线程数目,最后会输出所用时间
矩阵求逆的JAVA代码
- 用JAVA写的各种数学常用算法,包括矩阵求逆等。
用增广矩阵求逆矩阵
- 用增广矩阵求逆矩阵的一段代码
矩阵求逆的算法实现
- 用vc++6.0对矩阵求逆的算法进行实现
辛浦生复化求积
- 本word是辛浦生复化求积的C++版,在VC++6.0平台运行过
extr.MATLAB编写的求最值的小程序
- MATLAB编写的求最值的小程序,效果很好,同时很有应用价值啊,MATLAB prepared the most value for small procedures, the effect of a very good value at the same time very ah
11组表达式求值
- 设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is
envi求导
- 实现遥感数字图像求导,ENVI软件的插件,操作十分简便(Remote sensing digital image derivation, ENVI software plug-in)
求值
- 通过输入数值,求该数值的阶乘以及用不同的方法求1~100的偶数和(Through the input value, the value of the factorial, as well as in different ways to find the even number of 1~100)
求逆矩阵的C代码
- 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
B样条曲线反求_OpenGL环境--数据点加入输出点列
- 三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.(Three non uniform B spline curve in reverse: given data points, reverse control points, node vector, according to the given preci
LabVIEW波形求导
- LabVIEW对波形求导,求导后的斜率用波形显示(LabVIEW is used to derive the waveform, and the slope after derivative is displayed in waveform)
小波求波峰
- LABVIEW 小波变换求波峰,对比传统方法与小波方法的优缺点(LABVIEW wavelet transform for wave crest, comparing the advantages and disadvantages of the traditional methods and wavelet methods)
判断判别式并求根
- 输入一元二次方程的一般表达式的a,b,c三个数求出他的根(Enter the general expression of a $two equation, a, B, C, three numbers to find his root)
求取最大值所对应的点号
- 求取多组数据中每组数据的最大值所对应的序号(find the ID for the max value in each array)
方程求根
- 用于求解方程利用软件可以方便的解决方程的求根问题(FOR sloving the equations)
移动拟合法求待定点高程
- 利用移动拟合法来求待定点的高程,就是利用已知点的坐标来推算未知点的高程(Move the fitting method to get fixed point elevation)