搜索资源列表
四则运算实现
- 四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
【C++实现四则运算求值】
- c++实现四则运算.zip 这是一个大学生用编写的四则运算程序,请大家指点-c achieve four operations. This is a zip students with the preparation of the four Operational procedures, please guidance
线性表及其应用--长整数四则运算
- 数据结构课程设计线性表及其应用,长整数四则运算,实现任意长的整数进行加法运算的演示程序。-curriculum design data structures and application of linear table, four long integer operations and achieve long arbitrary integer addition operations for the demonstration program.
复杂四则运算
- 可以详细分析输入字符串,可以计算四则运算,sin,con,log等等数学计算,代码清楚易懂,便于学习-can input string detailed analysis can be calculated four operations, sin, con, log, etc. mathematical calculations and code clarity, ease of learning
有理数四则运算
- 利用堆栈实现有理数的四则运算,比较长,但是基本功能都能够实现,算是比较有用的-stack to achieve rational use of the four operations, a long, but the basic functions can be realized, as a relatively useful
用函数指针对两数作四则运算
- 用函数指针做四则运算,文件不大,功能较全面,上传供参考-do with function pointers four computation, not paper, more comprehensive functions, uploads for reference
含括弧的任意精度四则运算的详细解释
- 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main functio
四则运算jgj
- 四则运算的实现,是用C语言编写的,定义了堆栈.-four operations, were prepared using the C language, the definition of the stack.
复数(Complex Number)的四则运算
- 复数(Complex Number)的四则运算-Complex (Complex Number) 4 Operators
长整数四则运算
- 关于长整数四则运算用于计算整数的加减乘除
实现四则运算的计算器
- 可以实现四则运算的计算器,又程序的详细讲解
大数的四则运算
- 长整数的四则运算-long integers four Operational
四则运算实现(c 语言 数据结构课程设计题)
- 四则运算实现(c 语言 数据结构课程设计题)-four Computing (c language curriculum design data structures that)
四则运算
- 输入不带括号的四则运算,输出结果
堆栈实践四则运算
- 利用堆栈原理对输入的运算表达式进行四则运算。
一个实现简单四则运算的小程序
- 一个小程序实现四则运算,大二时。老师让做的,希望对那些初学者有所帮助
简单的四则运算题
- 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
四则运算的计算器源码
- C语言编程,用Visual C编程,接受用户输入的一个四则运算表达式,输出其结果。例如用户输入表达式(5‐1/5)*5,则输出结果24.00,输出时精确到小数点后两位-C language programming, using Visual C programming, to accept user input of a four operational expression, the output results. For example, the user enters the expres
Calculator
- 本人设计的C# C Sharp 计算器,初学,很简单,功能只有普通四则运算-C# Calculator
大整数的四则运算
- C语言实现简单的大整数四则运算,可直接下载编译即可使用(The C language implements four simple large integer operations, which can be used directly to download and compile.)