-
常用算法的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-06-02 03:04:12下载
- 积分:1
-
8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验...
8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
- 2022-02-02 07:48:22下载
- 积分:1
-
DELPHI FFT written procedures, the demonstration curve, convenient reference.
DELPHI写的FFT程序,有曲线的演示,方便大家参考。-DELPHI FFT written procedures, the demonstration curve, convenient reference.
- 2023-03-16 17:20:03下载
- 积分:1
-
非定常解的程序
Program for solving the unsteady one-dimensional convection/diffusion equation using FD method and various discretization schemes for convective and diffusive terms and for time integration.
- 2023-04-05 21:05:03下载
- 积分:1
-
numerical algorithm c matrix source language
数值算法 c语言矩阵源码-numerical algorithm c matrix source language
- 2023-05-16 23:25:02下载
- 积分:1
-
C语言的几个排序算法
资源描述算法收集,排序算法属于算法中的基础,应重点学习
- 2022-09-22 03:45:02下载
- 积分:1
-
Integration of the circular restricted three
Integration of the circular restricted three-body problem with burlish stoer routine. Using Numerical recipes in C (routines mmid, bsstep, odeint and pzextr
- 2022-05-29 06:04:31下载
- 积分:1
-
将正整数分解为素数之积
将正整数分解为素数之积- Decomposes the positive integer product of into the prime
number
- 2022-03-23 08:39:30下载
- 积分:1
-
二格码转换的算法
二格码转换的算法-two grid transcoding algorithm
- 2023-03-10 06:35:04下载
- 积分:1
-
SOR超松弛迭代法解线性方程组(C语言)
现有大多数迭代法不是对各类线性方程组都有收敛性,在解题时要对原方程组矩阵作一根本的变换,从而可能使条件数变坏,
也可能破坏了变换前后方程组的等价性,以及丧失使原方程组的对称性。但是SOR迭代法可以避免这类问题
- 2023-04-05 17:30:03下载
- 积分:1