CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - arc length method

搜索资源列表

  1. www.rar

    0下载:
  2. 一种简单的判断点在多边形内外的算法。名字叫做什么改进的弧长法,To determine a simple point in polygon algorithm outside. What is the name of improved arc-length method
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:1134
    • 提供者:jason song
  1. 最小费用最大流算法通用Matlab程序

    1下载:
  2. 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:2138
    • 提供者:xuechaoling
  1. Pseudo

    2下载:
  2. This a code of Pseudo-Arc Length Continuation Method , the method can be used for solving the nonlinear equations, the principle can re found in some text books. In the code,I prove the agreement of the code with other methods -This is a code of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:4492
    • 提供者:michael yang
  1. maxcost

    0下载:
  2. “基于Floyd最短路算法的Ford和Fulkerson迭加算法”的最小费用最大流算法,其基本思路为:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条自V1至Vn的最短路;再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流量增至最大可能值;而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新确定,如此多次迭代,最终得到最小费用最大流。 -" Floyd shortest path algorithm based on the Ford and
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1361
    • 提供者:biaoshi
  1. Untitled2

    3下载:
  2. 非线性有限元的弧长法求解,计算非线性杆件的变形-Arc length of nonlinear finite element method to calculate the deformation of linear bar
  3. 所属分类:matlab例程

    • 发布日期:2017-05-26
    • 文件大小:3265
    • 提供者:guodameng
  1. DssPlotter.py

    0下载:
  2. 水合物分解时的温度----应变计算程序。海底石油工程非常有用。-Gas hydrates may play an important role in global climate change, carbon sequestration, energy production and seafloor stability. However, formation and dissociation pathways in geologically complex systems are poorly
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2042
    • 提供者:张开
  1. tuxingxue

    0下载:
  2. 计算机图形学:“弧长法”对点和多边形的包含关系进行判断。-Computer Graphics: contains the relationship of the arc-length method for points and polygons to judge.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:590
    • 提供者:wwf
  1. Matlab_zuixiaoerchengfa

    0下载:
  2.   最小费用最大流算法通用Matlab函数 基于Floyd最短路算法的Ford和Fulkerson迭加算法   基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条   自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流   量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新   确定,如此多次迭代,最终得到最小费用最大流.- Minimum cost
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4836
    • 提供者:fuhai
  1. arcLength

    6下载:
  2. 有限元计算控制加载中弧长法(arc-length)的matlab源程序-Loading FEM arc length control method (arc-length) matlab source
  3. 所属分类:其他小程序

    • 发布日期:2013-12-08
    • 文件大小:3702
    • 提供者:Seven
  1. ARCLENGTH

    1下载:
  2. Finds the roots of a function using the arc-length method
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2473383
    • 提供者:
  1. yinzhang

    0下载:
  2. 制作印章实例,用到Graphics来根据设定的公司名称和用章信息绘制出一个圆章 来制作公司的公章,制作印章来说,主要是如何让字均匀的 显示在弧线段上,那么一般的印章要么以圆或者椭圆为底图,不过这两者的算法大致相同, 为了方便说明, 如下就用相对简单的圆来举例说明, 如果需要做椭圆的话, 可以在我的基础 上进行扩展,因为核心算法是一样的,相对于圆来说,椭圆求弧长以及各个字符的位置,这 两点相对麻烦些,但是这两者都可找到相应的数学公式。-Production seal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3587500
    • 提供者:赵凯
  1. nonlinear-algorithm

    3下载:
  2. 非线性算法合集,包括牛顿拉夫逊法,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.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6891
    • 提供者:figo
  1. ARC_LENGTH

    0下载:
  2. arc length method using malab code
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1050969
    • 提供者:chander
  1. matlabhuchangfakongzhi

    3下载:
  2. 这是基于matlab所编的有限元的弧长控制法案例,对大家了解弧长法很有益处-This is a matlab prepared by the finite element method based on arc length control case, for the understanding of the arc length method is very good
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:19452
    • 提供者:晨晨
  1. arc_length_Lam_Morley_modified.m

    3下载:
  2. 这是Lam_Morley修正的弧长法matlab案例,有助于大家对弧长法的理解和学习-This is the Lam_Morley modified arc length method matlab case, help us to understand and Study on arc length method
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:17592
    • 提供者:晨晨
  1. arc_length

    2下载:
  2. 非线性算法弧长法 非线性算法弧长法-including arc-length method
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-13
    • 文件大小:1824
    • 提供者:694929054
  1. gexianfa

    0下载:
  2. 割线法抛物线法非线性方程求解算法合集-arc-length method secant method.Nonlinear algorithm collection
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1134
    • 提供者:694929054
  1. Newton_Raphson

    2下载:
  2. 基于弧长法以及Newton-Raphson迭代方法求解非线性微分方程边值问题-Nonlinear differential equation boudary problem solution based on arc length and Newton-Raphson iteration method
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:李伟
  1. nonlinearFEA

    3下载:
  2. 非线性有限元的弧长法求解,计算非线性杆件的变形-Nonlinear finite element method to solve the arc length is calculated deformation nonlinear rod member
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3523
    • 提供者:nyg
  1. ARC_LENGTH

    0下载:
  2. arc length method is an path follwing method.this code use matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:149504
    • 提供者:mars1980
« 12 »
搜珍网 www.dssz.com