登录

最新会员 最新下载

成为了本站VIP会员

06月13日 18:30

成为了本站VIP会员

06月10日 21:29

成为了本站VIP会员

06月06日 13:21

成为了本站VIP会员

06月03日 10:51

成为了本站VIP会员

06月02日 22:03

成为了本站VIP会员

05月31日 10:38
已选条件
  1. 编程语言:matlab
  2. 代码类别:数学计算
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. allan

  通过matlab计算allan variance,较为复杂,注释详细(Matlab Allan variance, more complex, detailed notes)

71
下载
95
浏览
2020-10-16发布

2. Prj2_exp2

  求沿平行静电偏转板中心入射的电子轨迹 (Calculation of Electron Physics )

21
下载
101
浏览
2020-10-14发布

3. Prj1_exp2

  计算等径双圆筒透镜的场分布,并画出等位线分布图(Calculation of Electron Physics )

14
下载
88
浏览
2020-10-14发布

4. VLE_NRTL

  气液平衡数据进行NRTL参数最小二乘法拟合(VLE NRTL fitting)

28
下载
239
浏览
2020-10-12发布

5. 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)

33
下载
100
浏览
2020-10-12发布

6. modeling_anelastic

  粘弹性介质中面波正演模拟,基于变网格函数伪谱法模拟,模拟精度高(The viscoelastic medium surface waves forward modeling, based on a function of the variable-grid pseudospectral method simulation, simulation accuracy)

200
下载
158
浏览
2020-10-12发布

7. SHIFT

  以随机的中弱大气湍流为背景,可用于计算大气湍流下准直高斯光束的光强分布,光束扩展以及光束角漂移(The random weak atmospheric turbulence as the background can be used to calculate atmospheric turbulence of collimated Gaussian beam intensity distribution and beam propagation and beam angle drift)

107
下载
154
浏览
2020-10-10发布

8. FDTD2D_UPML

  二阶精度的FDTD正演算法,可用于井间电磁波探测模拟(The accuracy of the second order FDTD are algorithm Can be used to detect simulation between Wells electromagnetic waves )

26
下载
99
浏览
2020-10-07发布

9. zuixiaoerchengfa

说明:  点云通过不同的多项式来进行曲线拟合,可以手动设置多项式的次数。(Point clouds are fitted by different polynomials,The degree of the polynomial can be set manually.)

1
下载
85
浏览
2020-10-07发布

10. FEM_onedimpbg

  采用有限元离散计算一维声子、光子能带,参数见文件源码内(Calculated using the finite element discrete one-dimensional phonon, photon energy band, within the parameters see document source)

35
下载
68
浏览
2020-10-07发布

11. SQP方法

  序列二次规划(SQP)方法被认为是解决非线性约束优化最有效的方法之一,传统的SQP算法每一步迭代都要求解QP子问题。   (Sequential two times programming (SQP) is considered to be one of the most effective ways to solve nonlinear constrained optimization. The traditional SQP algorithm requires QP iteration for every iteration.)

31
下载
131
浏览
2020-10-06发布

12.与积分变换

说明:  复数函数与积分变换 Fourier变换 Laplace逆变换(Complex number function and integral transformation Fourier transformation Laplace inverse transformation)

0
下载
85
浏览
2020-10-05发布

13. 非线性方程的求根

说明:  非线性方程 Aitken加速收敛方法 二分法 割线法 牛顿微分改正方法(Nonlinear equation Aitken accelerated convergence method Dichotomy method Secant method Newton's differential correction method)

3
下载
99
浏览
2020-10-05发布

14. 插值与函逼近

说明:  分段三次Hermite插值法 样条插值 切比雪夫最佳一致逼近 Legendre、 Laguerre、Hermite多项式主函数 牛顿 插值(Piecewise cubic Hermite interpolation)

3
下载
86
浏览
2020-10-05发布

15. cubic_spline

说明:  三次样条插值的MATLAB程序(三弯矩方程)(Cubic Spline Interpolation MATLAB (3 Moment equation))

4
下载
132
浏览
2020-10-04发布

16. igafem-nguyen

  等几何分析MATLAB程序包,有着丰富的例子,其中fem包内为传统的拉格朗日插值有限元, iga包内为nurbs插值的等几何有限元(This is the README file for the Isogeometric Analysis (IGA) Matlab code. The code supports one, two and three dimensional linear elasticity problems. Extended IGA for hole, inclusion and crack modelling is also implemented.)

45
下载
110
浏览
2020-10-04发布

17. Program33_waveguide

  二维脊形光波导的FDTD仿真,能轻易修改波导尺寸和波导介质,,对硅等高折射率的波导求解正确(fdtd simulation of optical waveguide)

50
下载
82
浏览
2020-09-30发布

18. COMSOL 5 for Engineers-Mehrzad Tabatabaian

  COMSOL工程案例的英文书籍,亚马逊网站可查,售价不费。(COMSOL project case of English books, Amazon website can be found, the price is not cost.)

49
下载
95
浏览
2020-09-26发布

19. SDCS

  用matlab实现的改进的布谷鸟算法——SDCS,它是将最速下降法与CS相结合的(Matlab implementation of the improved algorithm of the cuckoo- SDCS , it will steepest descent method with CS )

368
下载
168
浏览
2020-09-25发布

20. shanchen

  多孔介质流动程序,基于Shan-Chen模型,使用格子玻尔兹曼理论(Multi-component fluid, using a LB method,based on the Shan-Chen model)

141
下载
103
浏览
2020-09-24发布