搜索资源列表
CONTIN_FORAN
- 第一类线性代数和线性积分方程的正则化解法 ,包括病态问题的解法,适用于windows和linux-A portable Fortran IV program for the regularized solution of linear algebraic and linear integral equation of the first kind,with options for linear equality and lnequality constraints.
num.cpp
- 数论mod有关算法 丢翻图方程 线性同余方程解 原始根 gcd exgcd 中国剩余定理 需要高精度库gmpc-gcd exgcd diophantic equation linear congruence Chinese reminder square root primitive root
MNWL2
- 计算机模拟物理作业 2(2011 年 10 月 13 日),以描述阻尼线性振子的方程为基础,模拟阻尼振子的运动。-Computer simulation of physical operations 2 (October 13, 2011), to describe the damped linear oscillator equation, modeling the movement of damping oscillator.
l2dwave
- * A. Salih, Dept. of Mechanical Engg., NIT - Trichy, India. * ************************************************************************* * THIS PROGRAM SOLVES TWO-DIMENSIONAL LINEAR WAVE EQUATION IN A * * DOUBLY PERIODIC DOMAIN USING FINITE DIFF
e2fsbb
- Easing equation function for a simple linear tweening.
fenduanxianxing
- 分段线性插值的C++代码实现,实现了基本的插值功能和方程拟合,可供初学者使用-Piecewise linear interpolation C++ code to achieve the basic functions and interpolation equation fitted for beginners to use
BKMSoftware
- 边界节点法(Boundary Knot Method)是一种被广泛使用的无网格数值方法,具有编程容易、收敛速度快等优点,被广泛关注。边界节点法的主要思想是利用控制方程的非奇异一般解的线性组合来近似方程的解,通过配点法求解出未知系数。在这整个计算过程中保持了无网格的优势。鉴于边界节点法的优点,作者开发了基于边界节点法的MATLAB工具箱用以求解一些常见的椭圆形方程控制的物理问题如Helmholtz方程控制的声学问题等,为科学研究和工程应用提供了一个简便的工具。本软件可用于科学研究和实际工程计算,