CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 三点

搜索资源列表

  1. 5program

    0下载:
  2. 牛顿法,三点插值,二分法,埃特金,乘法口诀表-Newton, 3:00 interpolation, black, Aitken, the multiplication table rhymes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:60108
    • 提供者:王东阳
  1. sanweizuobiao

    0下载:
  2. 根据空间三点坐标来计算三点所在圆心,可以应用到测量领域
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:35491
    • 提供者:孙乾坤
  1. yiyuanchazhisuanfachengxu

    0下载:
  2. 程序为五个一元插值算法,分别是一元全区间不等距插值;一元全区间等距插值;一元三点不等距插值;一元三点等距插值;有理不等距插值。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2471
    • 提供者:胡志超
  1. 计算几何

    3下载:
  2. 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
  3. 所属分类:数学计算/工程计算

  1. enlgr 一元全区间不等距插值

    0下载:
  2. enlgr 一元全区间不等距插值 eelgr 一元全区间等距插值 enlg3 一元三点不等距插值 eelg3 一元三点等距插值 enpqs 连分式不等距插值 eepqs 连分式等距插值 enhmt 埃米特不等距插值 eehmt 埃米特等距插值 enatk 埃特金不等距插值 eeatk 埃特金等距插值 enspl 光滑不等距插值 eespl 光滑等距插值 espl1 第一种边界条件的三次样条函数插值,微商与积分 espl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:19149
    • 提供者:康牟仁
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. 8

    0下载:
  2. 利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:625
    • 提供者:李萍
  1. Interpolater

    0下载:
  2. 插值运算的,一点三元插值,边界插值,二元三点插值,二元全区间插值-Interpolation operation, and 1.3 yuan interpolation, boundary interpolation, dual three-point interpolation, interpolation between the binary region
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:48341
    • 提供者:wangli
  1. MC_3points

    0下载:
  2. 蒙特卡罗启发式搜索算法,在平面内的多个点找到任意三点组成对大三角形的面积-Monte Carlo heuristic search algorithm, a number of points in the plane to find any of three large triangular area formed
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2904
    • 提供者:zhaochuanmin
  1. Triangle

    0下载:
  2. 输入三角形的三点坐标,计算三角形面积,周长-Enter the three coordinates of the triangle to calculate the triangle area, perimeter
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1064
    • 提供者:stephenzou
  1. SplineDemo_lhd

    0下载:
  2. 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:41365
    • 提供者:罗皇达
  1. BIVAR

    0下载:
  2. 计算三点的插值函数的fortran90程序,包括源代码,一个算例和输出文件,简单适用。-Calculating a three-point interpolation function fortran90 procedures, including source code, a numerical example and output files, simple and applicable.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:15623
    • 提供者:吕枫
  1. computational_geometry

    0下载:
  2. 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10869
    • 提供者:ltryee
  1. Three-pointmethodLaunchVehicleTrackingSystem

    0下载:
  2. 三点法跟踪运载火箭系统跟踪目标弹作匀速直线运动,拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Tracking system to track the target missile launch vehicle for uniform linear motion, interceptor uniform rate of movement to do. Which is Euler' s method for solving differential
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:22026
    • 提供者:zhxzhx
  1. line

    0下载:
  2. 三点式非线性软件矫正,用于信号传感器的非线性补偿和硬件电路的非线性补偿-Three-point non-linear software correction, non-linear compensation for signal sensors and hardware, non-linear compensation circuit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:852
    • 提供者:易帛
  1. Coordinateoperation

    0下载:
  2. 给出两点坐标求线的长度,给出三点坐标求三条边的长度,及三角形的周长和面积。-Request line coordinates given the length of two, three coordinates are given three sides of the length of the request, and the triangle of perimeter and area.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1218
    • 提供者:古月
  1. 7point

    0下载:
  2. 7点算法计算基础矩阵,三维重建,具有很高的研究价值-Matrix calculated on the basis
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3735
    • 提供者:冯云凯
  1. ch8

    0下载:
  2. 数学插值和逼近法,最小二乘法拟合,各种边界条件的三点样条插值函数。-Mathematical interpolation and approximation, least squares fitting of boundary conditions, three-point spline interpolation function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:16447
    • 提供者:yang
  1. xx

    0下载:
  2. 三点圆滑程序,希望大家喜欢 ,是Fortran语言的 -Fortran
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:62205
    • 提供者:王先
  1. 三点一圆

    0下载:
  2. 已知三点坐标,求圆心坐标,不管是在哪个象限都可以实现(Known coordinates of three points, center coordinates)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:47104
    • 提供者:skyboy225
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com