搜索资源列表
arithmetic_edwardversion
- 本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、—、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系
四则运算的计算器源码
- 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
- 实现windows自带计算器功能,实现小数点及多功能运算,界面美观-Own implementation windows calculator function, realize the decimal point and multi-function computing, interface aesthetics
jisuanqi
- 计算器设计,其中包括加号输入、小数点的输入、及数字输入和求解。-Calculator design, including the plus input, the decimal point input, and digital input and solution.
Calculor
- 实现计算器的功能,包括一般的运算,支持小数点运算-calculor
Caculater
- 计算器,四则运算,用堆栈实现,加减乘除,自动忽略多余的小数点,实现部分输入错误的修正-caculater
mader.calculator.6
- 八位拆四位的八位计算器造法(带小数点位置)(详解六)-Demolition of four to eight Calculator eight law-making (with decimal point) (Detailed f)
calculator
- 一个简单的计算器,可以实现加减乘除等简单运算和小数点运算。-A simple calculator, you can achieve such a simple calculation and subtraction decimal multiplication and division operations.
HP
- 高精度算法,精确到小数点后N位,是制作计算器的必备函数-High-precision algorithm, to the nearest N-bit, is to produce an essential function calculator
caculator
- 用VC++实现的计算器程序,能实现基本的计算功能:加,减,乘,除,小数点,开方,平方等-VC++ implementation of the calculator program, to achieve the basic computing functions: add, subtract, multiply, In addition, the decimal point, square root, square
jisuanqi
- c语言编程计算器,包括基础加减乘除功能和负数计算,修正小数点的错误。-c language programming calculator, including basic arithmetic functions and negative terms, fix the decimal point errors.
android-Calculator
- 计算器操作 (CM) 清除存储值 (RM) 取出存储值 (M-) 当前显示值与存储值相减并保存 (M+/MS) 把目前显示的值放在存储器中,中断数字输入 (0-9) 按钮分别为输入数字0-9 字符键 (.) 钮用来输入小数点 (+/-) 钮用来转换当前值的正负 (√) 求平方根 ( ) 求百分比 (→)提供退格键功能 (C)按钮清除刚才的输入 (=) 确认计算结果 归零 (AC)清除全部数据结果和运算符 (CE)