-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1
-
简单实验实验
初学者入面C++练习,是关于对话框文件的一个简单应用程序实例,在运行过程中,会弹出对话框,然后你可以在对话框内输入一些内容,完成一些基本的运算。。希望这个小程序会对你有用
- 2022-03-18 15:10:52下载
- 积分:1
-
C + + 中的 Strassen 算法源代码
使用 Strassen Algorithm 对乘法方阵。
IDE Visual Studio 2012 的 c + + 项目。
- 2022-07-03 06:21:52下载
- 积分:1
-
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,
CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
- 2023-08-19 20:10:03下载
- 积分:1
-
matlab分类回归等相关程序
基于多元线性回归、偏最小二乘、神经网络、卡尔漫滤波、径向基网络、主成分分析等等的程序
- 2022-10-03 15:30:04下载
- 积分:1
-
基于HMM的语音识别vc++程序
用vc++实现马尔科夫过程,并利用其原理实现简单的语音识别功能。感觉最重要的是要有一定的数学和编程功底,值得搞开发的人员使用。涉及的函数较多,需要耐心分析才能有一定的收获。
- 2023-02-28 23:40:03下载
- 积分:1
-
用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。...
用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。-Jin-Sheng Xie used the formula three times a dollar equation aX3 bX2 cX d = 0, (a, b, c, d ∈ R, and a ≠ 0).
- 2022-07-09 03:58:39下载
- 积分:1
-
和声搜索算法
本算法描述了经典的和声搜索算法,以C语言实现,代码简单易懂,欢迎大家讨论交流,谢谢!!!和声搜索(Harmony Search, HS)算法是2001年Geem Z W 等人提出的一种新颖的智能优化算法。类似于遗传算法对生物进化的模仿、模拟退火算法对物理退火的模拟以及粒子群优化算法对鸟群的模仿等,和声算法模拟了音乐演奏的原理。
- 2022-04-19 21:04:38下载
- 积分:1
-
c中常见的数值计算程序,在此拿出来是为了大家更好的理解,切磋!...
c中常见的数值计算程序,在此拿出来是为了大家更好的理解,切磋!-c common numerical procedures, in this show is for everyone to better understand, learn!
- 2022-08-02 15:08:55下载
- 积分:1
-
数值方法上机实验内容. 自适应算法用图象实现效果.
数值方法上机实验内容. 自适应算法用图象实现效果.-numerical methods for experiments. Adaptive algorithms used images to achieve results.
- 2022-05-16 08:49:17下载
- 积分:1