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

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    0下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137745
    • 提供者:方正
  1. Java实现牛顿插值多项式为基础的线性插值

    0下载:
  2. Java实现牛顿插值多项式为基础的线性插值,并输出插值后的图形,Java realization of Newton' s interpolation polynomial-based linear interpolation, and the graphics output after interpolation
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-21
    • 文件大小:1377
    • 提供者:maria
  1. DwindlePic

    0下载:
  2. 用Java实现的 双线性插值算法的源代码(可运行)-Implemented with Java source code for bilinear interpolation algorithm (runs)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2029
    • 提供者:chen
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5521417
    • 提供者:Lynn
  1. java_Img

    0下载:
  2. 图片放大或缩小的不失真插值算法,实现在Java环境下的图形应用。-Zoom in or out of the picture without distortion interpolation algorithm, implemented in Java environment graphics applications.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1556
    • 提供者:Baojie
  1. cubicsplineinterpolation1

    0下载:
  2. 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:960
    • 提供者:yangyanlong
  1. spline

    0下载:
  2. 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2088
    • 提供者:shanshan
  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. nc.jar

    0下载:
  2. Java 数值计算库 数列求和算法、求解方程的根、插值法和近似法、 数值积分、求解微分方程、矩阵运算及其它一些有趣的东西, 比如:大数、素数算法、PI、分形-Java Number Cruncher
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:295557
    • 提供者:shane liu
  1. lagrange

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021
    • 提供者:link
  1. J2ME3D

    0下载:
  2. j2me 3D 游戏开发详解源码,本书详细讲解了JSR-184提供的API,重点讲述了纹理、雾化、变换矩阵、投影(目标摄影机和自由摄影机)、帧动画、Morphing变形体和Skinned变形体等关键技术,同时还阐述了投影矩阵的推导、动画的插值算法、变换矩阵的运算和使用。-j2me 3D game develop
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3528315
    • 提供者:陈健
  1. lagrangennewton

    0下载:
  2. 数值计算中的函数插值法 Lagrange 牛顿插值-Lagrange NEWTON
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:13648
    • 提供者:stella
  1. DwindlePic

    0下载:
  2. 这是双线性插值算法的Java源代码,运行可以实现-This is the bilinear interpolation algorithm of Java source code, running can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2025
    • 提供者:wangjinghui
  1. Interpolationwork

    0下载:
  2. 数值计算中的函数插值方法,拉格朗日插值法、分段插值法,并绘出图像,-Numerical calculation method of function interpolation, Lagrange interpolation, piecewise interpolation method, and draw the image,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2681
    • 提供者:minjiawei
  1. numerical-algorithm-with-JAVA

    1下载:
  2. 用java语言对复数运算、矩阵运算、(非)线性代数方程组的求解、插值和数值积分等问题的数值计算进行编程-Progremming for numerical algorithm with JAVA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:132938
    • 提供者:蔡洪文
  1. BufferImageSource_DICOM

    0下载:
  2. dicom文件的读取与三维重建(三次参数插值),然后进行旋转、投影、颜色变换进行三维空间上的观察-read dicom file and 3D reconstruction (three parameter interpolation), then rotate, projection, color transform on the observation of three-dimensional space
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1247230
    • 提供者:dongtinghong
  1. LeastSquare20110722

    0下载:
  2. 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:322415
    • 提供者:zbj
  1. Chazhi

    0下载:
  2. 插值算法:拉格朗日插值,牛顿插值,三次自然样条(Java insert values compute .)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:95599china
  1. 2

    0下载:
  2. 还未完成的java文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的线性插值(The unfinished Java text game is a point avalanche behind the beginner, and the linear interpolation of the image is realized with the GM version G++ and the opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1286144
    • 提供者:wangcui
« 12 3 »
搜珍网 www.dssz.com