搜索资源列表
fushusizeyunsuan
- 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
homework2_2
- 用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等
Matrix
- 能完成矩阵的基本操作(加,减,乘,除,转置,求逆等)
calculator.zip
- 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
arithmeticexpression
- 数据结构的长数字算术表达式计算算法,包括加\减\乘\除等-Data structure of the long digital arithmetic expressions calculation algorithm, including the addition and subtraction multiplication and division, etc.
longintsizeyunsuan
- 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等基本技能和科学作风方面受到比较系统和严格的训练。 本课
TranslateCalc
- 实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非-Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequen
jisuanqi3
- 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
caculate
- 《数据结构》 课设 利用栈计算浮点数的加,减,乘,除,有一定的判错功能-" Data Structure" class-based calculation of floating-point increases in the use of the stack, subtract, multiply, divide, there is a certain sub-error functions
large
- 本程序围绕大整数编程,程序能够实现大整数的加、减、乘、除取余等运算。-This program around the big integer programming, the program can achieve large integer add, subtract, multiply, in addition to taking over other operations.
reversed_Polish_notation
- 逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。-RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations.
fushu
- 实现复数的四则基本运算。用C语言编写,主要功能有复数的输入与输出;两个复数的加、减、乘、除基本四则运算;-To achieve the four basic operations complex. Using C language
high
- 实现了加、减、乘、除的高精度计算以及其他相关运算符的重载。-Implemented add, subtract, multiply, divide and other related high-precision calculation of overloaded operators.
LargeNumber
- 大数运算包括加、减、乘、除四则运算 MFC-Large number
Calculator
- 实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构-Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure
polynomial-with-linked-list
- 能够实现任意项有理多项式的加、减、乘、除、求模以及幂运算-Able to achieve any item rational polynomial plus, subtract, multiply, and exponentiation
MyPolynominal
- C#实现的多项式加、减、乘、除算法,便于初学编程的同学使用。-C# implementation of the polynomial add, subtract, multiply, in addition to the algorithm, easy beginner programming students.
duoxiangshi
- 数据结构,输入两个个多项式进行数学运算,如加、减、乘、除,按照数学法则得到相应的结果-Data structure, enter the results of two polynomial mathematical operations such as addition, subtraction, multiplication, division, and in accordance with the laws of mathematics
Calculator
- 这是一个对算术表达式进行求值的控制台程序,程序主要用了数据结构中的栈的方法思想。先把表达式转化为后缀表达式,然后两对后缀表达式求值。程序可以实现对加、减、乘、除、乘方进行运算,还支持括号-This is an arithmetic expression is evaluated console program, the program mainly used the data structure stack method thought. First expression into postfi
polyn
- 用链表实现的一元多项式的加、减、乘、除、求值、求导、定积分-Achieve with a polynomial of addition, subtraction, multiplication, division, evaluation, derivation, definite integrals