CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 一元多项式

搜索资源列表

  1. 一元稀疏多项式计算器

    3下载:
  2. 一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:207575
    • 提供者:小康
  1. yiyuanduoxianshi

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

    • 发布日期:2008-10-13
    • 文件大小:1101
    • 提供者:呼格
  1. c.txt

    0下载:
  2. 数据结构一元多项式的实现-data structure of one yuan achieve polynomial
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1172
    • 提供者:
  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 Structures and Algorithms
  3. 所属分类:RichEdit

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

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

    • 发布日期:2008-10-13
    • 文件大小:37840
    • 提供者:陈宇
  1. 校园导游咨询

    0下载:
  2. 计一个一元多项式简单计算器,要求实现下列四个基本功能: ⑴输入并建立多项式; ⑵输出多项式; ⑶两个多项式相加; ⑷两个多项式相减。 【实验报告要求】 1、多项式的类型定义。 2、输入多项式的算法。 3、多项式相减的算法-Design a Calculator of polynary Multinomial,following the 4 basic functions: 1.Input and Creat a polynary multinomial 2.Output the pol
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35101
    • 提供者:小强
  1. 算术表达式的计算

    0下载:
  2. 数据结构里面算术表达式的计算.主要是一元多项式的计算.仅供参考.-data structure inside arithmetic expression calculation. One yuan is polynomial calculations. For reference purposes only.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2777
    • 提供者: 阁元成
  1. shiyan1

    0下载:
  2. 一元多项式.确定算法中每一语句的执行次数和整个程序的时间复杂度.-one yuan polynomial. Each algorithm to determine sentences and the number of the implementation of the entire process time complexity.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77520
    • 提供者:lyc
  1. yan.c

    0下载:
  2. 一元多项式类型的链式实现 一元多项式类型的链式实现-one yuan polynomial type of chain to achieve one y uan polynomial type of chain to achieve
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2339
    • 提供者:吕伟涛
  1. 程九思--一元稀疏多项式计算器

    0下载:
  2. 程九思--一元稀疏多项式 计算器.doc程九思--一元稀疏多项式计?闫?doc程九思--一元稀疏多项式计?闫?doc程九思--一元稀疏多项式计?闫?doc程九思--一元稀疏多项式计算器.doc计算器.doc
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:72704
    • 提供者:李瑞源
  1. o

    0下载:
  2. 一个简单使用的求一元多项式相加 的程序 请大家多作点评
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1905
    • 提供者:ma
  1. PolynomialIncludingAllFunctions

    1下载:
  2. 一元多项式符号计算-含因式分解版 不仅包含+,-,*,/,多项式求值,数值积微分,(内含多项式求根子程序),定与不定积分,还有因式分解(求根法). 用单链表.输入格式按提示.-one yuan polynomial symbolic computation-containing factorization version not only contains ,-,*,/, polynomial evaluation, Numerical plot differential (intron
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44638
    • 提供者:shijunhui
  1. yyxj

    0下载:
  2. 一元多项式简单计算器,c语言,刚从网上找的-one yuan polynomial simple calculator, c language, just looking at the Internet
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1013
    • 提供者:姚强
  1. yiyuanduoxiangsh

    0下载:
  2. 一元多项式相加, 一元多项式相加, 一元多项式相加, -one yuan polynomial together, the sum of one yuan polynomials and polynomials together, the sum of one yuan polynomials, one yuan polynomial together, the sum of one yuan polynomials an d polynomials together, the sum of o
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:ckdidi
  1. DATABASE_APPLICATION_DESIGN(tc)

    0下载:
  2. 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:37119
    • 提供者:Pegasus
  1. 20041123225736909

    0下载:
  2. 一元多项式的算法相加相减算法简明易懂便于参考阅览-one yuan polynomial algorithm combined subtraction algorithm easily understandable ease of reference viewing
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:37355
    • 提供者:蒋亮
  1. Add_Multiply_Polyn

    0下载:
  2. 两个一元多项式相加相乘源程序。用C++编写。-2 1 yuan polynomial multiplication combined source. C preparation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1910
    • 提供者:陈光馨
  1. duoxiangshixiangjia

    0下载:
  2. windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1841
    • 提供者:刘宇
  1. duoxiangshi

    0下载:
  2. Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * est
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6522
    • 提供者:iieeww
  1. myheard

    0下载:
  2. 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ der
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75436
    • 提供者:刘建聪
« 1 2 34 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com