搜索资源列表
my_poly
- 学习链表时写的一个程序,能实现一元多项式的四则运算和积分运算,对深刻学习链表有很大帮助。-when learning to write a procedure to achieve one yuan polynomial four operations and integral calculation, List of profound study will be of great help.
duoxiangshi
- 用数据结构来实现多项式的四则运算 此程序是用线性表的方法来实现
duoxiangshilei
- 实现多项式的四则运算,以及求多项式的值。并实现了多项式的一般表达式输入输出。
derdfdc
- 这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行并由地定额的改动-This is an object-oriented method polynomial four Operational source, efficient algorithm that uses a lot of data structure. Compressed only source files inside the vc to run fixed by
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
Mul
- 输入多项式的系数和幂,进行简单的四则运算-Input polynomial coefficients and power to carry out simple arithmetic
yiyuan
- 关于一元多项式的加减乘除四则运算的源代码以及程序设计-On a calculation of the polynomial arithmetic source code and program design
dxshi
- 此程序能够完整实现多项式四则运算,很难得有这样的程序。-This program can complete implementation of the polynomial four operations, is difficult to get such a program.
poly
- 一个关于多项式四则运算的小程序,适用于初学者。-Four operations on the polynomial a small program for beginners.
duoxiangshi
- 多项式的加减乘除运算 输入各项系数 对两个多项式进行四则运算-Polynomial multiplication and division operations of addition and subtraction
poly
- 1.实现多项式的加减乘除四则运算 2.实现文件的输入输出-1. To achieve polynomial addition and subtraction, multiplication and division arithmetic 2. Implement file input and output
Polynomial
- 一个可以计算多项式四则运算的程序源代码,稍加修改还可以实现求导,积分等数学运算-A program that can calculate a polynomial
shujijiegoushiyan
- 在vc++6.0的W32控制平台下,实现两个多项式(用链表表示)的四则运算,并输出结果。-In vc++ 6.0 W32 control of flat, we realize two polynomial (with a linked list says) arithmetic, and output.
counter
- 本实例演示了一个可以进行简夢的整数四则运算的计算器程序。在本例子中要求用户输入 一个由整数组成的四则运算多项式,程序计算出最终结果,并显示给用户。本实例主要向读者 介绍运算符的优先级以及递设计程序的方法。-This example demonstrates a simple dream integer arithmetic calculator program. In this example the four operations require users to enter an integ
duoxiangshi
- 多项式和、差、积、商(余数)四则运算,winform,C#实现-Polynomials, difference, product, quotient (remainder) arithmetic, winform, C# implementation
chengxu
- 一、约瑟夫循环问题;二、一元多项式的运算;三、逆波兰表达式求值;四、杨辉三角显示;五、四则运算表达式求值;六、BST二叉树-First, Joseph circulation problems Second, one yuan polynomial arithmetic Third, reverse Polish expression evaluation Fourth, Pascal' s Triangle Show five, four arithmetic expressio
多项式
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数 降序输出多项式实现、多项式相加、相减、求导等操作(A simple calculator with sparse polynomials of one element. Enter and build polynomials, exponentially In descending order output polynomial realization, polynomial addition, subtraction, derivat
计算器
- 一个多项式与四则运算计算器,使用栈对四则运算进行处理,可以定义函数(A polynomial and four calculation calculator, using the stack to handle four operations, can define the function)