搜索资源列表
lglrchzh
- 用JAVA写的数值计算方法中的拉格朗日插值算法的程序,主函数是d2r1,运行d2r1就可以了-written with Java numerical calculation method of Lagrange interpolation algorithm for the procedure, the main function is d2r1. Operation d2r1 can
ImageTest
- JPEG标准在文件中记录了一些EXIF信息,缩略图是一幅较小的JPEG图片,存储在EXIF信息段。而Windows在第一次显示缩略图时先读当前目录中的\"Thumbs.db\"这个文件,其实这是一个缩略图数据库,从而来判断是否有该图片的缩略图。如果不存在\"Thumbs.db\"文件或者该库中不存在该图片的缩略图,那么Windows会尝试取图片中的EXIF信息,判断是否存在缩略图数据。如果图片中EXIF信息中不存在缩略图信息或信息错误,那么Windows就会用插值的方法重新生成缩略图(如果可能则
ThreeInOne
- 插值演示,牛顿插值,拉格浪日插值,三次样条插值-interpolation demonstration of Newton's interpolation, the waves of Rugby Day interpolation, cubic spline interpolation
Hermit
- 介绍了Hermit插值的Mtlab程序,程序简单易懂,有助于对Hermit插值的了解。
chazhisuanfa
- 插值算法,很好用的算法,很有用的,好东西大家共享阿。
Java实现牛顿插值多项式为基础的线性插值
- Java实现牛顿插值多项式为基础的线性插值,并输出插值后的图形,Java realization of Newton' s interpolation polynomial-based linear interpolation, and the graphics output after interpolation
Image_process
- Java处理数字图像,包括平滑,线性伸缩,插值,放大,缩小-Java digital image processing, including the smooth, linear scaling, interpolation, zoom
jk3d
- Java实现的Kriging 3D插值 Kriging插值法是地理信息系统中常用的一种插值算法-Java implementation of Kriging 3D interpolation Kriging interpolation method is commonly used in geographic information system of a interpolation algorithm
cubicsplineinterpolation1
- 实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
Lagrange
- 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
ImageScale
- 纯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.
chazhi
- 是一个插值算法。可以给初始数据,然后,再让你随意输入一个数计算结果-Is an interpolation algorithm. Can give the initial data, and then let you enter a random number of results
J2ME3D
- j2me 3D 游戏开发详解源码,本书详细讲解了JSR-184提供的API,重点讲述了纹理、雾化、变换矩阵、投影(目标摄影机和自由摄影机)、帧动画、Morphing变形体和Skinned变形体等关键技术,同时还阐述了投影矩阵的推导、动画的插值算法、变换矩阵的运算和使用。-j2me 3D game develop
Interpolationwork
- 数值计算中的函数插值方法,拉格朗日插值法、分段插值法,并绘出图像,-Numerical calculation method of function interpolation, Lagrange interpolation, piecewise interpolation method, and draw the image,
InsertValue
- Java语言编写的简单插值函数,使用简单方便。-Java language simple interpolation function, easy to use.
Lagrange-interpolation
- 拉格朗日插值多项式求函数在x处的函数值y,java源码-Lagrange interpolation
2D-Lagrange-interpolation
- 二元拉格朗日插值法求解对应函数的值,java源码-2D Lagrange interpolation
IDWUtil
- Java实现的反距离加权插值算法以及点到直线的距离。-Java implementation of inverse distance weighted interpolation algorithm and the distance from point to line.
ContourBezierUtil
- Java实现的Bezier三次插值算法,简单易懂!-Java Bezier three interpolation algorithm, easy to understand!
Chart
- 这是一个简单的拉格朗日曲线拟合和牛顿插值曲线拟合程序-This is a simple Lagrangian curve fitting and the Newton interpolation curve fitting procedure
