搜索资源列表
mycode4
- 用汇编语言编译的一个内容简单,可以执行加减乘除的计算器-assembly language compiler as a simple, the implementation of the arithmetic calculators
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
calculator
- 一个简单的加减乘除四则运算的计算器功能,使用C语言的程序代码-A simple addition and subtraction, multiplication and division arithmetic calculator functions, the use of C language code
Masm50
- 一个功能简单的计算器内有详细的说明-A simple calculator function, there are detailed instructions
jsq
- 这是一个用汇编语言实现的简单计算器,供大家参考-This is a used assembly language to achieve a simple calculator for your reference
jisuanqi
- 自己编写的一个很简单计算器,进制转换,SIN COS等运算-JISUANQI
calculator
- 用8255控制键盘和LED显示,设计一个简单的计算器,该计算器能做加法和减法运算,用LED数码管显示数字和运算结果。-8255 control with the keyboard and LED display, design a simple calculator, the calculator can do addition and subtraction calculations, LED digital tube display with digital and computing re
jsq
- 用汇编语言实现的一个非常简单的计算器程序-Using assembly language to achieve a very simple calculator program
123
- 一个简单的能加减乘除的计算器代码 效果还是不错的-A simple addition and subtraction to multiplication and division of the calculator is still a good result code
js
- 一个简单的四则运算计算器,采用asm作为开发环境-A simple arithmetic calculator
8051and1601LCD
- 运用51单片控制锁存器译码器等,完成一个简单的计算器系统-Control the use of 51 single latch decoder and so on, to complete a simple calculator system
c51
- 一个带浮点运算的单片机计算器,基于c51的简单运算。-It is based on 51 single-chip multi-function calculator design, accompanied by procedures and schematics
JIANDANJISUANQI
- 用汇编语言写成的一个简单计算器程序,运算范围为0~65535-This is a sequence about a simple counting device range 0 to 65535
jisuanqi
- 现在就用这个方式再实现计算器.. 表达式一旦转换成后缀表达式再进行计算就简单的不得了.遇到一个符号就弹出离他最近的两个操作数然后进行这个操作符指定的运算就ok了...运算完成后压栈继续扫描,依次重复...等到操作符没有了.所有的运算也就结束了.结果也就出来了...不必再判断优先级的什么的了.括号什么的也一并省略..爽吧. 其实在中缀转后缀的时候就可以进行计算,表达式扫描完成,计算完成. -it is a txt file based on c++ language to
calculator
- 本程序用matlab模拟了一个简单计算器的功能,能够处理简单的数据运算-this project imitates a simple calculator and can deal with some simple calculation
Calculator
- 一个简单的计算器,可以实现加减乘除等运算-A simple calculator
vb
- 一个简单实用的一次计算器软件,我不知大风风光和建议- A simple and practical time calculator software, I do not know winds scenery and recommendations
MyCalc
- 计算器的基本界面和基本功能,适用于初学者,有加减乘除,根号,平方,退格等功能,简单,使用与初学者,整个源码只有一个类。-Calculator basic interface and basic functions for beginners, there are addition, subtraction, multiplication, root, square, backspace and other functions, simple, and beginners, the entire
caculator
- 一个简单的C++计算器,适合做课程设计。-a simple calculator based on c++
matlab制作计算器
- 这个程序是一个实现加减乘除的简单计算器,作为一个初学者编程者的简易计算器,希望各位大佬可以多多指点。