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

搜索资源列表

  1. Polynomial

    0下载:
  2. 用C编写的一元稀疏多项式计算器,使用链表作为数据结构,是学习链表的不错案例-Written with the C dollar sparse polynomial calculator, use the list as a data structure is a good case study and list of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:12699
    • 提供者:袁迪
  1. polynomial

    0下载:
  2. 基于快速傅里叶变换,实现的多项式相乘算法。同时与普通多项式相乘对比。-Polynomial Multiplication based on FFT
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1863
    • 提供者:Chao Zhong
  1. Lagranges

    0下载:
  2. 计算方法n次Lagrange插值多项式算法的matlab程序,含实验报告,里面有详细的设计过程-Calculation of n-Lagrange interpolation polynomial algorithm matlab procedures, including lab reports, which detail the design process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:76695
    • 提供者:沈大勇
  1. independencemultiadd

    0下载:
  2. 这里用的是正交多项式变换法 实现两幅多聚焦图像的融合-Used here orthogonal polynomial transformation method is to achieve more than two-focus image fusion
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1130
    • 提供者:许国柱
  1. polynomial

    0下载:
  2. 此为多项式计算器的实现,实现多项式的加减,求导,求值运算-This is the realization of polynomial calculator to achieve polynomial addition and subtraction, derivation, evaluation operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2269
    • 提供者:aa
  1. polynomial

    0下载:
  2. 实现一个多项式类,特别之处在于使用了容器list。-The realization of a polynomial class, especially because the use of the container list.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:hawick
  1. Polynomial

    0下载:
  2. 实现了多项式的基本运算操作,如加减乘除等的基本运算-class Polynomial that can used to have a look at the basic operations
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2821
    • 提供者:TJJ
  1. polynomial

    0下载:
  2. 一个简单的一元多项式,刚开始学数据结构的同学们可能会用到-A simple one polynomial, the beginning students learn the data structure may be used
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:208557
    • 提供者:coco
  1. Polynomial

    0下载:
  2. 一元多项式的加法、减法、乘法的实现,采用顺序和动态存储结构实现,输出结果的升幂和降幂两种排列情况-Unary polynomial addition, subtraction, multiplication implementation, using dynamic storage structures to achieve order and output the result of ascending and descending the arrangement of two
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2122
    • 提供者:王安平
  1. Polynomial

    0下载:
  2. 多项式复合运算,支持多项式的加减乘。(补充说明:黑框一个)-Polynomial composite operations,support plus,minus,multiply and so on.
  3. 所属分类:Console

    • 发布日期:2017-05-23
    • 文件大小:6933548
    • 提供者:蒋青
  1. addition-of-polynomial

    0下载:
  2. 能够按照指数降序排列输入并且输出的多项式 完成两个多项式的相加 相减 并将正确结果输出 -Descending order according to index to input and output of the polynomial complete the subtraction of two polynomials and the correct sum of the resulting output
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1069
    • 提供者:浩星无恨
  1. polynomial

    0下载:
  2. 利用链表的多项式运算,数据结构的相关知识-Polynomial operations using linked list data structure knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1252550
    • 提供者:王全俊
  1. Polynomial

    0下载:
  2. 利用线性表实现一个一元多项式Polynomial f(x) = a0 + a1x + a2x2 + a3x3 + … + anxn -The realization of a linear form of Multinomial Polynomial f (x) = a0+ a1x+ a2x2+ a3x3+ ...+ anxn
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:997091
    • 提供者:莫凡
  1. PloynomialsRegression

    0下载:
  2. 用多项式回归的方法编程实现了从设备相关颜色空间RGB到设备无关颜色空间Lab之间的转换。-Polynomial regression method with programming from the device-dependent RGB color space to device-independent color space conversion between Lab.
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-29
    • 文件大小:105555
    • 提供者:fynh
  1. svm_kernel_demo

    0下载:
  2. 利用polynomial order kernel function来秀出SVM执行时可能产生出来的错误并汇图表示-Use of polynomial order kernel function to SVM showed off that may arise out of implementation errors and exchange graph
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:15563
    • 提供者:Steve Evan
  1. Drawing

    1下载:
  2. 自定义函数画图软件,软件的函数输入部分分为4部分,针对的是4个分段函数,当然也可以扩展为5段,六段,如果你的函数不用分段,那就只用在第一个edit里面写下你的函数表达式即可,同时要在后面写出x的范围,和cftool里面的custom equation一样,只能用matlab语法规范的函数表达式,即你不要写2x而是2*x,不要把我们的数学表达式和matlab表达式搞混淆了。从gif可以看出,在第一个edit输入不同的函数,有多项式函数,指数函数,三角函数,对数函数,axes都能有正确的图形,另外用
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:30555
    • 提供者:ydb
  1. Lecture_COE_341_071_6

    0下载:
  2. Know how of CRC polynomial calulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:381510
    • 提供者:renjith
  1. polynomial

    0下载:
  2. 本代码是用四种不同的算法来实现多项式求和。-This code is used four different algorithms to achieve polynomial sum.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:4020
    • 提供者:minmin
  1. Polynomial

    0下载:
  2. find Polynomial from many given points
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:900825
    • 提供者:ilak
  1. CRC_16

    0下载:
  2. Modbus CRC calculation software - Can be changed by changing Polynomial.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1021
    • 提供者:mukund
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com