CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 加减乘除运算

搜索资源列表

  1. My_calculator_for_c51

    0下载:
  2. 用单片机系统实现8位的加减乘除运算,外接16位矩阵键盘输入,通过lcd显示结果。在keil上运行良好。-microcontroller systems with eight of the arithmetic operators, 16 external keyboard input matrix, LCD display results. Keil in running good.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:34203
    • 提供者:文子
  1. keyboard__1.1

    0下载:
  2. 实现数码管输入显示器输出功能(加减乘除运算)-realization of the digital input output function display (arithmetic operations)
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1701
    • 提供者:龙小军
  1. 80C51caculator

    0下载:
  2. 在Keil里面编写的可以运行于80C51单片机上的计算器程序。可以实现简单的加减乘除运算。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:13098
    • 提供者:Lee
  1. fudianshuyunsuan

    0下载:
  2. 介绍一组浮点数的运算代码,包括加减乘除运算的VHDL代码实现-Introduced a set of floating-point code of the operation, including addition and subtraction multiplication and division operations to achieve the VHDL code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:323472
    • 提供者:jiachen
  1. Double_FPU

    0下载:
  2. 详细介绍双精度浮点数据的格式,以及加减乘除运算的实现方法-Details of the format of double-precision floating-point data, and the realization method of addition and subtraction multiplication and division
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:96155
    • 提供者:小娟
  1. CS9-1

    0下载:
  2. 这是51单片机初级运用的源码,主要是加减乘除运算,希望给现在学单片机的人有所帮助-This is the primary use of single-chip microcomputer 51 of the source, the main operation is addition and subtraction multiplication and division, I hope to learn now will help people SCM
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7679
    • 提供者:姚仕享
  1. Simple_calculator

    0下载:
  2. 51单片机基础训练项目之简易计算器.功能:普通整型的加减乘除运算。可由读者自主学习并扩展至浮点运算。-51 MCU-based training program in the simple calculator. Function: ordinary integer addition and subtraction multiplication and division operations. Readers can be extended to self-learning and floati
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:483324
    • 提供者:441422
  1. jsq

    0下载:
  2. 计算器,能实现简单的加减乘除运算。在MINIGUI下运行。用C语言开发的。-Calculator that can perform simple addition and subtraction multiplication and division operations. The MINIGUI run. Developed using C language.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:2173
    • 提供者:liujin
  1. calculator

    0下载:
  2. 51单片机计算器程序,用液晶显示,矩阵键盘,加减乘除运算。-use51 microcontroller to make calculator。
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:2018
    • 提供者:张成
  1. weiji

    0下载:
  2. 实现微机接口4*4键盘的扫描及输出并实现相关的加减乘除运算等-keyboard
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:2231
    • 提供者:张体顺
  1. Calculator

    0下载:
  2. 计算器,阈值为99999999,加减乘除运算都没有问题,protues电路图 和 汇编语言都有,仿真过了,没问题。-caculator, with protues and keil software it is successed。hope it is helpful for you
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:40924
    • 提供者:李大力
  1. add8

    0下载:
  2. 用VHDL语言实现的八位计数器 可进行简单的加减乘除运算-It is a counting device with eight-bit that could plus ,subtract ,multiply and divide.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:2765
    • 提供者:
  1. ARMCalculator

    0下载:
  2. ARM计算器proteus仿真,单片机用的是LPC2104,可以进行四位数的加减乘除运算. -ARM calculator proteus simulation, using a LPC2104 microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:499107
    • 提供者:无名
  1. AVRmicrocontrollerbaseddesignofthecalculatorprogra

    0下载:
  2. 通过AVR开发环境设计简单的计算器,一般的加减乘除运算都能实现-AVR development environment through the design of a simple calculator, addition and subtraction, multiplication and division can generally achieve
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:42524
    • 提供者:linjie
  1. caculator

    0下载:
  2. 利用12个按键(4*3矩阵键盘0~b,因为仅有这点按键)和一块4位七段数码管(用于显示) 能实现实数的加减乘除运算,精确至小数点后四位,并完整地显示输入及结果。 -Using the 12 keys (4* 3 matrix keypad 0 ~ b, because only this key) and a 4 segment digital tube (for display) to achieve real number addition and subtraction multi
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1776
    • 提供者:ly
  1. DSP_fixpoint

    0下载:
  2. 讲解dsp定点的加减乘除运算理论以及实例-Explain addition and subtraction, multiplication and division dsp fixed-point theory and examples
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:68468
    • 提供者:varding
  1. signed_add

    0下载:
  2. verilog 中处理有符号数加减乘除运算的详细讨论和例子。 -Verilog signed arithmetic discussion and examples
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:94792
    • 提供者:严刚
  1. funny-clock(using-c-knowledge)

    0下载:
  2. 功能:【1】时钟显示(包括小时,分钟) 二十四/十二小时制模式转换;校时功能(应能手动校时);整点报时。 【2】闹钟提示设定3组闹钟当设定时间到时,闹钟响铃,同时屏幕出现一组十进制两位的加减乘除运算,此时使用者可通过屏幕下方的一排按键进行输入,如结果正确则停止响铃。若出现使用者不理闹钟或结果一直无法正确的情况,那么闹钟将隔5分钟响一次,直到答对为止。通过计算可以在短时间内让使用者达到清醒状态,实现闹钟的目。 -Function: 【1】 clock display (including
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1473646
    • 提供者:liuxiaodi
  1. integer_calculator

    0下载:
  2. 51单片机实现8位简单整数计算器,数码管显示,矩阵键盘输入,可进行加减乘除运算。-51 8-bit MCU simple integer calculator, digital display, matrix keyboard, can be addition and subtraction multiplication and division.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:66132
    • 提供者:顿河战神
  1. 51简单计算器

    0下载:
  2. 以单片机为核心进行加减乘除运算,负数运算。并可显示在LCD1602中。(Single-chip microcomputer as the core operation add, subtract, multiply and divide operations, negative. And it can be displayed in LCD1602.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-04-19
    • 文件大小:591872
    • 提供者:Zhangna
« 12 3 4 5 »
搜珍网 www.dssz.com