-
nonlinear-algorithm
非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。(Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.)
- 2021-03-20 20:49:18下载
- 积分:1
-
subfunction
5个子函数,包括格拉布斯剔除异常值函数,牛顿插值法函数,拉格朗日插值法函数,希尔排序函数,莱以特准则剔除异常值函数,函数方便移植。(5 sub-functions, including functions Grubbs outliers removed, Newton interpolation function, Lagrange interpolation function, Hill sort function, Levin special criteria to exclude outliers, function to facilitate transplantation.)
- 2013-06-25 11:43:51下载
- 积分:1
-
LMF
说明: LMF方法解非线性方程组,有例子,可以直接运行!(LMF method to solve nonlinear equations, there are examples, can be directly run!)
- 2008-08-27 17:59:18下载
- 积分:1
-
weno5
weno5求解sod激波管问题,是初学计算流编程时做作业的题目,供参考(sod shock problem solve by weno5 for reference)
- 2016-10-27 15:30:09下载
- 积分:1
-
rfft
数字信号处理FFT算法rfft.c,简单易懂。。(Digital signal processing FFT algorithm rfft,Straightforward..)
- 2013-11-22 20:02:24下载
- 积分:1
-
naca0012
NACA0012翼型流场计算。结构化网格,AUSM格式。(NACA0012 airfoil flow field)
- 2011-05-03 20:37:12下载
- 积分:1
-
LMMSE
lmmse算法的仿真实现,在相关矩阵的求解上比较有技巧性(lmmse Simulation Algorithm)
- 2011-12-02 00:30:42下载
- 积分:1
-
FEM
说明: 该程序用有限元方法来处理标量亥姆赫兹方程,其实例是脊形介质波导中的光波。(The functino of the code is to slove Helmholtz equation by using finite element method (FEM). The example is an optical waveguide.)
- 2020-03-21 19:57:46下载
- 积分:1
-
VBA简介
微波仿真论坛下载的一位版主的稿子,有图有例子,手把手教你学习关于CST中的高级语言设计(CST-VBA,The CST STUDIO SUITE tools can be controlled from a Visual Basic (VBA) script. The language of the built in BASIC interpreter is almost 100% compatible with the Visual Basic for Application language. This language may be used either for creating own structure libraries or for the automation of common tasks)
- 2017-06-12 08:43:54下载
- 积分:1
-
Soct
假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。
[需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])
- 2012-06-14 16:25:10下载
- 积分:1