搜索资源列表
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就会用插值的方法重新生成缩略图(如果可能则
Interpolationwork
- 数值计算中的函数插值方法,拉格朗日插值法、分段插值法,并绘出图像,-Numerical calculation method of function interpolation, Lagrange interpolation, piecewise interpolation method, and draw the image,
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it