-
数值算法 龙贝格积分 C++实现
用迭代的方法求定积分
数值算法 龙贝格积分 C++实现
用迭代的方法求定积分-numerical algorithm Long Bergh C integral to the realization of iterative methods used to seek integration
- 2022-01-31 21:48:08下载
- 积分:1
-
贝叶斯分类算法 matlab
对于UCI数据集 IRIS 用贝叶斯分类算法分类
- 2022-02-20 21:04:15下载
- 积分:1
-
SIMPLE algrithm in Computational fluid mechanics
应用背景This application is to focus on the numerical methods in Computational Fluid Mechanics, dealing with aeronautics, hydraulics, heat and mass transfer etc. We konw fluids have the ability to transport matter and its propertities as well as transmit force, therefore fluid mechanics is a subject that is particularly open to cross fertilization with other sciences and disciplines of engineering. The subject of fluid mechanics will be highly relevant in domains such as chemical,metallurgical, biological and ecological engineering.关键技术
SIMPLE (Semi-Implicit Method for Pressure Linked Equations) algrithm is the principal numerical method to numerical simulate incompressible fluid flow, it can remove the difficults of fake pressure disturbance and neglecting specific pressure equation for incompressible fluid flow successful. The main thoughts and steps of SIMPLE algorithm are given in this application.
The single-phase loc
- 2023-03-06 10:05:03下载
- 积分:1
-
数字信号处理
语音编码和解码算法一旦发言被完全编码,必要的算法可以被实现为重建的语音。最终的结果将是,可以用尽可能少的带宽被发送作为可能的,如果必要的合成语音。人们希望,在综合转载讲话的理解近似原始语音。以下步骤explainthe解码算法的逻辑流程图。创建的声门激励模型 - 帧willact表征为声道滤波器的LPC系数。该被输入到滤波器是theexcitation。对于浊音,激励将是一个periodicsignal与冲动每一个基音周期全部为零。这是声门激励的asimplified模型。对于清音,theexcitation将仅仅是白噪声。逆滤波器透过LPC系数滤波器的激励。声道滤波器的输出通过一个去加重滤波器进一步过滤。加重滤波器的输出被适当缩放为每帧的能量增益。
- 2022-03-06 13:08:03下载
- 积分:1
-
我这是割线法和改进的欧拉法的源代码
我这是割线法和改进的欧拉法的源代码-This a secant method and improve the Eulerian method of source code!
- 2022-03-23 06:42:34下载
- 积分:1
-
经典的matlab算法源代码,非常经典
MATLAB经典算法程序源代码,相当经典-Classical algorithm MATLAB source code, very classic
- 2023-03-04 03:00:04下载
- 积分:1
-
1.限幅滤波
2.中位值滤波
3.算术平均值滤波
4.递推平均滤波...
1.限幅滤波
2.中位值滤波
3.算术平均值滤波
4.递推平均滤波-1. Limiter filter 2. 3 median filter. Arithmetic mean filtering 4. Recursive average filter
- 2023-06-07 03:05:06下载
- 积分:1
-
任意合数分解成质数的程序
任意合数分解成质数的程序-Arbitrary composite number into prime number of procedures
- 2022-09-10 21:15:03下载
- 积分:1
-
双曲Householder变换的功能类似于主跨…
hyperbolic Householder transformation的功能类似于Householder transformation,其作用是将被变换向量映射成双曲模与之相同的其它向量。其应用之一是快速QR分解。-hyperbolic Householder transformation functions similar to the Householder transformation, its role is to transform vectors will be mapped into hyperbolic mode with the same other vector. One of their applications are fast QR decomposition.
- 2022-06-14 03:01:36下载
- 积分:1
-
很好的c++显示程序
应用背景This program may crash your system or run poorly depending on your
hardware. The program and code contained in this archive was scanned
for virii and has passed all test before it was put online. If you
use this code in project of your own, send a shout out to the author!关键技术一种3D模型文件格式STL(STereo Lithography的缩写) STL文件格式是由3D SYSTEMS 公司于1988 年制定的一个接口协议,是一种为快速原型制造技术服务的三维图形文件格式。STL 文件由多个三角形面片的定义组成,每个三角形面片的定义包括三角形各个定点的三维坐标及三角形面片的法矢量。三角形顶点的排列顺序遵循右手法则
- 2022-04-11 05:36:25下载
- 积分:1