搜索资源列表
asm_calcultor
- 汇编语言的课程设计,用win32汇编写的一个计算器程序,访windows自带实现了标准型的计算
calculate
- 这学期开了软件工程工具及其应用这么课,任老师给我们教了matlab程序设计语言,做了课程实验,自己用matlab实现了计算器,发现MATLAB确实是一门很有用得计算机编程语言,它把数值计算和可视化环境集成到一起,非常直观,而且提供了大量的函数,功能强大,工应用范围广泛。
guical
- 这学期开了软件工程工具及其应用这么课,任老师给我们教了matlab程序设计语言,做了课程实验,自己用matlab实现了计算器,发现MATLAB确实是一门很有用得计算机编程语言,它把数值计算和可视化环境集成到一起,非常直观,而且提供了大量的函数,功能强大,工应用范围广泛。
jiajian
- 此为用汇编语言编写的一个十进制加减计算器的课程设计。能够实现两个二位十进制数的加减运算,并具有友好的界面。
计算器源程序
- 本系统是采用单片机AT89C51作为本设计的核心元件。利用7段共阳LED作为显示器件。在此设计中共接入了8个7段共阳LED显示器,其中4个用于记录AB队的分数,每队2个LED显示器显示范围可达到0~99分,足够满足赛程需要,另外4个LED显示器则用来记录赛程时间,其中2个用于显示分钟,2个用于显示秒钟。赛程计时采用到计时方式。即比赛前将时间设置好,比赛开始时启动计时,直至计时到零为止。计时范围可达到0~99分钟,也完全满足实际赛程的需要。 其次,为了配合计时器和计分器校正调整时间和比分,
proteus.rar
- 电子时钟的单片机设计,led 数码管显示等用portues的仿真,AD、DA转换。计算器的仿真,on
calculater
- 这是一个仿照实体计算器功能设计,包括所有常用的计算功能并具有对一组数据的统计处理功能的,用C++语言编程的软件。可以直接在电脑上使用无需安装任何附件。本产品针对需求简单的使用者,设计出一种界面简单,使用方便且功能比较齐备的计算器。基本功能包括简单加减乘除运算,三角函数,反三角函数运算,指数对数运算,求平方及平方根等。增加了对一组数据的统计处理,如平均数,求方差,求平方和这样的运算。-This is a calculator function entity modeled on the desig
jisuanqi
- 利用BIOS和DOS的中断来设计一个计算器,要求在屏幕上显示一个主菜单,提示用户输入相应的数字键,分别执行加、减、乘、除四种计算功能和结束程序的功能。-Use BIOS and DOS interrupt to design a calculator, the requirements on the screen displays a main menu that prompts the user to input the corresponding number keys, respectiv
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
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
jishuqi
- 利用单片机AT89C51设计的计算器,其中包括用PROYUES仿真的电路图和用汇编语言编写的汇编程序。-AT89C51 microcontroller designed for the use of calculators, including the use PROYUES circuit simulation and the use of assembly language written in assembler.
computer
- 利用实验装置,设计一个简易加法计算器的原理线路,编制应用程序,实现三位十进制无符号数的加法。-asm
334101$cobra2335$8051
- 单片机简易计算器 它采用了大按钮的设计,无须触笔,用手指就可以准确操作,所以在进行商品交易的时候非常方便-SCM simple calculator It uses a large button design, no stylus, a finger can be an accurate operation, Therefore, in the commodity trading is very convenient when the
Calculatorusingassemblylanguage
- 用汇编语言实现简单计算器的功能课程设计,其中包含有word文档。-Calculator using assembly language to achieve a simple function of curriculum design, which includes a word document.
calculator
- 汇编语言实现简易计算器的程序,用单片机设计简易计算器的汇编语言主程序。-Simple calculator assembly language program, simple calculator designed with MCU assembly language main program.
95302941hbkcsj
- 汇编课程设计 模拟计算器 完整的课程设计论文-Compilation of curriculum design, curriculum design, simulation calculator complete papers
jisuanqisheji
- 关于82s51单片机实现简易计算器+—*/的课程设计,学生做课程设计可以借鉴~-Simple calculator on the 82s51 MCU+-*/curriculum design, curriculum design students can learn to do ~
ASM1
- 微机原理课程设计报告 简易计算器的汇编语言程序-Course Design Report Microcomputer simple calculator program in assembly language
computer
- 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。
Calculator
- 使用Win32编程设计一个功能及界面风格类似于Windows计算器的计算器程序,只要求实现标准型计算器。 主要实现的功能:包含基本的四则运算、倒数运算、平方根运算。并支持存储区的存储、清除、调出、累加等功能。(Using Win32 programming to design a calculator program with function and interface style similar to Windows calculator, only standard calculator