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

搜索资源列表

  1. graph2dapp

    1下载:
  2. 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the th
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59765
    • 提供者:徐林
  1. Splines(Java)

    0下载:
  2. spline drawing code of Java, 对学习spline曲线很有帮助-spline drawing code of Java. spline curves for the study helpful
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:215819
    • 提供者:appoll
  1. B-splin

    0下载:
  2. 用java语言实现了B样条曲线的做法。 可以自由输入控制点,并可以通过鼠标调节控制点的位置。-java language with the B-spline curve approach. Free importation of control point and click of the mouse can be controlled through the location.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:17176
    • 提供者:wuchunlong
  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. B

    0下载:
  2. B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:15130
    • 提供者:wangxing
  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. CubicSplineInterpolation

    0下载:
  2. Cubic Spline Interpolation
  3. 所属分类:CA program

    • 发布日期:2017-04-06
    • 文件大小:14876
    • 提供者:EMIC
  1. CubicSpline

    0下载:
  2. Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]-Cubic spline algorithm approximating function y=f(x)- ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:3716
    • 提供者:Vaidas Zid
  1. DrawPoint

    0下载:
  2. java 写的B样条曲线生成程序,模拟生成曲线-java wrote B-spline curve generation procedure to generate simulated curves
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:6375
    • 提供者:wanghao
  1. Frame

    0下载:
  2. 可分别在面板中绘制Hermite曲线,Bezier曲线和B样条曲线-Respectively in the panel drawing Hermite curve, Bezier curves and B-spline curve
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3641
    • 提供者:刘嘉文
  1. capi1.01

    0下载:
  2. JAVA版本的spline,nurbs等代码,非常好用-JAVA version of the spline, nurbs, etc. code, very easy to use
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:512712
    • 提供者:甚于
  1. Spline

    0下载:
  2. 根据(0.0,0.0)(0.5,1.6)(1.0,2.0)(6.0,2.0)(7.0,1.5)(9.0,0.0)六个点使用三次样条差值求多项式并作图-According to (0.0,0.0) (0.5,1.6) (1.0,2.0) (6.0,2.0) (7.0,1.5) (9.0,0.0) using cubic spline six point margin and a polynomial mapping
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2448
    • 提供者:回忆
  1. capi

    0下载:
  2. Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-26
    • 文件大小:481682
    • 提供者:zhuwh
  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. bspline

    0下载:
  2. interactive b-spline curve drawing in java programming language
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:2048
    • 提供者:MEHMET TURAN
  1. nurbs-java

    0下载:
  2. java写的非均匀B样条插值曲线,从Excel导入原始数据,然后反算控制节点,最后将所有插值点导出到Excel中-java app for non-uniform B-spline interpolation curve, importing raw data from Excel, and then inverse control node, and finally to export to Excel all interpolation points
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:7928277
    • 提供者:twh
  1. java-source

    0下载:
  2. 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:6525
    • 提供者:申小二
  1. 利用java语言对三次样条曲线的实现

    0下载:
  2. 利用java语言对三次样条曲线的实现.pdf(The implementation of the three spline curve by java language.Pdf)
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:560128
    • 提供者:sdzhihao
  1. 三次样条曲线算法的改进及Java语言实现

    0下载:
  2. 三次样条曲线算法的改进及Java语言实现.zip(Improvement of the three spline curve algorithm and the realization of.Zip in Java language)
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:481280
    • 提供者:sdzhihao
« 12 »
搜珍网 www.dssz.com