-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-08-04 05:36:45下载
- 积分:1
-
用c++实现的单原点最短路径
用c++实现的单原点最短路径-used to achieve a single source shortest path
- 2023-07-23 21:25:03下载
- 积分:1
-
gjrand.4.2.0 随机数生成
c写的随机数生成程序,很实用,跨平台,可以在Linux下编译,也可以改成在windows下下编译
- 2022-03-15 00:42:44下载
- 积分:1
-
Runge
Runge-Kutta-Fehlberg method
- 2022-05-17 05:47:44下载
- 积分:1
-
傅里叶变换是信号处理中最常用的算法,实现…
傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the procedure used VC Fast Fourier Transform algorithm
- 2023-07-10 08:25:03下载
- 积分:1
-
高斯双积分算法
以我的近似 = 双集成 ((f (x,y) dy dx)) 与限制
* 的从集成到 b 为 x 和从 c(x) 到 d(x) 的 y:
*
* 输入: 终结点 a、 b ;正整数 m,n.(假定
* 根 r(i,j) 和系数 c(i,j) 是可供
* i 等于 m 和 n 为 1 < = j < = i。
*
* 输出: 逼近 J 到我。
*/
- 2022-03-14 10:23:13下载
- 积分:1
-
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。...
迷宫算法,求解从起点到终点的迷宫路径,或者得出没有路径的结论。-Maze algorithm, to solve from the point of origin to the end of the maze path, or there is no path to draw conclusions.
- 2022-09-29 07:20:02下载
- 积分:1
-
自适应滤波器的模拟实验源代码,VC实现,Filter
自适应滤波器的模拟实验源代码,VC实现,Filter-Adaptive filter simulation source code, VC realize, Filter
- 2023-01-02 04:50:26下载
- 积分:1
-
aliennumbers
- 2023-05-31 04:00:03下载
- 积分:1
-
高斯积分中的高斯点(4-80点和权数)
应用背景数值积分是科学计算中的一个重要过程,很多计算中都会用到数值积分,然而高斯-勒让德积分又是数值积分中的一种重要方法,以前在应用高斯积分时 每一次更换高斯点都要重新查找高斯点和权 现在我给出了4-80点高斯积分中的权数和高斯点 希望能为朋友们提供方便关键技术代码里面给出了 4点到80点高斯积分中的高斯点和权
- 2022-02-14 07:37:45下载
- 积分:1