搜索资源列表

  1. 人口普查源程序

    0下载:
  2. 这是一个利用数值算法中三次样条插值方法。编译的人口普查问题。供个高校有关专业参考-This is a numerical algorithm using cubic spline interpolation method. Compiling the census issue. For the professional colleges reference
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2712
    • 提供者:李斌
  1. 3ciyangtiao

    0下载:
  2. 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2940
    • 提供者:
  1. VB60画三次样条曲线

    1下载:
  2. 用VB6.0写的绘制三次样条插值曲线的程序.-VB6.0 was drawing cubic spline interpolation curve procedure.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5414
    • 提供者:刘强
  1. VB_NUM2

    1下载:
  2. 用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interp
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3823
    • 提供者:李春波
  1. 三次样条曲线

    0下载:
  2. 由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看.-from C procedures adapted from a cubic spline curve simulated sine wave source procedures are interested can look at.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2849
    • 提供者:王力
  1. 阿姆斯特朗数

    0下载:
  2. 如果一个正整数等于其各个数字的立方和,则称该数为阿姆斯特朗数(亦称为自恋性数)。 如 407=43+03+73就是一个阿姆斯特朗数。试编程求1000以内的所有阿姆斯特朗数-if one is integral to its various figures and Cubic, says the number of Armstrong (also known as narcissistic sexual numbers). If 40
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1024
    • 提供者:姚紫欣
  1. 方法的重载

    0下载:
  2. 方法的重载。通过方法的重载分别计算一个长整型数或双精度数的立方-of heavy. Through the method of calculation a heavy long integer or double precision of a few cubic
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1318
    • 提供者:易杜平
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of d
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54473
    • 提供者:王军
  1. Interpolation-algorithm

    0下载:
  2. 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorith
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5045
    • 提供者:ldg
  1. functionz

    0下载:
  2. 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3360
    • 提供者:讲演
  1. functionz1

    0下载:
  2. 寻找三次样条多项式需要求解大量的线性方程。实际上,给定N个断点,就要寻找N-1个三次多项式,每个多项式有4个未知系数。这样,所求解的方程组包含有4*(N-1)个未知数。把每个三次多项式列成特殊形式,并且运用各种约束,通过求解N个具有N个未知系数的方程组,就能确定三次多项式。 -find cubic spline solving polynomial need a lot of linear equations. In fact, g
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3911
    • 提供者:讲演
  1. shuixianhua

    0下载:
  2. “水仙花数”是指一个三位数,其各位数字的立方和等于该数本身。用两种不同的方法求所有的“水仙花数”。 -"narcissi few" refers to a triple-digit, the number of cubic you and equal to the number itself. Using two different methods for all of the "Narcissus f
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:997
    • 提供者:淡林
  1. three_curve

    0下载:
  2. 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:102135
    • 提供者:珠海
  1. deBoor

    1下载:
  2. de Boor 求值算法求作二次和三次B-样条曲线非插值,给定顶点-algorithm evaluates demand for secondary and cubic B-spline - curve interpolation, given vertex
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:jo Wang
  1. deBoorCH

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method f
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4993
    • 提供者:jo Wang
  1. LJD

    0下载:
  2. 累加弦长的参数三次样条曲线方法求插值曲线,给定顶点-cumulative long string parameter cubic spline curve interpolation methods for curve, given vertex
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1042
    • 提供者:jo Wang
  1. cubic_spline

    0下载:
  2. 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:郭嘉研
  1. ThreeBSpline_VC

    0下载:
  2. 三次B样条,程序中有部分说明,可以自由在其中进行扩展设计其它类似样条程序.-cubic B-spline, some procedures that can be carried out in one free expansion design similar kind of procedure.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:60114
    • 提供者:
  1. adfasdfsdf

    0下载:
  2. 计算方法中三次样条插值函数的C++源程序-calculation method cubic spline interpolation function of the C source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10367
    • 提供者:王宝华
  1. thriceBSpline

    0下载:
  2. C语言编写的实现三次B样条曲线的C语言代码-prepared by the C language to achieve cubic B-spline curve of C language code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4966
    • 提供者:贾柳静
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org