搜索资源列表
-
1下载:
编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。
假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。
示例:括号内是说明
-Programming: programming a simple calculator four operations: from the keyboard to enter a fou
-
-
0下载:
简单计算器,可以进行整数小数五位以内的加减乘除运算。4*4键盘-Simple calculator can be carried out within five decimal integer addition and subtraction, multiplication and division calculations. 4* 4 keyboard
-
-
0下载:
java编写的计算器程序, 支持按钮和键盘输入-java calculator program prepared to support the buttons and keyboard input
-
-
0下载:
这是一个简单的c程序计算器编程,用c程编写一个程序 可以从键盘输入一个公式,回车后得到结果:
2+44*0-7/7回车得 1
-This is a simple calculator c program programming, using c-way to prepare a procedure to keyboard input from a formula that results after the carriage return: 2+ 44* 0-7/7 Enter a
-
-
0下载:
可以通过鼠标点击,也可以通过键盘输入.基本功能和一般的计算器无二。各个常用按钮的功能也和一般的计算器一样。-Through mouse clicks, keyboard input can also be passed. The basic function and general calculator goes. Various commonly used functions button and the calculator, like the general.
-
-
0下载:
这个程序实现了计算器的功能,键盘和鼠标均可输入-This process to achieve the functions of the calculator, keyboard and mouse input may be
-
-
1下载:
vc++计算器代码 功能简单 可键盘和鼠标操作-vc++ calculator code features a simple keyboard and mouse operation can be
-
-
0下载:
中断扫描实现计算器程序,使用键盘时需要用到的(如果使用扫描方式的话)-Interruption of scanning process to achieve a calculator, use the keyboard when needed (if the use of scanning any)
-
-
0下载:
一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
-
-
0下载:
很酷的下拉式键盘计算器模拟,,很酷的下拉式键盘计算器模拟-Cool the drop-down calculator keyboard simulation
-
-
0下载:
keyboard as a calculator.
-
-
0下载:
类似window系统的计算器,实现了鼠标和键盘的响应。。界面比较美观!
类似window系统的计算器,实现了鼠标和键盘的响应。。界面比较美观!-Similar to the window system, calculator, to achieve a mouse and keyboard response. . Interface is beautiful! Similar to the window system, calculator, to achieve a mouse and k
-
-
0下载:
一个简单的计算器 java源代码 能实现基本的键盘输入 还有基本的复制粘贴功能-A simple calculator java source code to achieve the basic keyboard also features a basic copy and paste
-
-
0下载:
简单的C++四则运算,由于有些特殊函数不能通过键盘输入,则自定义-Simple C++ four operations, due to some special function can not be input through the keyboard, the custom
-
-
0下载:
计算器
实现了度数和弧度的转换
多种运算功能(数字运算、三角运算、开方运算、倒数运算、阶乘运算、对数、指数运算等)
运算结果保留到小数点后六位数字
可以键盘输入进行四则运算-Six-digit calculator degrees and radians converted to a variety of computing functions (number crunching, trigonometric, square root operation, countdow
-
-
0下载:
模拟微软计算器界面,实现四则混合运算
1.键盘输入(KeyUp事件)
2.无焦点(按钮失去焦点)
3.实现优先级运算。比如直接输入1-2*3=-5,而不是微软计算器的-3
4.使用操作工厂,使用接口
5.实现菜单里的复制粘贴功能
6.可视化文本框
7.实现中间操作结果显示
8.正则表达式验证输入是否为数字
9.小数点个数校验
10.使用发消息_Flag实现操作符状态的判定及转换-Analog Microsoft calculator interface,
-
-
0下载:
基于vhdl设计的具有加减乘除以及取余数等等运算功能的计算器,可通过键盘扫描实现输入。-Vhdl-based design has addition, subtraction, and take the remainder and so on arithmetic function calculator, can be achieved through keyboard input scanning.
-
-
0下载:
本系统以51单片机为核心,能够实现三位数的四则运算。该系统通过检测矩阵键盘扫描,判断是否按键,经数据转换把数值送入数码管显示。-Matrix keyboard design simple calculator
-
-
0下载:
Calculator implemantation
-
-
0下载:
采用Java语言编写的带界面的科学计算器,键盘也可控制。(Scientific calculator with an interface - based is written in the Java language , you can also control it with keyboard.)
-