搜索资源列表
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就会用插值的方法重新生成缩略图(如果可能则
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.
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!
cloud
- 分形云,java实现,使用分型插值算法,来自孙老师的书-Fractal cloud, java implementation, typing interpolation algorithm, from the book of the Sun
IDW_JAVA
- 反距离加权插值(IDW),Gis二维等值线网格化中常用的,采用java语言实现,内有实例,测试代码,很实用的-Inverse distance weighted interpolation (IDW), Gis-dimensional contour grid commonly used, using java language, there are examples, test code, very useful
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
mgh_com-vue2-elm-master
- java实现的克里金插值算法。算法实现中使用Jama.Matrix包来做矩阵操作。算法简洁明了。 希望能帮到你。(Kriging interpolation algorithm to achieve the java. Jama.Matrix packets are used to do matrix operations in the algorithm implementation. The algorithm is concise and clear. Hope to help you.)
