CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c51 floating point

搜索资源列表

  1. Float

    0下载:
  2. 单片机浮点运算子程序,使用C51编程,可分别得到整数部分和小数部分,数据存储长度为4字节.-SCM floating point routines, the use of C51 programming, respectively integral part and be part of a minority, data storage for 4-byte length.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1061
    • 提供者:魏金城
  1. mcu_51_example_programmers

    1下载:
  2. C51实例代码:FLASH驱动,IIC,usart,触摸液晶控制显示,电热壶烧水程序,定点滤波,定时器及计数器的生成,二分法查表,浮点滤波,浮点滤波,控制SED1335的液晶显示,软件看门狗,十六进制_BCD码相互转换,时间倒计时,实时时钟,数字时钟,温度芯片驱动,无线数据传输,以太网芯片-C51 code examples : Flash-driven, IIC, usart, touch control LCD, Electric pot boiling water procedure, s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:311938
    • 提供者:Jawen
  1. calc

    0下载:
  2. 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 in
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:cj
  1. 上网程序清单C51-浮点运算

    0下载:
  2. 51单片机的上网实现,上网程序清单C51-浮点运算功能-51 MCU web, Internet list of procedures C51-floating point performance
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:90335
    • 提供者:find
  1. DS1620

    0下载:
  2. /* 这是直接用C51高级语言编写的DS1620转换程序-没有调用汇编语言。*/ /* 文件名DS1620C.C */ /* 功能:本程序主要是读出DS1620芯片的温度转换值,转换值先放 */ /* 在变量temp1中。转换值范围-55℃~125℃。 若flag0=0为 */ /* 正温度,若flag0=1为负温度值,最终结果在浮点变量cc中。 */ /* 本程序适合DS1620 和51系列单片机的连接,晶振为12MHZ左右。*/-/* This is the direct
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1108
    • 提供者:范丽鹏
  1. erjinzhifudianshu

    0下载:
  2. 二进制浮点数运算,双字节无符号数乘法,为c51的子程序-Binary floating-point, double-byte unsigned number multiplication for the subroutines c51
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:6288
    • 提供者:dede
  1. 80C51programs

    0下载:
  2. C51单片机实用程序,包括定点数\浮点数的运算,有丰富实用的例子-C51 single-chip utility, including fixed-point \ floating-point arithmetic, there is rich in practical examples of
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:72993
    • 提供者:sibling
  1. FFT_128_floating_point

    0下载:
  2. 基于Altera FPGA 的FFT128浮点运算模块(veriolg HDL+C51) (开发环境:KeilC51+Quartus7.2)-The module of 128 floating-point FFT based on Altera FPGA(veriolg HDL+C51) (Development environment:KeilC51+Quartus7.2)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8318249
    • 提供者:ch
  1. KeilC51v612

    3下载:
  2. keil C51 v6.12 完全解密版的安装说明 安装方法是执行setup\setup.exe 安装程序,选择安装Eval Version版进 行安装。 注册码:K199U-20071-12A9U 当出现Please insert the add-on disk的提示画面,可按next按钮(不用 插入软盘)。 安装好之后就可以使用,没有代码大小的限制,这是完全版,比 Eval版增 加浮点库等内容。-keil C51 v6
  3. 所属分类:SCM

    • 发布日期:2016-01-24
    • 文件大小:10900708
    • 提供者:gang
  1. 12864LCD_clock

    1下载:
  2. 12864电子钟程序 农历大写带开机画面 基于AT89X52开发 本程序在KEIL编译时必须安装有 浮点库文件 将 C51FPS.LIB 复制到 C:\Keil\C51\LIB 即可。 -12864 E-clock program with the boot screen the Chinese capital development based on AT89X52 KEIL compiler of this program must be installed on
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:104971
    • 提供者:liuxi
  1. float

    0下载:
  2. 搜集的关于[C51源码]浮点数显示并提供了浮点数显示格式的说明,对c51更深入学习有所帮助。-Collected on the [C51 source] float displays, and provides a descr iption of floating-point display format, more in-depth study on the c51 help.
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:3275
    • 提供者:牛佳佳
  1. C51_Calculator

    0下载:
  2. 本例子显示一个基本的整数计算器的8051微控制器供电。虽然有一个完整的Keil C51的浮点运算库中的评估版本被限制为对象的代码2K的,所以我们必须限制此示例为整数的数学,以适应这个限额之内。 此设计方案的书面的 C 使用的Keil uVision 2个IDE为其提供了一个变形VSM的调试监视器的驱动程序。 变形配置运行环境与凯尔一起说明可以发现它的编辑在原理图上(点8051微控制器和按Ctrl - E)的,然后在编辑组件对话的形式帮助按钮点击。-This sample d
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:46668
    • 提供者:hu
  1. c51bas

    0下载:
  2. 移植到C51单片机的basic语言,支持浮点数运算,Keil开发,通过串口输出,可仿真。-Ported to C51 microcontroller basic language support floating-point operations, Keil development, through the serial port output, can be simulated.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:79743
    • 提供者:shenlong
  1. 51-practical-subroutine-(assembly)

    0下载:
  2. 第1章 二进制定点数运算 第2章 二进制浮点数运算 第3章 十进制(BCD码)数运算 第4章 代码转换 第5章 数据变换 第6章 排序、查找和非线性算法 第7章 数学函数 第8章 树和图 第9章 延时与跳转控制 第10章 人机交互接口 第11章 单片机测控接口 第12章 51单片机内部资源编程实例 第13章 单片机数据传输接口 第14章 波形发生与控制实例 第15章 C51单片机软件抗干扰和数字滤波-Chapter 1 dot binary
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:122402
    • 提供者:张志刚
  1. MCS51

    0下载:
  2. 二进制定点数运算/二进制浮点数运算/十进制(BCD码)数运算/代码转换/数据变换/排序、查找和非线性算法/数学函数/树和图/ 延时与跳转控制/人机交互接口/单片机测控接口/51单片机内部资源编程实例/单片机数据传输接口/波形发生与控制实例/C51单片机软件抗干扰和数字滤波-Binary fixed-point number operations/binary floating-point operations/decimal (BCD) operation/sorting/code conver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:130155
    • 提供者:潘涛
搜珍网 www.dssz.com