搜索资源列表
secretshare_java
- Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
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
Lagrange
- 数值算法,拉格朗日算法源码,动态演示过程,JAVA源码
Shamir
- Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
Lagrange
- 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
Lagrange2
- 这是一个用java高级编程语言编写的程序,实现了用“向上/向下修正方法”的拉格朗日插值公式计算某个函数的值,方便实用。-Java This is a high-level programming languages used in the preparation of procedures, implementation of the " up/down correction method," Lagrange interpolation formula of the valu
lagrange
- 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
suanfa
- java实现的多种算法 迭代 二分 牛顿 拉格朗日 玄截 高斯分解 雅克比迭代-java to achieve a variety of algorithms, iteration, two points, Newton, Lagrange, Hyun cut, Gaussian decomposition, Jacobi iteration
lagrangennewton
- 数值计算中的函数插值法 Lagrange 牛顿插值-Lagrange NEWTON
Interpolationwork
- 数值计算中的函数插值方法,拉格朗日插值法、分段插值法,并绘出图像,-Numerical calculation method of function interpolation, Lagrange interpolation, piecewise interpolation method, and draw the image,
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
Lagrange-interpolation
- 拉格朗日插值多项式求函数在x处的函数值y,java源码-Lagrange interpolation
2D-Lagrange-interpolation
- 二元拉格朗日插值法求解对应函数的值,java源码-2D Lagrange interpolation
java-source
- 内附三次样条插值、拉格朗日插值、积分、傅里叶变换、定态薛定谔方程求解程序,各程序有详细的说明-Included cubic spline interpolation, Lagrange interpolation, integration, Fourier transform, Schrodinger equation solver, a detailed descr iption of each program
Newton
- 计算方法实验作业,用java实现牛顿插值,拉格朗日插值,复化Simpson公式等-Compute the work, using java Newton interpolation, Lagrange interpolation, complex formulas, etc. of Simpson
Finalwork
- 结合java图形界面编程实现了计算方法中的相关的算法,包含:雅可比迭代 高斯-塞德尔迭代 拉格朗日插值 主元素高斯消去 高斯-约当消去 牛顿插值 不含列主元高斯约当法 二次多项式拟合 一次多项式拟合 二分法 牛顿迭代 三次样条插值 三对角的追赶法-Combined with java GUI programming calculation method of the related algorithms, comprising: Jacobi iteration Gauss- Seidel it
capi1.01
- BSpline 及各种曲线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-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Splin