搜索资源列表

  1. method

    0下载:
  2. MatLab的拉格朗日插值法-MatLab Lagrange interpolation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:胡志超
  1. nr1

    0下载:
  2. 几个数值算法,二分法、分段线性插值、复合梯形法-several numerical algorithm dichotomy, piecewise linear interpolation, composite trapezoidal method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:9216
    • 提供者:刘海波
  1. 拉格朗日插值2342343

    0下载:
  2. 用拉格朗日插值公式,对给定的n用离散数据进行插值计算。-Lagrange interpolation formula, the right to use discrete n data interpolation.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:蒋涛
  1. D版

    0下载:
  2. 二次插值函数绘制图形-quadratic interpolation function mapping graphics
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:17408
    • 提供者:杨磊
  1. 常用插植算法文档及源代码

    0下载:
  2. 简单的数据采集插值方法。-simple interpolation method of data acquisition.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:207872
    • 提供者:
  1. newLagrange

    0下载:
  2. Lagrange插值算法-Lagrange interpolation algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:阿时
  1. 四点插值细分曲线绘制

    1下载:
  2. 这是学校布制的作业用C语言实现四点插值细分曲线绘制-cloth it is the school system's operations with C language sub 4:00 interpolation Curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:李南宁
  1. 圆弧

    0下载:
  2. 为圆插补的程序文档形式,直接解压后,把程序放在C++ builder上运行 -It is a program for arc interpolation in the form of documentation . Decompress the package directly and put the program on c++ builder to run.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:陈振
  1. 克里金算法

    1下载:
  2. 等值线原码中插值算法,还可以吧。如有问题给我发EMAIL.-contours original codes interpolation algorithm, it can. If problems given me a email.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:周玉明
  1. 逐点比较法插补圆弧

    1下载:
  2. 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-12
    • 文件大小:26624
    • 提供者:李少
  1. 图象插值方法的研究和实现

    3下载:
  2. 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:张正
  1. texthalo

    0下载:
  2. 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:955392
    • 提供者:陈兴锐
  1. 牛顿插值

    0下载:
  2. 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:18432
    • 提供者:luo
  1. 3ciyangtiao

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

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:
  1. DEM

    0下载:
  2. 这是用VB编写的用以解决在建立数字高程模型中的内插问题-This is the preparation for the VB solution in the establishment of digital elevation model of interpolation problem
  3. 所属分类:GIS编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:陈兆千
  1. SuperScaling

    0下载:
  2. 双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:43008
    • 提供者:心港
  1. InterpolationAitkenNotIsometry

    0下载:
  2. 埃特金不等距逐步插值。给定n个不等距节点的函数值及精度要求,使用埃特金逐步插值法计算指定插值点t处的函数近似值-Unequidistance interpolation with Aitken method. Using this method to get the near value of special point t ,and satify the functin values and presicion of n points
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:74752
    • 提供者:球球
  1. Intersect_Tins

    0下载:
  2. Intersect_Tins.rar. 实现不规则三角网的内插。 求取其截面等。-Intersect_Tins.rar. realization irregular triangular net interpolation. Asks to take its section and so on.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-12
    • 文件大小:44032
    • 提供者:曾志方
  1. kriging

    0下载:
  2. KRIGING插值算法,可用于三维图形产生,有详细说明-Prediction interpolation algorithm can be used to produce three-dimensional graphics, a detailed descr iption
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:毛玉星
  1. C++常用算法之09插值

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套插值代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C versi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:91136
    • 提供者:闻杉
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org