搜索资源列表

  1. 多项式的加减运算

    0下载:
  2. 多项式的加减运算特别实现(c实现)-polynomials Modified Operational special achievement (c realization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2695
    • 提供者:吴信斌
  1. 80450_2005-06-06_179

    0下载:
  2. 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "Data Structur
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:17609
    • 提供者:zr
  1. 一元稀疏多项式计数器

    0下载:
  2. 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:37840
    • 提供者:陈宇
  1. WinNTL-5_4

    0下载:
  2. NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:818147
    • 提供者:陈西
  1. CRC1632

    0下载:
  2. 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generat
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8869
    • 提供者:王平
  1. DXS

    0下载:
  2. C编的多项式计算器。可求多项式的值,求导,求微分,积分以及多项式相加减-C series polynomial calculator. Stepping polynomial value, derivative and seeking differential, integral and Modified Polynomials
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2812
    • 提供者:阿郎 
  1. 非常实用的一款计算器

    0下载:
  2. 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)-This is a very practical calculator, I think far better than using Windows systems calculator. The main feature of polynomial Operati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:184671
    • 提供者:wangzidane
  1. chfit

    0下载:
  2. 使用Chebyshev 多项式进行数值拟合的算法-use of Chebyshev polynomials numerical fitting algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:游江
  1. fit

    0下载:
  2. 该算法是用正交多项式来求最小二乘拟合多项式。-This algorithm is to use orthogonal polynomials to seek least-squares polynomial fitting.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:apple
  1. Polynomials-Math-Calculator

    0下载:
  2. 1. 程序可以将多项式以字符串(可以采用CString类表示)的形式输入,如多项式 可以采用: 表示; 2. 程序能对输入的两个多项式进行多项式的加,减,乘运算; 3. 程序完成运算后,将计算结果按照升幂排列输出; -Polynomials Math Calculator
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:马彦辉
  1. polynomials

    0下载:
  2. 两个多项式相加,使用链表,计算时间复杂度,数据结构应用-Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms, respectively, what is the time compl
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:zhuang929
  1. SPLINE

    0下载:
  2. SPLINE is a package of simple routines for setting up and evaluating splines and related functions, whose goal is either to to interpolate given data exactly at a set of points to approximate data over an interv
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:38912
    • 提供者:followtime
  1. na7

    1下载:
  2. Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 -Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact funct
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:郭方舟
  1. results-of-polynomials

    0下载:
  2. 使用C++实现计算多项式相加的结果,不知道如何,请大家验证-Using C++ to achieve the results of calculation of polynomials
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:cl
  1. polynomials

    0下载:
  2. 计算两个多项式的加法,减法以及乘法,多项式的通过链表存储。-Calculation of two polynomials of addition, subtraction, and multiplication, and polynomial linked list storage.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:欧阳文俊
  1. polynomials-multiply

    0下载:
  2. 使用C++编写的两个多项式相乘的源代码,可以得到多项式相乘的结果多项式-Using C++ prepared multiplies the two polynomials of the source code can be obtained polynomial result of multiplying the polynomial
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:105472
    • 提供者:张江
  1. The-sum-of-polynomials

    0下载:
  2. 多项式相加 数学上使用行列式来解决 可以使用克拉默法则来写-The sum of polynomials
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:203776
    • 提供者:赵云
  1. The-sum-of-polynomials

    0下载:
  2. 建立两个链表为稀疏多项式,将他们每项按项相加,最后将得到的链表打印出来。-The sum of polynomials
  3. 所属分类:汇编语言

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:赵丽丽
  1. this-program-explain-the-type-of-polynomials-curv

    0下载:
  2. Polynomials curve fitting
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:15360
    • 提供者:Azher witwit
  1. polynomials

    0下载:
  2. Descr iption 给定两个多项式P(x)与Q(x),通过链表实现它们的加法。 Input 有若干组,每组有2个多项式。每组输入时先输入第1个多项式,再输入第2个多项式。每组用若干对整数表示,依序每两个相邻的整数表示多项式的一项,分别是它的系数和幂。当输入的幂为负数时,表示一个多项式的结束。一个多项式中各项的次序是随机的。 Output 对每组中两个多项式,先输出“Case #:”,其中“#”是测试数据序号。接
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:227328
    • 提供者:唐唐
« 12 3 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org