搜索资源列表
具有运算符优先级的计算器(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
code
- C编写的计算器源代码,非常简便,希望对你有用-Code For a Caculator In C Language,it s very brief,may it will help you.
c
- vb设计的一个简单漂亮的计算器,可实现下拉式操作-vb beautiful design with a simple calculator, the drop-down operation can be realized
calculator
- 该程序是关于计算器的源代码,改程序是用c#编写的-This process is about calculator.And it was writen by c#.I hope it will make a use to your work.
ad_cal
- 计算器C++,实现加减乘除,有MFC界面-Cal
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++编写的计算器,实现算式的多层运算。简单,快捷-计算器
compute_sipf
- 根据《大话设计模式》用C++编写的计算器控制台程序,采用简单工厂设计模式。创建加减乘除运算类,继承于基本运算类operate,简单工厂类用于实例化运算符号对象。-According to " lying Design Patterns" written with C++ console calculator program, a simple factory design pattern. Create addition and subtraction multiplicati
Program
- C#的计算器源码,希望大家看看!会对大家有帮助的!-C# source code calculator, I hope you take a look! We will help!
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
jisuanqi
- 简单的计算器,用C ++编写一个简单的计算器模拟窗户上的基本的计算功能-Simple calculator, using c++ to write a simple calculator simulation windows on basic computing functions
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)