搜索资源列表
055Calculator
- 计算器程序,对于加法和减法可以输入任意多位,对于乘法和除法只能处理4为十进制,除法保留了8位小数。按‘c’可以重新输入,按‘q’退出-calculators procedures for addition and subtraction can be imported arbitrary number, For multiplication and division can handle only four to decimal, the division retains the eight d
MyCalculator
- c++小程序,计算器,可作加减乘除运算,以类形式实现
SE
- 51单片机编写制做的电子计算器(韩国)汇编语言、C语言
jisuanqi
- c语言编译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
简单的栈计算器
- 简单的栈实现中缀转后的的计算器C语言源代码
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
c++zuodejisuanqi!!!!!!!!!!!
- c++做的计算器,有需要的可以下载参考下-c++ do calculators, are in need can be downloaded under reference
calculator
- 一个简单的加减乘除四则运算的计算器功能,使用C语言的程序代码-A simple addition and subtraction, multiplication and division arithmetic calculator functions, the use of C language code
1
- C++编的计算器代码,用C++编计算器。加减乘除的,部分源码-c++,http://www.supcoder.cn/bbs/dispbbs.asp?boardID=1&ID=65&page=1
huibian
- 汇编语言设计计算器程序 a. 屏幕显示出参与运算的数据与运算结果; b. 具有选择功能菜单; c. 最少有三种运算功能;-Assembly language program design calculator screen shows a. to participate in computing the results of the data and computing b. have a choice of menu c. at least three types of c
c
- 自己做的,用JAVA变得计算器,能进行简单的四则运算-Make their own, and use JAVA to become calculator, can be a simple four operations
C
- 带界面的两位数计算器,完成加减乘除运算欢迎使用-calculator
Cauculate
- 计算器c#编程 由于开发环境没有c#只好选择c-Calculator c# programming development environment, because there is no c# no other choice than c++
200851531911880
- 用c#做的一个计算器 用c#做的一个计算器 -hehe I can not sepeack english and my english is very poor ,please forgive me
jisuanqi
- 现在就用这个方式再实现计算器.. 表达式一旦转换成后缀表达式再进行计算就简单的不得了.遇到一个符号就弹出离他最近的两个操作数然后进行这个操作符指定的运算就ok了...运算完成后压栈继续扫描,依次重复...等到操作符没有了.所有的运算也就结束了.结果也就出来了...不必再判断优先级的什么的了.括号什么的也一并省略..爽吧. 其实在中缀转后缀的时候就可以进行计算,表达式扫描完成,计算完成. -it is a txt file based on c++ language to
uuu
- 种复数其界面和使用方法与Windows的计算器相似。可以进行复数的加减乘除四则运算,取共轭运算计算器,有操作界面,c/c++源代码-Species complex interface and use methods similar to the Windows calculator. Addition, subtraction, multiplication and division can be the plural of the four operations, taking the con
calculater
- 用C#在VS2008编程,实现简单的计算器功能,如加、减、乘、除、取余、取反操作-C# VS2008 programming simple calculator functions, such as addition, subtraction, multiplication, division, remainder, negated operation
gaojianqiu
- 利用C++汇编语言编写的计算器系统,可以实现简单的加减法。-it is a calculator based on C++
j_20659_SimpleSpeechCalculator
- 用c#开发的一款计算器, 不同的是可以智能语音提示 方便了中老年人-Using c# development of a calculator, The difference is that you can intelligent voice prompts Convenient for the elderly
Calculator
- 基于C++的计算器。先把所有数据和字符postfix输出再进行计算。内附queue和functions的packet。-Based C++ calculator. All data and character first and then calculated postfix output. Queue and functions included in the packet.