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

搜索资源列表

  1. Image_process

    0下载:
  2. Java处理数字图像,包括平滑,线性伸缩,插值,放大,缩小-Java digital image processing, including the smooth, linear scaling, interpolation, zoom
  3. 所属分类:JavaScript

    • 发布日期:
    • 文件大小:883443
    • 提供者:柳棽棽
  1. jk3d

    2下载:
  2. Java实现的Kriging 3D插值 Kriging插值法是地理信息系统中常用的一种插值算法-Java implementation of Kriging 3D interpolation Kriging interpolation method is commonly used in geographic information system of a interpolation algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-10-29
    • 文件大小:355471
    • 提供者:
  1. wangluobianchengshiyan(9)

    0下载:
  2. 开发一个多线程程序同时对一个链表进行节点插入。 (1)要求算法正确 (2)该系统要求使用头插法,插入结果正确,并输出结果。 (3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。 (4)给出正确的链表受到保护的实现。要求使用线程同步机制。-At the same time develop a multi-threaded program into a linked list node. (1) request algorithms correctly (2) T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:12251
    • 提供者:cnwst
  1. Lagrange

    0下载:
  2. 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:782
    • 提供者:asdf
  1. ImageScale

    0下载:
  2. 纯Java实现的对图片进行缩放,并使用插值实现对缩放时的控制。可以直接加入 到现有的项目中直接使用。-Pure Java realization of zoom in and out of the picture, and use interpolation when scaling to achieve control. Can be directly added to the existing direct use projects.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5502
    • 提供者:vange
  1. interpolation_search

    0下载:
  2. interpolation search in c with insertion sort
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1186
    • 提供者:Ketan
  1. chazhi

    0下载:
  2. 是一个插值算法。可以给初始数据,然后,再让你随意输入一个数计算结果-Is an interpolation algorithm. Can give the initial data, and then let you enter a random number of results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:283824
    • 提供者:小菲
  1. chabusouxun

    0下载:
  2. 插补搜寻法:经典的Java算法,简单适用。-Interpolation search: classic Java algorithm, a simple application.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6362
    • 提供者:Mr ren
  1. ArcChaBu

    0下载:
  2. 任意三次曲线插补 任意三次曲线方程:y=(1/9)*Math.pow(x, 3)+(1/3)*Math.pow(x, 2)+(5/6)*x 设置起点坐标和终点坐标。 在面板上画出插补算法直线。 F>=0,x向+x方向前进一步,J7-- F<0,y向+y方向前进一步,J7-- 直到J7<0 J7=|xe-x0|+|ye-y0| -Any arbitrary cubic curve cubic interpolation equation:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:943
    • 提供者:guoqian
  1. lscq

    0下载:
  2. 这是显示潮位的程序,动态显示曲线,在曲线上计算插值,类似于股票的flash-This is the tide of the program shows the dynamic display curve, calculated on a curve interpolation, similar to the stock of the flash
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-05
    • 文件大小:954345
    • 提供者:para
  1. InsertValue

    0下载:
  2. Java语言编写的简单插值函数,使用简单方便。-Java language simple interpolation function, easy to use.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1308301
    • 提供者:
  1. math

    0下载:
  2. A collection of mathematics routines that I use in my programs. Implementation of standard but non-trivial operations like interpolation and regression in Java. [note: please activate and notify me at tonysabbadini@hotmail.com if possible thanks!]-A
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:22792
    • 提供者:sabbad
  1. IDWUtil

    3下载:
  2. Java实现的反距离加权插值算法以及点到直线的距离。-Java implementation of inverse distance weighted interpolation algorithm and the distance from point to line.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2051
    • 提供者:赵光
  1. ContourBezierUtil

    0下载:
  2. Java实现的Bezier三次插值算法,简单易懂!-Java Bezier three interpolation algorithm, easy to understand!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2293
    • 提供者:赵光
  1. Chart

    0下载:
  2. 这是一个简单的拉格朗日曲线拟合和牛顿插值曲线拟合程序-This is a simple Lagrangian curve fitting and the Newton interpolation curve fitting procedure
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1968
    • 提供者:陈学伟
  1. cloud

    0下载:
  2. 分形云,java实现,使用分型插值算法,来自孙老师的书-Fractal cloud, java implementation, typing interpolation algorithm, from the book of the Sun
  3. 所属分类:Applet

    • 发布日期:2017-12-10
    • 文件大小:1580
    • 提供者:rui dai
  1. jk3d

    0下载:
  2. jk3d is a java code for 3d interpolation of scattered data. jk3d uses a quality weighted ordinary Kriging method and optional an inverse distances weighting method. It has no graphical user interface and uses ASCII files to define the input.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:77130
    • 提供者:titza
  1. Lagrangian

    0下载:
  2. 通过上机实现拉格朗日、牛顿和三次自然样条三种插值算法,了解并掌握拉格朗日、牛顿和三次自然样条三种插值算法的内涵。通过动态演示曲线生成全过程,分析并比较三种插值算法的优缺点,深刻理解这些算法。-Lagrange, Newton-on and three natural spline the three interpolation algorithm, to understand and grasp the meaning of Lagrange, Newton, and three natural
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:972
    • 提供者:类铭辰
  1. free3Dplayer

    1下载:
  2. 裸眼3D播放器设计,将多个视点的图像进行融合,经插值算法处理后输出至光栅显示器呈现出裸眼3D效果-Design of naked eye 3D player, image multi-view fusion, the interpolation algorithm is output to the raster display showing the design 3D eye effect naked eye 3D player, image multi-view fusion, the in
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-03-10
    • 文件大小:673557
    • 提供者:蓝尘
  1. PolationUtil

    0下载:
  2. 插值算法 线性插值 一元全区间不等距插值 应用 拉格朗日(Lagrange)插值公式,为避免龙格现象(Runge)显现对计算结果的影响,在n个节点中自动选择 8个节点进行差值。 一元三点不等距插值-Interpolation algorithm Linear interpolation One yuan region between non-equidistant interpolation Lagrange (Lagrange) interpolation form
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-17
    • 文件大小:1645
    • 提供者:cb
« 1 23 4 »
搜珍网 www.dssz.com