搜索资源列表
graph2dapp
- 使用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
Splines(Java)
- spline drawing code of Java, 对学习spline曲线很有帮助-spline drawing code of Java. spline curves for the study helpful
B-splin
- 用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.
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
B
- B样条曲线,用java实现,有良好的交互用户界面-B-spline curve, using java to achieve, and a good interactive user interface
cubicsplineinterpolation1
- 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
spline
- 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
CubicSplineInterpolation
- Cubic Spline Interpolation
CubicSpline
- 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]
DrawPoint
- java 写的B样条曲线生成程序,模拟生成曲线-java wrote B-spline curve generation procedure to generate simulated curves
Frame
- 可分别在面板中绘制Hermite曲线,Bezier曲线和B样条曲线-Respectively in the panel drawing Hermite curve, Bezier curves and B-spline curve
capi1.01
- JAVA版本的spline,nurbs等代码,非常好用-JAVA version of the spline, nurbs, etc. code, very easy to use
Spline
- 根据(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
capi
- 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
LeastSquare20110722
- 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).
bspline
- interactive b-spline curve drawing in java programming language
nurbs-java
- 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
java-source
- 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
利用java语言对三次样条曲线的实现
- 利用java语言对三次样条曲线的实现.pdf(The implementation of the three spline curve by java language.Pdf)
三次样条曲线算法的改进及Java语言实现
- 三次样条曲线算法的改进及Java语言实现.zip(Improvement of the three spline curve algorithm and the realization of.Zip in Java language)