CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - polynomial java

搜索资源列表

  1. JAVA完善后的多项式相加

    1下载:
  2. 完善以前的JAVA实现的多项式相加 提供了输入系数和次数的控制-perfect before JAVA sum of the polynomial coefficients for the input and frequency control
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7249
    • 提供者:小样
  1. TestMatrixOperation

    0下载:
  2. 在java环境中,二元多项式计算完成计算并演示结果以及以二叉树形式进行存储-the environment, complete binary polynomial terms calculated and results of the demonstration in the form of binary tree storage
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1015
    • 提供者:吴昊
  1. secretshare_java

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4876
    • 提供者:linvg
  1. Polynomial

    0下载:
  2. 用JAVA写的多项式加法,用链表实现-written with Java polynomial addition, the use of chain to achieve
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3866
    • 提供者:zy
  1. Duo--xiang_shi

    0下载:
  2. Java是最优秀的高级编程语言之一,多项式的加法运算,体现了链表数据结构的优势.-Java is the best one of the high-level programming language, polynomial multiplications. Listless embodies the advantages of the data structure.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:146837
    • 提供者:yhnju
  1. Java实现牛顿插值多项式为基础的线性插值

    0下载:
  2. Java实现牛顿插值多项式为基础的线性插值,并输出插值后的图形,Java realization of Newton' s interpolation polynomial-based linear interpolation, and the graphics output after interpolation
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-21
    • 文件大小:1377
    • 提供者:maria
  1. PrincipalCurves-Java

    0下载:
  2. Java实现主曲线的生成过程,使用多项式线性算法。-Java implementation of the master curve generation process, using a linear polynomial algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:116308
    • 提供者:萧风
  1. Shamir

    1下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2179347
    • 提供者:
  1. EvaluateExpression

    0下载:
  2. JAVA实现多项式的计算,加减乘除,可以后小括号 -JAVA polynomial calculation, addition, subtraction, parentheses can
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:3316
    • 提供者:李飞
  1. lagrange

    0下载:
  2. 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,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021
    • 提供者:link
  1. Polynomial

    0下载:
  2. This the polynomial function with Java, adding, subbtracing & -This the polynomial function with Java, adding, subbtracing & ...
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:20013
    • 提供者:Mehdi shakiba
  1. Ga

    0下载:
  2. GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monograph
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1353
    • 提供者:gardenia_roses
  1. polynomial

    0下载:
  2. 在JAVA 实现了一元稀疏多项式的加减乘除运算以及求职预算-Implemented in JAVA dollar sparse polynomial multiplication and division addition and subtraction operations and job budget
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:4165
    • 提供者:刘浩源
  1. src

    0下载:
  2. It s a simple graph in java. For plot the polynomial equation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:5603
    • 提供者:AnOs
  1. FFT

    0下载:
  2. 运用FFT计算多项式乘法:输入为两个多项式系数,输出为多项式乘积的系数。-Calculated using FFT polynomial multiplication: polynomial coefficients for both input and output coefficients of the polynomial product.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2038
    • 提供者:李肖恩
  1. Spline

    0下载:
  2. 根据(0.0,0.0)(0.5,1.6)(1.0,2.0)(6.0,2.0)(7.0,1.5)(9.0,0.0)六个点使用三次样条差值求多项式并作图-According to (0.0,0.0) (0.5,1.6) (1.0,2.0) (6.0,2.0) (7.0,1.5) (9.0,0.0) using cubic spline six point margin and a polynomial mapping
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2448
    • 提供者:回忆
  1. PolyFit.java

    0下载:
  2. Polynomial curve fitting polyfit from MatLab in Java Applet for demo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2155
    • 提供者:Michael
  1. BestFitting

    0下载:
  2. 使用java实现最小二乘算法,实现曲线拟合,实现多项式拟合(Using java algorithm to achieve the least squares, curve fitting, polynomial fitting)
  3. 所属分类:Java编程

    • 发布日期:2017-12-22
    • 文件大小:13312
    • 提供者:qingfenglife
  1. 162207103125钱祎java大作业(最终版)

    0下载:
  2. 可以计算多项式4则运算,这是一份完整的java计算器的大作业,可以直接使用。其中包含源代码和实验报告文档(Can calculate the polynomial 4 operation, this is a complete java calculator's large work, can be used directly. It contains the source code and the experimental report document)
  3. 所属分类:Java编程

    • 发布日期:2018-01-10
    • 文件大小:151552
    • 提供者:一路....
  1. corba-master

    0下载:
  2. 一个CORBA的小例子,实现多项式加法,客户端给服务器不断发多项式,服务器把他们相加后显示结果。(A small example of CORBA, the realization of a polynomial addition, the client sends a polynomial to the server constantly, the server adds them to the results.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-20
    • 文件大小:7168
    • 提供者:pide
« 12 »
搜珍网 www.dssz.com