-
Fortran求解矩阵线性方程组,有例子,可以直接运行
Fortran求解矩阵线性方程组,有例子,可以直接运行
/"P.S:本软件既可以计算线性方程组Ax=b,也可以计算矩阵方程AX=B")
Purpose : 消去法解矩阵方程
!
!-----------------------------------------------------
! In put data files :
! 1. fin.txt 输入方程系数
! 2.
! Output data files :
- 2023-03-15 08:45:04下载
- 积分:1
-
C语言。二分法,一个简单的迭代方法,一个牛顿迭代的方法…
用C语言来实现。二分法,简单迭代法矣牛顿迭代法这三种方法来求非线性的方程的根,比较这三种的收敛性。-C language. Dichotomy, a simple iterative method Yi Newton iteration of these three methods for nonlinear equations root, comparing the convergence of three.
- 2022-01-25 14:43:08下载
- 积分:1
-
趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只 猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩...
趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只 猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了 一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的, 问海滩上原来最少有多少个桃子?- On the interest question procedure original code beach has pile
of peaches, five monkeys divide. The first monkey divides into this
pile of peach proof five, many, this monkey has thrown into many in
the sea, took away. The second monkey the peach which is left over
equally divides into five, also many, it similarly has thrown into
many in the sea, took away, third, fourth, the fifth monkey all is
does this, asked how many peaches on the beach most is originally
unusual?
- 2022-10-26 14:25:03下载
- 积分:1
-
An extensible math parser
An extensible math parser
- 2023-05-04 13:10:03下载
- 积分:1
-
邻域粗糙集属性约简
%程序描述:featureselect_FW_fast.m,按分类效率对属性进行选择,前向方法,快速算法---------优化算法,
%邻域依赖性指标计算复杂度。
- 2023-01-15 17:10:04下载
- 积分:1
-
由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。...
由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。-Three points by the given coordinates, fitting out of a spline curve, or data analysis for the project has the role of comrades.
- 2022-04-22 10:39:19下载
- 积分:1
-
计算机常用数值计算算法与程序(C++),主要用于科学计算中的复数运算,多项式与连分式计算,矩阵运算,矩阵特征值与特征向量的计算,线性方程组求解,非线性方程(组)...
计算机常用数值计算算法与程序(C++),主要用于科学计算中的复数运算,多项式与连分式计算,矩阵运算,矩阵特征值与特征向量的计算,线性方程组求解,非线性方程(组)求解,插值,数值积分,常微分方程(组)求解,数值拟合与逼近,数据处理与回归分析,极值等。
-Commonly used computer algorithms and numerical procedures (C++), Mainly used for scientific computing complex in the computation, polynomials and continued fractions calculation, matrix operations, matrix eigenvalue and eigenvector calculation, solving linear equations , non-linear equation (group) to solve, interpolation, numerical integration, ordinary differential equations (group) to solve, numerical simulation and approximation, data processing and regression analysis, extreme value, etc..
- 2022-05-22 17:21:07下载
- 积分:1
-
数据挖掘bayers实现
朴素贝叶斯算法是基于贝叶斯定理与特征条件独立假设的分类方法。对于给定的训练数据集,首先基于特征条
件独立假设学习输入/输出的联合概率分布;然后基于此模型,对给定的输入x,利用贝叶斯定理求出后验概率
最大的输出y。朴素贝叶斯法实现简单,学习与预测的效率都很高,是一种常用的方法。
算法假定训练数据各属性列的值均是离散类型的。若是非离散类型的数据,需要首先进行数据的预处理,将非
离散型的数据离散化。
首先,将原训练元组按类别划分为,其中利用
MapdatasOfClass(ArrayList datas),d
- 2022-06-29 07:59:03下载
- 积分:1
-
基于Zigbee的四锚节点三点质心定位算法程序
本定位算法采取了采集四个参考节点的RSSI值作为参考,上位机软件在运行的过程中。从四个RSSI值中选取三个信号强度值最强的作为定位为的参考值。进而对盲节点进行定位。
- 2022-02-03 18:14:45下载
- 积分:1
-
C简单实现socket通信
用c语言简单实现了socket通信,Tcp协议,只能在linux下运行,window下不能使用socket包。
- 2022-09-11 23:35:03下载
- 积分:1