-
BranchBound
branchbound就是所谓的分支定界算法,应用于动态规划解决实际问题(branchbound is called the branch and bound algorithm applied to the dynamic programming to solve practical problems)
- 2012-07-30 23:37:14下载
- 积分:1
-
fortran
2D FDTD TE mode with a plane wave source and a PML abc
- 2020-12-16 16:09:14下载
- 积分:1
-
Dns-code
牛顿 非牛顿流体数值模拟源代码,对粘弹性流体湍流减阻进行分析(Newton non-Newtonian fluid numerical simulation of the source code, to analyze the viscoelastic fluid turbulent drag reduction)
- 2012-06-14 12:03:31下载
- 积分:1
-
FDTD3D_PEC
使用matlab编写的时域有限差分法,pec边界的光子晶体。(Written using matlab finite difference time domain method, pec boundary of the photonic crystal.)
- 2011-10-27 14:11:40下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
3_1-D_CFD_scheme_ver2.zip
The solver was mdae to solve the teat tansfrer fields with cooling and hot zone. The Gauss-seidial, ADI, Laasonnen, and Crank-Nicolson schemes are present in the code. You can handle the method you want, iteration and the level of tolerance. The code was made at the LINUX platform. Let me know if you need assistance.
- 2017-09-28 19:06:51下载
- 积分:1
-
leaveoneout_lssvm
用于最小二乘支持向量机的名为"留一法",可用于支持向量机超参数的确定.(for least squares support vector machine called "a stay", could be used to support vector machine-determined parameters.)
- 2007-03-04 13:31:21下载
- 积分:1
-
Scalarmodel
Evesen开发的scalarmodel,耦合了集合卡尔曼滤波算法和集合卡尔曼平滑算法(Scalarmodel coupled with Ensembled Kalman Filter and Ensembled Kalman Smoother)
- 2013-10-09 14:00:29下载
- 积分:1
-
UEL_XFEM
说明: 扩展有限元的Fortran代码,用于扩展有限元的数值仿真计算。(Extended finite element of the Fortran code for the extended finite element numerical simulation.)
- 2010-04-28 13:20:19下载
- 积分:1
-
fortranchap07
Fortran 95程序设计【彭国伦】第7章原代码,非常有学习价值!(Fortran 95 programming [Lun Peng-- Chapter 7 of the original code, the very value of learning!)
- 2006-12-17 19:42:30下载
- 积分:1