CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Polynomial-multiplication

搜索资源列表

  1. yiyuanduoxianshi

    0下载:
  2. 用单链表编写一元多项式的乘法算法-single-chain preparation of a polynomial multiplication algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1101
    • 提供者:呼格
  1. 数据结构好冬冬

    1下载:
  2. 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46904
    • 提供者:qjsky
  1. duoxianshideyunsuan

    0下载:
  2. 多项式的加法和乘法运算,是一个数据结构的课程设计,根据数据结构的算法,实现运算,一份完整的课程设计,包括运行结果-polynomial multiplication and addition, a data structure of the curriculum design, according to the data structure algorithms, Operational achieve, a comprehensive program designed to include t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29421
    • 提供者:欧阳逵
  1. dfffff

    0下载:
  2. 多项式乘多项式\\乘多项式 \\乘多项式乘\\多项式乘法-polynomial x \\ x polynomial x \\ x polynomial x \\ polynomial multiplication
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:边强
  1. my work

    0下载:
  2. 两个多项式加减乘运算-two polynomial multiplication
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5090
    • 提供者:qi
  1. LabB

    0下载:
  2. (1)如果用循环链表表示一元多项式,试编写一个函数 Calc(x),计算多项式在x处的值。 (2)设a和b是两个用带有表头结点的循环链表表示的多项式。试编写一个算法,计算这两个多项式的乘积c = a*b,要求计算后多项式a与b保持原状。 -( 1) if the circular linked list representation of a polynomial, try to write a function Calc ( x ), a polynomial in x value a
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:179572
    • 提供者:王永淳
  1. MULTI

    0下载:
  2. 利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:174107
    • 提供者:susu
  1. yydxsjjc

    0下载:
  2. 一元多项式加减乘运算 一元多项式加减乘运算-Plus or minus one dollar polynomial multiplication plus or minus one dollar polynomial multiplication
  3. 所属分类:Data structs

  1. FFT

    0下载:
  2. 使用FFT实现的两个多项式相乘的算法。 输入文件: 第一行为(n-1) 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result5.txt 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同)-Implementation of both the use of FFT polynomial multiplicatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1981
    • 提供者:ZhouJk
  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

    • 发布日期:2017-03-31
    • 文件大小:1244
    • 提供者:pouria
  1. polynomial

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

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

    0下载:
  2. 快速傅立叶变换来解决多项式乘法(包括大整数乘法)等操作。-Fast Fourier transform to solve the polynomial multiplication (including large integer multiplication) and other operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1804
    • 提供者:julaiti
  1. polynomial-multiplication

    0下载:
  2. 可以实现两个一元多项式相乘,并且能够把两个多项式及结果输出,的算法代码-Can achieve two unary polynomial multiplied, and be able to put two polynomials and the resulting output of the algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:897730
    • 提供者:李小阳
  1. polynomial

    0下载:
  2. 多项式的乘法的类,含有自测main函数。-Polynomial multiplication of the class, containing a self-test function main.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:741
    • 提供者:lishuai
  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 polynomial, polynomial multiplicatio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:2339546
    • 提供者:Tubomi
  1. Polynomial-multiplicat

    0下载:
  2. 多项式相乘运算-Polynomial multiplication operation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:105743
    • 提供者:王阳明
  1. Polynomial-multiplication

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

    • 发布日期:2017-04-10
    • 文件大小:605
    • 提供者:diqiuwuliuxue
  1. Polynomial-multiplication

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

    • 发布日期:2017-04-11
    • 文件大小:1083
    • 提供者:xuyang
  1. polynomial

    0下载:
  2. C++链表实现多项式加法乘法,采用类封装,链表数据结构,将多项式乘法分解为一系列的加法运算。-C++ list additions polynomial multiplication, using the type of packaging, linked list data structure, polynomial multiplication is decomposed into a series of additions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1325
    • 提供者:zh
  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. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1278
    • 提供者:林晓
« 12 3 4 5 6 »
搜珍网 www.dssz.com