登录
首页 » matlab » jisaunerchongjifen

jisaunerchongjifen

于 2013-06-06 发布 文件大小:20KB
0 149
下载积分: 1 下载次数: 14

代码说明:

  求解任意区域上的二元函数的二重积分,功能强大实用方便!(Solving binary function on any area of ​ ​ the double integral, powerful practical and convenient!)

文件列表:

jisaunerchongjifen
..................\Contents.m,4839,1997-01-20
..................\count.m,116,1997-01-20
..................\cquadnd.m,752,1997-01-20
..................\crule.m,997,1997-01-20
..................\crule2d.m,232,1997-01-20
..................\crule2dgen.m,175,1997-01-20
..................\fxpow.m,59,1997-01-20
..................\glimh.m,48,1997-01-20
..................\glimh2.m,48,1997-01-20
..................\gliml.m,48,1997-01-20
..................\gquad.m,2009,1997-01-20
..................\gquad2d.m,2169,1997-01-20
..................\gquad2d6.m,1028,1997-01-20
..................\gquad2dgen.m,1688,1997-01-20
..................\gquad6.m,1660,1997-01-20
..................\gquadnd.m,752,1997-01-20
..................\grule.m,1097,1997-01-20
..................\grule2d.m,232,1997-01-20
..................\grule2dgen.m,175,1997-01-20
..................\gxy.m,75,1997-01-20
..................\gxy1.m,72,1997-01-20
..................\gxy2.m,77,1997-01-20
..................\hx.m,49,1997-01-20
..................\innerfun.m,580,1997-01-20
..................\lcrcl.m,62,1997-01-20
..................\lcrcu.m,61,1997-01-20
..................\ncrule.m,1005,1997-01-20
..................\quad2dc.m,1401,1997-01-20
..................\quad2dcgen.m,1436,1997-01-20
..................\quad2dg.m,1425,1997-01-20
..................\quad2dggen.m,1523,1997-01-20
..................\quadc.m,1745,1997-01-20
..................\quadg.m,2305,1997-01-20
..................\quadndg.m,1462,1997-01-20
..................\htm" target=_blank>README,1364,1997-01-20
..................\README.gaussq,697,1997-01-20
..................\run2dtests.m,2597,1997-01-20
..................\test_ncrule.m,1566,1997-01-20
..................\test_quadg.m,1027,1997-01-20
..................\x25.m,52,1997-01-20
..................\xcubed.m,50,1997-01-20
..................\xsquar.m,29,1997-01-20
..................\zero_count.m,145,1997-01-20
..................\_desktop.ini,10,2006-11-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Vmodel
    汽车仿真模型,包含七自由度仿真模型、m文件和数学方程式(Car simulation model,Contains seven degrees of freedom simulation model m file and mathematical equations)
    2021-03-30 16:09:09下载
    积分:1
  • 35
    说明:  四级四阶龙格库塔格式,求解微分方程的好算法。(Four fourth-order Runge-Kutta format, a good algorithm for solving differential equations.)
    2010-07-07 11:33:03下载
    积分:1
  • szpGauss
    用C++实现的高斯混合模型的算法类,方差矩阵是对角矩阵(C++ Gaussian mixture model algorithm category, variance matrix is diagonal matrix)
    2005-08-09 16:32:03下载
    积分:1
  • bull
    试试你的运气。随机输入0到9之间的四个数,看看你能得到多少公牛,多少母牛,嘿嘿。(Try your luck. Random input between 0 to 9 the number of four to see how much bull you can get, how many cows, hehe.)
    2016-02-15 10:58:49下载
    积分:1
  • 最小二乘法
    说明:  对该模型参数辨识采用递推最小二乘法,即 RLS( recurisive least square), 它是一种能够对模型参数进行在线实时估计的辨识方法。(The recursive least square method is used to identify the parameters of the model, that is, rls (recurisive least square), which is an online real-time estimation method for the model parameters)
    2019-01-17 17:03:00下载
    积分:1
  • 共轭梯度法
    说明:  共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method Gradient) is a method between the steepest descent method and Newton's method. It only uses the first derivative information, but overcomes the disadvantage of slow convergence of steepest descent method, and avoids the disadvantage of storing and calculating Hesse matrix and solving inverse of Newton's method. Conjugate gradient method is not only one of the most useful methods to solve large-scale linear equations, but also the most effective method to solve large-scale nonlinear optimization One of the algorithms of. Among all kinds of optimization algorithms, conjugate gradient method is very important. It has the advantages of small storage, step convergence, high stability and no external parameters.)
    2020-06-27 15:46:08下载
    积分:1
  • 最小2乘法
    Delphi实现最小二乘法,进行多点拟合,目前支持4点拟合(Delphi realizes the least square method and multi-point fitting. At present, it supports four-point fitting.)
    2020-06-17 19:40:01下载
    积分:1
  • A-Recursive-Dynamic-CGE
    动态CGE模型代码,可以直接粘贴至GAMS软件运行,代码清晰,易于修改。(Dynamic CGE model code, can be directly pasted to the GAMS software operation, the code clear, easy to modify.)
    2021-04-23 08:28:48下载
    积分:1
  • B-ELM
    改进的极限学习机算法,具有更好的预测性能和稳定性(Improved limit learning machine algorithm)
    2021-04-29 19:38:42下载
    积分:1
  • covar
    说明:  使用Eviews编写covar程序,实现covar的计算(Using Eviews to write Covar)
    2021-04-27 22:58:45下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载