搜索资源列表
实例41
- 一个简单计算器程序,实现两个操作数的运算,包括加减乘除-a simple calculator program, the two realize the number of computing operations, including the arithmetic
C51-clock
- C51单片机实现液晶秒表以及简单计算器 电路是一个51最小系统,没有采用总线方式,而简单的连线方式,上有4*4矩阵键盘,一数码管,89S51单片机,串口下载线,数码管显示锁存芯片\\蜂鸣器\\1602液晶. 代码已经调试成功过,可以实现时间的调整.4*4矩阵键盘,第一排前三列是实现小时\\分钟\\秒的加.第二排前三列是实现小时\\分钟\\秒的减.当然还可以通过设置矩阵键盘的键值,来实现加\\减\\乘\\除四则运算,由数码管显示参与运算的数字以及最终的运算结果.-C51
Calculator
- 此示例是一个用于 Pocket PC 的简单计算器应用程序。它使用多个 Windows 窗体控件且仅在 Visual Basic 中可用。
calculator
- 使用MSP430的键盘、LCD模块等完成一个简单的计算器的功能
caculate_H27
- 利用伟福 Lab2000P单片机实验仪上提供的显示电路和键盘电路,做一个简单的计算器。用十六进制A键 =‘+’、B键 =‘-’、C键 = ‘x’、D键 = ‘/’、E键 = ‘=’、F键 = ‘C’。
calc
- 一个简单的计算器是如何写的,单片机可以做很多智能东西,学习着可以发挥自己的想想,自己动手做一做。
PIC数码管计算器简单版本.rar
- MPLAB V7.11 HI-TECH V8.05 Proteus V7.1 现在这只是一个简单的加法计算器,当前使用方法: 1) 输入第一个数(<4位);边输入边显示 2) 按+号;清空数码管; 3) 输第二个数(<4位) ; 边输入边显示 4) 按=号出结果;显示在数码管上 5) 按C号,返回1) 继续等待输入
calculator.rar
- 用51单片机实现一个简单计算器的功能,并用8位数码管显示,即可以实现0-99999999间的运算。,With 51 single-chip realization of a simple calculator functions, and 8-bit digital tube display, which can be achieved between the computing 0-99999999.
jsq.tar
- 用qt实现一个简单的计算器,这个计算器有简单的加、减、乘、除,根号,简单三角函数的功能。-this function is for the calc ,have add sub mul div.sqrt
calcular
- 用c51实现的一个简单计算器能够实现加减乘除等运算-C51 achieved with a simple calculator can be achieved, such as addition and subtraction multiplication and division operations
jiandanjsq
- 简单计算器. 目的: 练习switch语句 题目: 设计一个简单的计算器, 完成两个数的加减乘除 -Simple calculator. Objective: To practice the subject switch statement: Design a simple calculator to complete the addition and subtraction, multiplication and division number two
jisuanqi
- 单片机键盘扫描加数码管扫描的一个简单计算器程序-Keyboard for digital scanning plus a simple calculator program scan
c51
- 用单片机c语言编的一个简单计算器,能进行100内的数计算-failed to translate
091250129
- window ce的一个简单计算器实现。附带七段数字码的实现-window ce to achieve a simple calculator
ts_testhao
- 哈工大嵌入式实验,基于ARM写一个简单计算器的实验,-HIT the embedded experiment, based on the ARM write a simple calculator experimental
Caculater
- 简易计算器利用QT制作的一个简单计算器,界面是参照windows下的计算器-Simple calculator in QT made a simple calculator, the interface is a reference to the windows calculator
ts_testhao
- 哈工大嵌入式实验,基于ARM写一个简单计算器的实验,-HIT the embedded experiment, based on the ARM write a simple calculator experimental
选题5-QT
- 本实验将介绍如何创建一个简单的 Qtopia2.2.0 程序,并将其集成到 Qtopia2.2.0 中,我们将以 一个简单的计算器作为例子,演示开发一个 Qtopia2.2.0 应用程序的完整步骤,包括使用 designer 设计图形程序界面、交叉编译 arm 版本的程序等等(This experiment will introduce how to create a simple Qtopia2.2.0 program, and integrated into the Qtopia2.2.0,
27-计算器
- 本设计是实现一个有加、减、乘、除、计算功能的多功能计算器。它的硬件主要由四部分组成,一个STC89C52单片机芯片,一块LCD1602液晶显示器,一个4*4的键盘。采用STC89C52单片机为主要控制电路,然后使用液晶显示管显示数据,利用4*4矩阵键盘加上一些功能键完成电路的输入操作部分。电路比较简单,但是很实用方便。(The design is a plus, subtraction multiplication and division, calculation function calcu
计算器
- 用verilog语言实现了一个计算器alu,实现加减乘除的简单计算。(Using Verilog language to achieve a simple calculator ALU, computing add, subtract, multiply and divide.)