搜索资源列表

  1. Polynomial

    0下载:
  2. 初学C++ 实现多项式的乘法和加法-learning C++ and the multiplication of polynomials Adder
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:302080
    • 提供者:戴俊
  1. polynomial

    0下载:
  2. 数据结构中用链表实现的多项式的加法,减法,乘法的程序。-Linked list data structure used to achieve the polynomial addition, subtraction, multiplication procedure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:296960
    • 提供者:beastman
  1. Polynomial

    0下载:
  2. 使用链式存储实现一元多项式的以下运算: (1)、基本要求:实现多项式的加法、减法、求导。 (2)、实现多项式的乘法 -The use of chain store realize one of the following polynomial operation: (1), the basic requirements: the realization of polynomial addition, subtraction,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:姜华
  1. Polynomial

    0下载:
  2. 多项式的加法和乘法,是用C++写的,又不好的地方还请多多指教-Polynomial addition and multiplication, is C++ Written without a good place also requested the exhibitions
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:428032
    • 提供者:徐斌
  1. multiplication

    0下载:
  2. 说明:此代码是能实现一元多项式相乘的一个函数,请大家批评指导!-One of the polynomial multiplication
  3. 所属分类:文件格式

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:廖孟
  1. Polynomial

    0下载:
  2. 多项式乘法 ,用函数调用形式m用c编的,输出乘积结果-Polynomial multiplication
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:17408
    • 提供者:徐领生
  1. Polynomial

    0下载:
  2. 实现一个多项式类,它支持多项式加法、减法、乘法-The realization of a polynomial type, which supports the polynomial addition, subtraction, multiplication
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:june
  1. PolynomialCalculation

    0下载:
  2. 一维多项式求值、二维多项式求值、复系数多项式求值、多项式相乘、多项式相除-One-dimensional polynomial evaluation, polynomial evaluation of two-dimensional, complex coefficient polynomial evaluation, polynomial multiplication, division polynomial
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:聂启忠
  1. multiply

    0下载:
  2. 《算法设计》中的多项式相乘问题的源码(矩阵表示的)-" Algorithm design" in the question of polynomial multiplication source (the matrix)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:李刚锐
  1. Polynomial

    0下载:
  2. 多项式的乘法运算和修改循环表为单链表,这是cpp文件,用于学校实验报告用-Polynomial multiplication table and modify the circulation as a single list, which is the cpp file, Experimental report for schools
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:张烨
  1. Polynomial-multiplication

    0下载:
  2. 用两个链表存储多项式分别存储两个多项式,并进行多项式的乘法将结果用链表存储起来-Storage list with two separate storage of two Polynomials Polynomials and polynomial multiplication results stored by list
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:李瑞
  1. polynomial

    0下载:
  2. 系数为有理数的多项式计算程序,可实现多项式的加减乘除运算,以及求两个多项式的最大公约式。-Rational polynomial coefficient calculation program can be realized polynomial multiplication and division operations of addition and subtraction, as well as for two of the la
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:248832
    • 提供者:jywhu
  1. polynomial

    0下载:
  2. 这是用链表来实现多项式的加减乘除算法,大家可以看看。-This is linked to achieve the polynomial multiplication and division addition and subtraction algorithms, we can look at.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-14
    • 文件大小:185344
    • 提供者:wen
  1. MPM

    0下载:
  2. this very useful file that simulate the memory polynomial method.-this is very useful file that simulate the memory polynomial method.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:pouria
  1. polynomial

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

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:刘浩源
  1. polynomial

    2下载:
  2. Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent, e.g., the term 2x4 has the coefficient 2 and the exponent 4. Develop a co
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:wang
  1. polynomial-multiplication

    0下载:
  2. 本程序可实现多项式乘法,可以输入多项式各项的指数和系数,还可以确定多项式的项数,多项式乘法-This program can achieve polynomial multiplication, you can enter the index and the coefficients of polynomial items, you can also determine the number of terms in the polyno
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:2339840
    • 提供者:Tubomi
  1. Polynomial-multiplication

    0下载:
  2. 该程序能够实现数学问题中多项式之间的相乘运算-The program can achieve math problems in polynomial multiplication operation between
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:diqiuwuliuxue
  1. Polynomial-multiplication

    0下载:
  2. 使用C++语言实现两个多项式的相乘的功能-Polynomial multiplication using c++
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:xuyang
  1. C_one-yuan-polynomial-multiplication

    0下载:
  2. 这是用C写的一元多项式乘法,输入系数和指数,得到结果的系数和指数-It is written in C one yuan polynomial multiplication, input factors and indices to obtain the results of coefficients and indices
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:林晓
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org