文件名称:Calculater
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-12-14
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- HiJ***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序采用C语言编写,通过数组的形式,实现高精度加减乘除。进入程序之后,首先输入你要进行运算的算式个数,然后依次输入诸如
2/5
5/2
1/0
52/4
得到
2/5 0……2
5/2 2……1
divisor is 0
52/4 13-This procedure using C language, through an array of high-precision arithmetic. After entering the program, first you have to enter the formula calculates the number, followed by input, such as 2/5 5/2 1/0 52/4 to get 2/5 0 ...... 2 5/2 2 ...... 1 divisor is 052/4 13
2/5
5/2
1/0
52/4
得到
2/5 0……2
5/2 2……1
divisor is 0
52/4 13-This procedure using C language, through an array of high-precision arithmetic. After entering the program, first you have to enter the formula calculates the number, followed by input, such as 2/5 5/2 1/0 52/4 to get 2/5 0 ...... 2 5/2 2 ...... 1 divisor is 052/4 13
(系统自动生成,下载前可以参看下载内容)
下载文件列表
高精度加减乘除.cpp