搜索资源列表

  1. polynomail

    0下载:
  2. 稀疏多项式 数据结构的 绿皮版的 希望有用-Sparse polynomial data structure version of the Green Paper seek to help
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张华
  1. yiyuanxishuduoxiangshi

    0下载:
  2. 这是一个一元稀疏多项式计算器 能够实现多项式的输出 降幂 还有加法 减法 乘法功能 除此之外还有能够对不同阶数的线性方程组求解 对于无解时会提醒。此程序供大家参考。-This is a one yuan sparse polynomial calculator can realize the output power and down polynomial function besides addition and subtractio
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:35921920
    • 提供者:FISH
  1. Exp_1

    0下载:
  2. 一元稀疏多项式的表示及加法运算 (1) 多项式以指数递增的顺序输入。 (2) 设计的数据结构应有利于表示任意一元稀释多项式。 (3)输出原始多项式及运算结果。 -One yuan sparse polynomial representation and addition operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1124352
    • 提供者:lijun
  1. poly

    0下载:
  2. 数据结构课程利用单链表的知识编写的一元稀疏多项式的求值,建立的是工程文件-The use of single linked list data structure course written knowledge of one dollar sparse polynomial evaluation, the establishment of the project file
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:哥特式
  1. Sparse-polynomial-calculator

    0下载:
  2. 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数降序输出多项式,并实现、多项式相加、相减、求导等操作。-A unary polynomial sparse simple calculator. Input and the establishment of polynomial, exponential output in descending order polynomial, and implementation of poly
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:91136
    • 提供者:
  1. Linear-table-application

    0下载:
  2. 线性表应用多项式计算.用C或C++语言设计并实现一个一元稀疏多项式的简单计算器。 一个稀疏多项式简单计算器的基本功能是: 1. 输入并建立多项式。 2. 输入多项式,序列按指数降序排列。 3. 多项式A(x)和B(x)相加,并建立多项式A(x)+B(x)。 4. 多项式A(x)和B(x)相减,并建立多项式A(x)-B(x)。 5. 给定x的值,计算多项式。 -Linear table application
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:zhangquan
  1. polynomial-calculation

    0下载:
  2. 解决数据结构中一元稀疏多项式计算的代码,已经调试通过-Solve a yuan sparse data structure calculation of polynomial code, have debugging through
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:shu
  1. expessmodel-liyang2945

    0下载:
  2. 一元稀疏多项式计算器,西南交通大学数据结构课程设计的答案-one yuan sparse polynomial calculator, Southwest Jiaotong University data structures course the answer
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李阳
  1. expessmodel

    0下载:
  2. 一元稀疏多项式的计算,C语言编写,很简短,很好用-One yuan sparse polynomial calculation
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:229376
    • 提供者:刘珂
  1. Unary-calculator

    0下载:
  2. 设计一个稀疏多项式简单计算器。用户输入两个多项式的项数、系数与指数,计算加减乘除等的结果。-Design a sparse polynomial simple calculator. The user input two polynomial of item number, coefficient and index, add, subtract, multiply and divide and results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王伟
  1. Calcule

    0下载:
  2. java一元稀疏多项式计算器的编写,用于java课程设计的资料-the preparation of the java one yuan sparse polynomial calculator for java course design information
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:107520
    • 提供者:牟方林
  1. Ploy

    0下载:
  2. 一元稀疏多项式相加相减(MFC)vc-MFC This procedure is a one dollar sparse polynomial calculator
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1908736
    • 提供者:Jerry
  1. polynomial-calculation

    0下载:
  2. 用C语言编写的一元稀疏多项式计算,包括加减乘三种计算类型-Written in C language, one yuan sparse polynomial, including addition and subtraction multiplication three types of calculations
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:185344
    • 提供者:TsaiCai
  1. s

    0下载:
  2. 一元稀疏多项式计算器,的栈内存储版本的实现-The realization of one yuan sparse polynomial calculator stack stored version
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:王涵
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, hor
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:高君
  1. data-construction

    0下载:
  2. 数据结构中一系列的练习包括:约瑟夫环,一元稀疏多项式简单计算器,迷宫,文学研究助手等源代码-Data structure in a series of exercises include: Josephus, one yuan sparse polynomial calculator, maze, literature research assistants such as source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:段阳琦
  1. Sparse-polynomial-calculations

    0下载:
  2. 稀疏多项式计算,包括加减乘除,利用单向链表完成-Sparse polynomial calculations, including addition, subtraction, completion of the one-way linked list
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:219136
    • 提供者:Aaron
  1. test5

    0下载:
  2. 编写一段程序,使其可以满足一元稀疏多项式的表示以及加法运算功能. 其要求如下: (a) 多项式以指数递增的顺序输入。 (b) 设计的数据结构应有利于表示任意一元稀疏多项式。 (c) 输出的原始多项式及运算结果。 -Write a program so that it meets one yuan sparse polynomial representation and an adder function whose
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李梦渊
  1. sparse-polynomials-

    0下载:
  2. 实现稀疏多项式的加减乘除,建立删除,等相关操作,并使用牛顿迭代法进行解方程-accomplish the function of addition ,deduction,multiply ,divide and so on .especially the code use Newton algothrim to solve the equation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:797696
    • 提供者:宇文风
  1. polynModel

    0下载:
  2. 实现两个一元稀疏多项式相加运算,相减运算 和相乘运算-Achieve two one yuan sparse polynomial arithmetic, subtraction and multiplication operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1213440
    • 提供者:
« 1 2 3 4 5 6 78 9 »

源码中国 www.ymcn.org