搜索资源列表
Cal
- 这是一个简易的计算器,是用VC++设计的,作为学习之用,能实现进制转化和基本运算。-This is a simple calculator, is VC++ Designed as a learning, to achieve M-ary conversion and basic computing.
MyCommunication
- Java设计的简易计算器源代码,基本实现四则运算和退格、清零功能。-A simple calculator designed Java source code, basically four operations and backspace, resetting function.
jisuanqi
- 简易计算器设计,利用LCD1602显示,使用矩阵键盘控制-Simple calculator designed to use LCD1602 display, use the matrix keyboard
Windows-MFC
- 利用mfc进行设计的简易计算器,可进行加减乘除等计算-Using MFC to design a simple calculator, can add, subtract, multiply and divide the calculation
calculator
- 简易C++计算器,能实现一般运算,自动连加,适合在校学生使用,以及课程设计研究。-The simple C++ calculator
counter
- 基于visual basic的简易计算器设计程序,可以进行加减乘除等简易运算-Based on a simple calculator designed visual basic program, simple arithmetic such as addition, subtraction
jianyijisuanqi
- C++之父的《程序设计与实践》书中的简易计算器改进版本,通过文法实现“()”,“*”,“/”等优先级运算,通过改进实现花括号“{}”的运算-C++ the father of the " program design and practice" simple calculator improved version of the book, through the grammar to achieve " ()" , " *" , " /&
caculate2
- 简易计算器,数据结构课程设计,可视化界面-Simple calculator, data structure course design
jisuanqi
- c++课程设计简易计算器可以实现数字的加、减、乘、除、正/负数、小数点;三角函数的运算(sin,cos,tan);数字的开方、阶乘、倒数运算;幂函数的运算;同或、异或、与、求余运算;清零、删除功能; -c++ curriculum design simple calculator can be achieved (1) numbers to add, subtract, multiply, divide, positive/negative, decimal point (2) trigo
calculator
- C++语言实现的一个简易文本计算器,可以进行基本的四测运算和阶乘运算。是C++程序设计原理与实践一书中的一个实例。-C++ language to achieve a simple text calculator which can operate four basic arithmetic operations and factorial.It is an example of the book Programming Principles and Practice Using C++.
Windows-Calculator
- 通过windows程序设计编写的一个简易MFC计算器,具有两个可以分别输入数字的编辑框,四个“+”、 “-”、 “×”、“÷”操作键和一个结果的输出框,外加一个“退出”按钮。-This is a simple calculator using windows programming, which includes two edit boxes where you can enter numbers, four operating keys "+", "-", "×" and "÷", plus
yunsuan
- 设计一个简易计算器,可以进行四则运算,例如:选择1进行加法运算等-Design a simple calculator that can be four operations, such as: choose a carry adder, etc.
Calculate
- 开发环境用的是 VS2008,选择项中没有,所以选者的是Visual C++ 1、简易的计算器的设计 2、使用VS2008运行生成之后可以计算简易的算术表达式,能识别各种算术运算符及括号的优先级 3、如输入算术表达式:3*(4-1+2)-2*3= 按回车键后能得到正确的结果 9-Development environment using VS2008, there is no choice, so choose those that Visual C++ 1, a simple
jisuanqi
- 简易windows计算器,基于win 32设计;可以进行简单的加减乘除以及开方和求余运算。-Simple Windows calculator, based on Windows 32 design As well as open and can perform simple addition, subtraction, multiplication, and division for operation.
ScalculatorQt
- 简易计算器的实现,主要对运算符优先级进行处理,利用QT设计UI,C++编程-Simple calculator to achieve, mainly operator precedence processed using QT design UI, C++ Programming
基于单片机的简易计算器设计
- 利用单片机设计简易计算器,实现简单的加减乘除计算(The design of a simple calculator with single chip microcomputer)
计算器程序
- 自学C语言中相关知识,设计出模拟简单计算器程序。要求如下所述: 1. .必须具有+、-、×、÷简单算术运算以及清除的功能 2. 输出显示简易计算器的界面; 3. 可以通过键盘上“↑←↓→”符号来选择需要输入的数据,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 4. 也可以通过输入窗口,直接从键盘上输入要计算的表达式,点击键盘上“=”或者计算器界面的“=”将计算结果输出显示; 5. 选用任意一种(上述3或4)数据输入方法的测试表达式及运算结果均可以完整地在某个窗口中显示出来。 6.