Description: PROTEUS仿真PIC16F877的例子,是一个计算器的例子-PROTEUS simulation PIC16F877 example, the calculator is an example Platform: |
Size: 81920 |
Author:张浩然 |
Hits:
Description: 单片机的开发,实现计算器功能,可以很方便地使用-Single-chip development, the realization of calculator functions, it is easy to use Platform: |
Size: 40960 |
Author:asdf |
Hits:
Description: 在51单片机上实现多功能计算器功能,除了基本的加减乘除,还可以实现开方的功能。
开发平台是 keil 软件编译程序,proteus 软件编译顶层图。硬件实现上ASM8052s-Achieved in 51 single-chip multi-function calculator function, apart from the basic addition and subtraction, multiplication and division, but also can realize the function of prescribing. Is a software development platform keil compiler, proteus software compiler top-level map. Hardware implementation on ASM8052s Platform: |
Size: 68608 |
Author:唐跃德 |
Hits:
Description: 一个用仿真单片机为计算器的PROTEUS工程,源码提供,仿真想过明显-Use of simulation for a single-chip calculator PROTEUS project to provide source code, simulation obviously thought Platform: |
Size: 119808 |
Author:xhtiger |
Hits:
Description: 基于C8051F020单片机的计算器实现。有键盘,LED控制与液晶显示。绝对是没问题的。8月份电赛培训中弄完的。-Calculator based on the C8051F020 MCU realize. Have keyboard, LED control and liquid crystal display. Is absolutely no problem. Xinhua tournament in August training the弄完. Platform: |
Size: 30720 |
Author:文进 |
Hits:
Description: 利用伟福 Lab2000P单片机实验仪上提供的显示电路和键盘电路,做一个简单的计算器。用十六进制A键 =‘+’、B键 =‘-’、C键 = ‘x’、D键 = ‘/’、E键 = ‘=’、F键 = ‘C’。
-Wei Fu Lab2000P use of single-chip experiment to provide the display circuit and the keyboard circuit, make a simple calculator. A hexadecimal key = Platform: |
Size: 1024 |
Author: |
Hits:
Description: proteus 单片机实现的计算器
可以实现加减乘除几种计算方式,在proteus中仿真通过-Proteus realize single-chip calculator can realize several calculation methods of calculation, in the Proteus simulation through Platform: |
Size: 141312 |
Author:lf |
Hits:
Description: This sample displays a basic integer calculator powered
by the 8051 microcontroller. Although Keil C51 has a
full floating point math library the evaluation version
is restricted to 2k of object code, so we have constrained
this sample to integer maths in order to fit within this limit.
The program for this design was written in C using the
Keil uVision 2 IDE for which Proteus VSM provides
a Debug Monitor driver.
Instructions for configuring Proteus to run in conjunction
with the Keil environment can be found by editing the
8051 microcontroller on the schematic (point at it and
press CTRL-E) and then clicking on the help button
on the Edit Component dialogue form. Platform: |
Size: 2048 |
Author:cj |
Hits:
Description: 51单片机计算器程序,能实现加减乘除等运算,希望对大家有用-51 single-chip calculator program, to achieve, such as addition and subtraction multiplication and division operations, in the hope that useful Platform: |
Size: 2048 |
Author:过阵风 |
Hits:
Description: Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument.
More detailed description of calculator is here.
-
Notes
* Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command.
* Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error.
* It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function
sum(x)=x>0?x+sum(x-1):0
Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator.
* All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen Platform: |
Size: 245760 |
Author:tang |
Hits:
Description: C语言编程环境,计数器功能的实现,汇编语言文件以及PROTEUS仿真-C language programming environment, the realization of the counter function, assembly language files, and PROTEUS simulation Platform: |
Size: 48128 |
Author:刘超 |
Hits:
Description: Proteus 单片机应用
采用德国的Keil C51单片机开发平台,编写51单片机的计算器和万年历的实例应用程序,并在Proteus电子仿真环境中仿真。-The Proteus microcontroller applications using the Keil C51 microcontroller development platform in Germany, the preparation of the instance of the 51 single-chip calculator and calendar applications, and simulation in Proteus electronic simulation environment. Platform: |
Size: 130048 |
Author:yeyu |
Hits: