搜索资源列表
具有运算符优先级的计算器(C语言)
- 用C语言编写的计算器,具有运算符优先级,采用堆栈实现。-C language prepared by the calculator, with priority Operators using stack to achieve.
LED
- LED显示字形计算器,能生成C和ASM代码 lgl_5923@163.com
yc.rar
- 此为简易计算器的源程序,能加减乘除运算,在51单片机下开发,This is the summary of the source code calculator, multiplication and division to addition and subtraction calculations, developed in the 51 SCM
MyCalculation
- 题目:复杂计算器设计 要求:设计一个复杂的计算器,能实现Windows系统中计算器的功能。 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3) 具有进制转换功能. -Title: complex design requirements calculator: design of a complex calculator, to achieve Windows system calcu
calculator
- c++课程设计(多功能计算器设计) 这是个完整的课程设计,包括设计所需的各个部分,运行结果,数据分析,截图,以及完整的c++源代码 -c++ Program Design (multi-function calculator design)
c
- vb设计的一个简单漂亮的计算器,可实现下拉式操作-vb beautiful design with a simple calculator, the drop-down operation can be realized
C_code
- 用C语言写的计算器,用来计算加减乘法,除法。-Calculator written using C language, used to calculate the addition and subtraction, multiplication, division.
c
- 单片机多功能计算器程序,用汇编语言写的,希望对大家有用-SCM function calculator program, written in assembly language, we want to be useful
5.txt
- 基于C++编写的计算器,实现算式的多层运算。简单,快捷-计算器
trade520
- 单片机C语言程序设计实训100例/新手练习程序有流水,LCD,点阵,A/D,中断,音乐,计算器,数码管等-100 cases of single-chip C Programming Language Training/novice exercise program there is running water, LCD, dot-matrix, A/D, interrupts, music, calculator, digital tubes, etc.
counter
- 一、基础部分(70 ) 设计一个简易计算器,它具有下列运算功能: 1. 两个无符号的8位二进制数的相加; 2. 两个无符号的8位二进制数的相减; 3. 数值和运算符用4×4键盘输入,输入的值为十进制,其中A为“+”,B为“-”,C为“退格”E为“=”, 4. 数值用数码管以十进制形式显示,以加法为例,初始时显示全“0”,先输入被加数,输入时数字顺序是从左到右。例如,输入1、2、3应该在显示器上上显示“123”,在输入运算符,按下运算符键后,数码管显示全“0”,再输入加数,方法
jishuqi
- 用c#实现的一个简单的计算器,可以实现加减乘除和连加连减连乘连除等功能。-Using c# to achieve a simple calculator, you can achieve even the addition, subtraction, and even add subtract multiply connected even in addition to other functions.
8051-and-1601-the-calculator
- 用8051与1602lcd实现的计算器,C语言的,有图-8051 and 1602 the calculator
dgnCalculator
- C#编写的多功能计算器,功能还比较多,可以计算表达式,高等数学计算等-Multi-function calculator written in C#, features more, you can evaluate the expression, mathematics calculation
shujujiegou
- 实现的是简单计算器,包括加减乘除。c编写的数据库课程设计-Realize that the calculator, including arithmetic. c prepared
jisuanqi
- 简单的计算器,用C ++编写一个简单的计算器模拟窗户上的基本的计算功能-Simple calculator, using c++ to write a simple calculator simulation windows on basic computing functions
c#计算器
- 用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示
CPP_MFC_simple_calculator
- C++ MFC是C++编程界面设计很重要的一个方面,本文档通过一个简单的案例 简易计算器,来说明C++ MFC的具体实现过程,简单明了,非常适合初学者。-C++ MFC is C++ programming interface design is very important aspect, the present document by a simple case- a simple calculator to illustrate the implementation process C++
FirstTest
- 一个简单c++入门的计算器程序。里面有控件,控件变量添加,实现简单的加减乘除功能。(A simple C Entry calculator program)
new
- C的简易计算器代码,支持括号,优先级等等运算但是不支持散件函数等处等函数(Calculator of C but is not repreciable for the function like sin cos tan)