-
验证登录
验证登录
- 2022-03-20 05:34:33下载
- 积分:1
-
prepared by the steepest decline (equation solution), the attention to the matri...
用C编写的最速下降法(解方程),注意矩阵A是正定对称的-prepared by the steepest decline (equation solution), the attention to the matrix A is symmetric positive definite
- 2022-01-26 01:21:10下载
- 积分:1
-
求线性代数方程组,计算方法
求线性代数方程组,计算方法-linear algebraic equations, the calculation method
- 2022-04-29 04:50:13下载
- 积分:1
-
生成序列的人工数据集
这是一款IBM大牛开发的用于论文里面实验验证用的人工数据集,可以产生项集,也可以产生序列,里面有readme文件,写着怎么使用呢,在windows下的命令行里运行就可以。
- 2022-03-26 05:17:28下载
- 积分:1
-
高性能数值计算库
文件包括了高性能数值计算库PETSC说明文档以及源代码,尤其适合做大规模并行数值计算的朋友们使用。
- 2022-08-20 16:03:54下载
- 积分:1
-
关于数学问题的几个算法程序
关于数学问题的几个算法程序...
关于数学问题的几个算法程序
关于数学问题的几个算法程序-Several mathematical problems on the algorithm process of mathematical problem on a number of algorithm procedure
- 2022-05-29 12:32:23下载
- 积分:1
-
MANET源代码
MANET源代码availale的OPNET自由
- 2022-04-30 18:15:48下载
- 积分:1
-
常用算法的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-04-01 01:32:13下载
- 积分:1
-
two polynomial is the Euclid algorithm, namely polynomial for the two majors.
就是两个多项式的欧几里得算法,即求两个多项式的最大公约数。-two polynomial is the Euclid algorithm, namely polynomial for the two majors.
- 2022-12-24 12:30:04下载
- 积分:1
-
背包问题
背包问题或背囊问题是组合优化中的一个问题: 鉴于一组项目,每个都有大量和一个值,确定每个项目中包含在集合中,这样,总重量是小于或等于给定的限制和总价值是尽可能大的编号。它把它的名字源于所面对的人的问题,受的限制,大小固定的背包,并必须填充的最有价值的项目。
此代码是背包问题的动态编程和递归函数。
- 2022-03-04 17:05:51下载
- 积分:1