搜索资源列表
111
- 基于AVR系列ATMEGA16单片机设计的计算器小程序。包含多个芯片驱动程序。-AVR Series Single-chip-based design ATMEGA16 Calculator applet. Contains a number of chip drivers.
jisuanqi
- 简单计算器单片机设计程序,本程序的编程技巧就是采用结构化的程序设计思想,化整为零,主函数非常简单,通过调用各个函数实现计算器功能,有利于调试,维护-simple calculator programme
calculator
- 一个用C编写的计算器,可以计算带括号的计算表达式的值,仅支持整数范围内的计算(开始的时候是开发给单片机用的,由于执行效率原因,所以设计不支持浮点数计算),代码很简介,只要修改下数据类型和小部分代码就可实现完全的浮点数计算了-Calculator, written in C can calculate the value of the bracketed expression is evaluated only supports integer within the calculation (th
jisaunqi
- 键盘扫描程序,可以通过4*4键盘扫描。一般在做单片机设计时可以用到,这是一个4*4简易计算器的程序-Keyboard scanner, you can scan through the 4* 4 keyboard. Generally can be used when doing single-chip design. This is a 4* 4 Simple calculator program
Caculator
- proteus图形仿真,基于单片机AT89C51的计算器设计-proteus graphics simulation, based on AT89C51 single-chip calculator design
serial-interface-calculator
- 关于串口计算器的设计,主要内容为单片机对接收的包含多个运算符的运算表达式进行分析、计算,并将计算结果通过串口返回的同时加以显示。-Main contents for single chip microcomputer is to receive an arithmetic expression contains more than one operator carries on the analysis, calculation, and the calculated results via a
calcu
- 基于51单片机的多功能计算器设计,c语言实现(Design of multi-function calculator based on 51 single chip microcomputer)
基于单片机的简易计算器设计
- 利用单片机设计简易计算器,实现简单的加减乘除计算(The design of a simple calculator with single chip microcomputer)
基于单片机的智能计算器
- 利用单片机设计的计算器,用键盘输入,由单片机计算结果,计算过程由LCD液晶显示(The calculator which is designed by single chip microcomputer is input by keyboard. The result is calculated by single chip computer. The calculation process is displayed by LCD LCD.)
基于单片机的智能计算器
- 本设计是以STC89C51单片机为核心的计算器模拟系统设计,输入采用4×4矩阵键盘再加上4个独立按键,可以进行加、减、乘、除7位带符号数字运算,同时支持括号的嵌套使用级浮点数的运算,并在LCD1602上显示操作过程。(This design is a calculator simulation system design with STC89C51 MCU as the core. Input 4 * 4 matrix keyboard plus 4 independent keys can a
51单片机简易程序
- 大学电路软件设计实验可能用到的关于51单片机的简易程序,包含6种简易的计算器以及一个数字时钟,可以满足课程结课要求。