CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 多项式的基本运算

搜索资源列表

  1. Polynomial

    0下载:
  2. 使用链式存储实现一元多项式的以下运算: (1)、基本要求:实现多项式的加法、减法、求导。 (2)、实现多项式的乘法
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16859
    • 提供者:姜华
  1. Alex

    0下载:
  2. 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, sparse matrix computation, the ba
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:59375
    • 提供者:Alex
  1. fiveprogrammes

    0下载:
  2. 一个5个程序,其中game程序是推箱子游戏;matrix程序实现矩阵的各种基本运算;partner程序实现舞伴配对功能;polynomial程序实现一元多项式的运算;student程序实现学生成绩管理功能。-A five procedures, including the game Sokoban game procedures matrix program of basic computing matrix partner program partner matching function
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:9367
    • 提供者:刘克非
  1. up1

    0下载:
  2. 多项式的基本运算,包括加法、减法、乘法以及按次数由高到低打印输出-theprocessofpolyn
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:8769
    • 提供者:代廷竹
  1. polynomial

    0下载:
  2. 线性表的基本运算及多项式的算术运算在顺序表泪SeqList 中增加成员函数void Reverse()实现顺序表的逆置 -Linear form the basic arithmetic operations and the polynomial form in order to increase tear SeqList member function void Reverse () to achieve the inverse order of the table set
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1225
    • 提供者:赵玥
  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. jisuanqi

    0下载:
  2. 简易计算器,一元多项式的基本运算,用于初学者,运行环境是VC6.0-Simple computer, a polynomial of the basic operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:15329
    • 提供者:高祥
  1. list

    0下载:
  2. 在C++环境中实现线性表的基本操作,一元多项式的求导运算。-The basic operation of the linear table C++ environment, one yuan polynomial derivation operator.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:4772
    • 提供者:倪孔宁
  1. Polynomial

    0下载:
  2. 多项式计算器。可以进行多个多项之间的基本运算,如加减乘除,求导积分等等。-Polymonial Caculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:2175
    • 提供者:牛馨梅
  1. yiyuan

    0下载:
  2. 一元多项式的运算,加、减、乘的基本操作。中国科大数据结构实验1-One yuan polynomial arithmetic, add, subtract, multiply the basic operation
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1181
    • 提供者:bxx
  1. c-code

    0下载:
  2. 用c语言实现多元多项式的基本运算,比如求两个多元多项式的和-C language multivariate polynomials of basic operations, such as the sum of two multivariate polynomials and
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1392
    • 提供者:andy
  1. 1(2)

    0下载:
  2. 问题描述 设Pn(x)和Qm(x)分别两个一元多项式。试编写程序实现一元多项式的加法运算。 基本要求 需要基于线性表的基本操作来实现一元多项式的加法运算 需要利用有序链表来实现线性表。 -Problem descr iptionPn (x) and Qm (x), respectively, two unary polynomial.Try to write programs achieve one yuan polynomial addition operation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1530
    • 提供者:程悦
  1. 2

    0下载:
  2. TSP (旅行商问题—Traveling Salesman Problem),是典型的 NP 完全问题,即其最坏情况下的时间复杂性随着问题规模的增大按指数方式增长,到目前为止不能找到一个多项式时间的有效算法。遗传算法是一种进化算法,其基本原理是仿效生物界中的“物竞天择、适者生存”的演化法则。遗传算法的做法是把问题参数编码为染色体,再利用迭代的方式进行选择、交叉以及变异等运算来交换种群中染色体的信息,最终生成符合优化目标的染色体。 实践证明,遗传算法对于解决 TSP 问题等组合优化问题具有较好
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:刘琦
  1. 多项式基本运算

    1下载:
  2. 用于实现多项式的基本操作,包括加法减法乘法和微分。 实现读入文本文件及输出相应结果在输出的文本文件夹中。(The basic operations used to implement the polynomial, including addition subtraction multiplication and differentiation. Implement the read text file and output the corresponding result in the o
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1856512
    • 提供者:destinyuan
  1. assignment1

    0下载:
  2. 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:是杰瑞
搜珍网 www.dssz.com