搜索资源列表
计算器2.0
- 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4
c语言简易计算器
- 用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
CALC
- 51计算器源代码,4*4键盘输入,采用浮点算法设计的
Calculator
- 计算器4*4键盘lcd显示,有计时功能,希望对大家有用
culculater
- 按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序。 ① 从键盘输入一个完整的表达式,以’#’作为表达式输入结束的标志。 ② 输入表达式中的数值均为大于等于零的整数。中间的计算过程如果出现小数也只取整。 -In accordance with the arithmetic addition, subtraction, multiplication, division, power (^) and the parentheses precedence relat
xinshi
- 计算器程序能够实现 从键盘输入数据 能够实现数据的加、减、乘、除-Calculator program enables data to be entered from the keyboard data to add, subtract, multiply, and divide
C51-Calculator
- 这是一个四位计算器的功能的压缩包,里面是实现四位计算器然后4*4键盘-This is a four function calculator compression package, which is four Calculator then 4* 4 keyboard
tcal5.6
- 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
jisuanqi
- 1、创建一个计算器(非可视化界面),可以进行常用的加减乘除算术运算。 2、请找出3至1000范围内最大的10个素数,并计算出这10个素数的累加和。 3、使用简单if语句编程,从键盘键入三个整数,然后按照从小到大的顺序将其输出。 -1, create a calculator (non-visual interface) that can be used arithmetic arithmetic. 2, identify the range of 3-1000 largest pri
Calculator
- 简易计算器,可进行简单的加、减、乘、除功能,能弹出软键盘,也可设置定时。-Simple calculator, can be a simple addition, subtraction, multiplication, division function, can pop up the soft keyboard can also set the timer.