-
Linear least square method. X with a general power series to fit.
线形最小二乘法拟合。用一个一般的X的幂级数来拟合。-Linear least square method. X with a general power series to fit.
- 2022-01-28 21:21:18下载
- 积分:1
-
梯形算法
初值问题的近似解
- 2023-05-05 10:45:03下载
- 积分:1
-
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。- The search was uses in the computer a CPU biggest function, the
search algorithm had decided the procedure fit and unfit quality, this
algorithm has completed the smooth search realization.
- 2022-04-24 15:53:52下载
- 积分:1
-
树AVL C语言
在计算机科学中,二叉树 (阿德尔森 Velskii 和 Landis" 树,发明者的名字命名) 是一个自平衡的二叉查找树。它是第一个被发明这种数据结构。[1] 在 AVL 树的两个孩子的任何节点的子树的高度不同最多之一 ;如果在任何时候他们相差不止一个,再平衡是为了还原此属性。查找、 插入和删除在平均和最坏情况下,所有的猛男 (logn) 时间,其中 n 是在手术前树中节点的数目。插入和删除可能需要树来重新平衡由一个或多个树轮换。
- 2022-03-19 19:53:37下载
- 积分:1
-
栈、队列、字符串和数组
表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用教科书表3.1给出的算符优先关系,或课件中给出的中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值,并仿照教科书和课件中的例子演示求值中运算符栈、运算数栈、输入字符和主要操作变化的过程
- 2022-03-03 10:50:33下载
- 积分:1
-
C++的源程序,是一本非常经典的书籍,可以用在很多…
c数值算法的源码,是非常经典的书籍,可以用在很多方面-c of the source numerical algorithm is a very classic books, can be used in many ways
- 2022-01-25 16:29:13下载
- 积分:1
-
这opennl,图书馆很容易构造和求解稀疏线性系统。
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
- 2023-07-05 19:45:04下载
- 积分:1
-
K条最短路算法,Mapinfo Mif格式文件,约束条件值可以设定
K条最短路算法,Mapinfo Mif格式文件,约束条件值可以设定-K of the shortest path algorithm, Mapinfo Mif format, restrictions value can be set
- 2022-07-01 17:35:32下载
- 积分:1
-
uu编码&&解码
uu encode and decode
- 2023-08-07 01:25:03下载
- 积分:1
-
code to solve 8-queens problem
- 2022-03-18 08:23:55下载
- 积分:1