搜索资源列表
equalent
- 用VC编写的求解多元方程的算法,按要求输入反方程可求得近似解-VC prepared by the multi-equation solution algorithm, by the importation of anti-equations approximate solution can be obtained.
HMED
- 哈密尔顿近似算法的C代码实现,并将结果输出到文本 -Hamilton approximation algorithm C code to achieve, and the results output to a text
for_ordinary_differential_equation
- 用用改进欧拉法解常微分方程的问题,并应用该算法于实际问题.并在程序结果路比较用表列出近似解yi,准确解y(i)-with improved Euler method of ordinary differential equations, and the application of the algorithm to real issues. and the results of the proceedings in the road compared with lists approximate
sqroot
- 1.用do...while 语句计算平方根的简易近似算法。2.打印小于N(大于2的自然数)的素数
alglib-3.4.0.cpp
- 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
645645223
- 近似算法:kriging模型算法。计算地形平面。-Approximation Algorithm: kriging algorithm. Flat terrain calculation.
package
- 详细介绍有多个背包的01背包问题,此问题是NP问题,不能用一般算法解决,此资料提供了一些分析,和一些近似算法-There are a number of details of the 01 backpack knapsack problem, this problem is NP problem, the general algorithm can not be resolved, this information provides some analysis, and some approxi
NPVertexCover
- NP问题的顶点覆盖问题的近似算法的Vc++实现-NP problem vertex cover problem approximation algorithm Vc++ Achieve
maitricLUdistribution
- 这是一种牛顿迭代算法,用于计算曲线的近似估计,使用非常方便,只需将程序稍微修改以适应自己的需要即可。-This is a Newton iteration algorithm used to calculate the approximate curve is estimated that the use of very convenient, just a slight modification to the procedure in order to adapt to their own n
nc.jar
- Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
acdc
- 为寻找近似一般(非正交)联合(直接在最小二乘意义上的)的埃尔米特集acdc算法矩阵。- The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct LeastSquares sense) of a set of Hermitian matrices.[acdc.m]
resource
- 数值分析算法:求解非线性方程组,插值,曲面拟合,得近似表达式-Numerical analysis algorithms: solving nonlinear equations, interpolation, surface fitting, very similar to the expression
broydn
- BFGS方法子程序,近似的塞黑矩阵算法。-BFGS method subroutines, similar to Serbia and Montenegro matrix algorithm.
traveling
- 该程序是NP问题,近似算法旅行售货员的VC++源代码。-this program realize the algorithm of travelling seller.
DSCG-unOP
- 用于数学规划的最优化算法,可以用来测试函数,求解近似的最优解-optimization algorithms
Mathematical-Theory-of-FEM
- 《有限元方法的数学理论》中不但提供有限元法系统的数学理论。还兼重在工程设计和分析中的应用算法效率、程序开发和较难的收敛问题。目次:基本概念;Sobolev空间;椭圆边界值问题变分公式;有限元空间结构;Sobolev空间中的多项式近似理论.n维变分问题;有限元多栅法;加性Schwarz预条件; 极大范数估计;自适应网格; 变分病态、在平面弹性力学中的应用;混合法;迭代技巧用于混合法;算子插值理论的应用。读者对象;数学、物理和工程专业的研究生和技术人员。-" The mathematical
Frequency-picture-of-throwing-a-coin
- 问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件,记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Of the problem: a coin flip from positive programming analog frequency map. Assuming throw 1
DDSCAT7.1.0
- 离散偶极近似算法程序DDSCAT7.1.0.计算任意形状、任意组成的微粒对光的散射、吸收、消光效率。-discrete dipole approximation (DDA)program DDSCAT7.1.0, it can calculate the scattering, absorption, and extinction efficiency of small particles of any geometry and any composition.
Gsl-Algrithms
- 科学计算C源码,有线性代数,微积分,近似算法等部分-gnu gsl
第一章作业
- 分别以单精度和双精度数据类型用以下近似算法分别计算π的近似值,要求结果具有4位有效数字(calculate pi with single-precision and double-precision respectively)