登录
首页 » matlab » jisaunerchongjifen

jisaunerchongjifen

于 2013-06-06 发布 文件大小:20KB
0 161
下载积分: 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 个回复

  • 龙格库塔
    说明:  一阶,二阶,三阶,四阶,显式与隐式龙格库塔方程求解常微分方程的matlab代码(Matlab code for solving ordinary differential equations of first, second, third, fourth, explicit and implicit Runge Kutta equations)
    2019-11-27 15:45:44下载
    积分:1
  • UMAT_Damage
    对于abaqus子程序学习的初学者,这是一个学习umat的很好算例,(Abaqus subroutine for beginners to learn, this is a good example to learn umat,)
    2013-05-24 15:01:35下载
    积分:1
  • acoustics3-3
    自己编写的关于水声实验插值的程序,给大家借鉴一下。(I have written on the underwater acoustic experiments interpolation procedure, we learn from you.)
    2013-05-14 19:58:04下载
    积分:1
  • [muchong.com]vof_bolangCRflowtime
    能够实现二维边界造波,且自带消波,能够较好地模拟波浪荷载。(with a prgram of eliminating wave,it can be used to achieve boundry wave.)
    2017-06-20 11:39:19下载
    积分:1
  • jMetalPy-master-python
    用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2017), including multi-objective evolutionary algorithm and the most common new literature in the new algorithm, can realize the performance between different methods (including the common GD, IGD, HV and other evaluation index generation). It can be used as a reference for evolutionary computation, multi-objective optimization and single objective optimization. Python language version is simple and easy to understand, practical.)
    2020-10-06 19:37:37下载
    积分:1
  • zuiyouhuasuanfa
    包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。(Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.)
    2013-03-24 15:51:53下载
    积分:1
  • 生活垃圾转运站选址lingo 求解编程
    说明:  二级转运站选址数学规划模型求解的lingo 程序(Lingo Program for Solving Mathematical Programming Model of Secondary Transfer Station Location)
    2020-06-16 14:20:01下载
    积分:1
  • gear
    关于齿轮设计的程序,计算齿轮传动尺寸,求得变位齿轮计算数据,齿轮副啮合角和渐开线函数值,几何尺寸(the program was used to caculate gear)
    2012-11-02 17:35:25下载
    积分:1
  • PCG
    % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差( SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descriptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error)
    2007-11-16 01:14:24下载
    积分:1
  • Lingo11
    lingo软件分享,lingo是专门用于解决规划问题的数值计算工具,操作简便(Lingo Software Sharing, Lingo is a numerical calculation tool specially used to solve planning problems. It is easy to operate.)
    2020-06-22 11:40:01下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载