搜索资源列表
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
szfx5
- 数值分析之计算方法与实验5:曲线拟合 by java-Numerical analysis method of calculation and experiment 5: Curve Fitting by java
genetic
- 这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线-This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range o
Uncertain
- JAVA程序解决了人工智能中主观Bayse方法问题,采用SWING实现图形界面,可以绘制主观Bayse曲线-JAVA program to solve the problem of artificial intelligence methods of subjective Bayse, realized by SWING graphical interface, you can draw the curve of subjective Bayse
CurveFit-2.0-win32-vc10
- CurveFit是一个用于曲线拟合优化的开发包(SDK)。在许多领域都有广泛的应用如广告,标识,服装,皮革等。在这些领域设计的图形经常使用样条曲线等高阶线条表达的,切割加工的时候需要把他们转换成机器能接受的直线和圆弧。CurveFit是这样一个库,他实现在保证几何图形精度的前提下尽可能地优化拟合这些图形,输入一些参数和数据他就能生产优化后的结果,他可以减少高达90 的线段数量。这个开发包 (SDK,曲线拟合库) 支持大多数平台,从 32位/64位Windows到Linux/Unix 系统,他也支
PolyFit.java
- Polynomial curve fitting polyfit from MatLab in Java Applet for demo