-
melp PC定点算法
MELP定点算法,PC机上实现,2.4kbps的低码率算法,希望对大家有用,包括了自带清浊统计 ,LPC等子函数,完整的MELP算法。算法亲测有用,希望大家采纳
- 2022-05-18 20:39:22下载
- 积分:1
-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
A * 算法解决八皇后问题
该程序通过使用*算法解决了八大天王问题。这个方案的传输方程是现在的目标位置之间的距离。
- 2022-03-02 15:08:19下载
- 积分:1
-
基于18B20的温度控制系统
该系统采用18B20和51单片机进行Protues仿真,能够通过18B20实现温度检测和控制,并通过protues进行仿真。仿真结果真实可信,试验无误,特此分享。
- 2022-09-01 05:30:03下载
- 积分:1
-
本程序实现了列主元高斯消去法,程序层次清晰,界面详细
本程序实现了列主元高斯消去法,程序层次清晰,界面详细-this program out of the main yuan Gaussian elimination method, procedure levels clear and detailed interface
- 2022-11-15 13:35:04下载
- 积分:1
-
程序,代码绝对值得一读,计算速度是最快的我哈…
另一个分形程序,代码绝对值得一读,运算速度是我见过最快的-procedures, code definitely worth a read computational speed is the fastest I have seen
- 2023-06-20 08:50:04下载
- 积分:1
-
PSCNC源代码
一个有用的CNC代码,C语言编写,包括G代码编译,插补功能,I/O编程-A useful CNC code written in C
language, including the G-code compiler, interpolation functions, I/O
programming
- 2022-03-14 02:50:37下载
- 积分:1
-
简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别...
简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别(最小二乘意义)最小。如果待定函数是线性,就叫线性拟合或者线性回归(主要在统计中),否则叫作非线性拟合或者非线性回归。表达式也可以是分段函数,这种情况下叫作样条拟合。-Simply speaking, the so-called fitting refers to a function known to a number of discrete function values (f1, f2, ..., fn), by adjusting the number of undetermined coefficient function f (λ1, λ2, ..., λ3), makes the function and known points of difference (least squares significance) the smallest. To be determined if the function is linear, is called linear regression or linear regression (mainly in the statistics), otherwise known as non-linear fitting, or nonlinear regression. Expressions can also be a sub-function, this case is called spline fitting.
- 2022-02-03 20:04:37下载
- 积分:1
-
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的...
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的-This is a few in the reverse engineering may be used in the calculation of the variance of the article, very good
- 2023-09-05 04:40:04下载
- 积分:1
-
manual selection of color samples in an image
manual selection of color samples in an image
- 2022-07-10 17:08:10下载
- 积分:1