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

搜索资源列表

  1. zuigansuanfa

    0下载:
  2. 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2966
    • 提供者:qiao
  1. Program1

    0下载:
  2. 曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18977
    • 提供者:梁建军
  1. mayisuanfa

    0下载:
  2. 该算法用于现代武器的弹道曲线中,使一种用的很广的先进算法-the algorithm used modern weapons ballistic curve, a widely used in the advanced algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:443702
    • 提供者:yueting
  1. CPD

    0下载:
  2. 曲线角点检测的二种算法,用VC6实现,带有6点测试用例。-curve corner detection of two types of algorithms, using VC6 realized, with 6:00 Test.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:227705
    • 提供者:凌建发
  1. b-spline

    0下载:
  2. b样条曲线,有控制点的求法,还有用OPENGL显示算法-b-spline curves, the control point for France, there is use OpenGL display algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8538
    • 提供者:王泽兵
  1. Spline12345

    0下载:
  2. 用参数样条曲线拟合型值点的算法。实现将11个型值点的拟和。在CAD中有广泛应用。用OpenGL绘制出图形。-parameters spline curve fitting data points algorithm. Implementation of 11-point values and the proposed. CAD is widely used. Drawn with OpenGL graphics.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2496
    • 提供者:成熠
  1. chazhisuanfa

    1下载:
  2. 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16190
    • 提供者:jack
  1. zhixian

    0下载:
  2. 计算机图形学中画直线源代码描述,主要是画直线的算法,其它画曲线和画圆将陆续上传。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3767
    • 提供者:赵玉
  1. Zuixiaoerchengqiuquxiannihe

    1下载:
  2. 首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:Tranlynn
  1. code

    0下载:
  2. Visual Bisic\\最小二乘法拟合曲线算法.rar
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3676
    • 提供者:my name
  1. sanmu

    1下载:
  2. 三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:602383
    • 提供者:李林
  1. fastdown

    0下载:
  2. 数值分析中最速下降法插值算法,运行稳定,并且能画出最后的插值曲线
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6303
    • 提供者:yanghy
  1. jjj

    0下载:
  2. 收集的C语言算法程序,包括曲线拟合,插值算法等。 值得收藏。-Collection of C language algorithm worthy of collection procedures.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:125709
    • 提供者:zhaozong
  1. 3107002005_5th_NEWTON

    0下载:
  2. 牛顿插值方法,一种最基本的曲线插值算法,简单易用,效率高-Newton interpolation methods, a basic curve interpolation algorithm, easy-to-use, high efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1305
    • 提供者:lommmmmm
  1. maitricLUdistribution

    0下载:
  2. 这是一种牛顿迭代算法,用于计算曲线的近似估计,使用非常方便,只需将程序稍微修改以适应自己的需要即可。-This is a Newton iteration algorithm used to calculate the approximate curve is estimated that the use of very convenient, just a slight modification to the procedure in order to adapt to their own n
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:zhaozhenkun
  1. genetic

    2下载:
  2. 这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线-This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-17
    • 文件大小:73034
    • 提供者:赵娴
  1. ecc

    0下载:
  2. 椭圆曲线加密系统的介绍,以及各种加密算法的实现。-Introduction to elliptic curve encryption system, and various encryption algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2501113
    • 提供者:周发旺
  1. 最小二乘法曲线拟合算法

    1下载:
  2. FORTRAN语言 最小二乘法曲线拟合算法 源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-09-06
    • 文件大小:861184
    • 提供者:洪波
  1. 基于miracl库的rate实现

    0下载:
  2. 基于miracl库实现椭圆曲线算法的优化方法(constructing Tower exensions of finite fields for implementation of pairing Based cryptographyt)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:232448
    • 提供者:kubbydd
  1. cca

    1下载:
  2. 对于降维方法中,曲线成分分析(CCA)的实现(For the dimensionality reduction method, the realization of curve component analysis (CCA) is realized.)
  3. 所属分类:数学计算

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com