搜索资源列表

  1. 二进制转化十六进制浮点数

    0下载:
  2. 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller progr
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:39735
    • 提供者:阿勇
  1. MCS51浮点计算程序

    1下载:
  2. 51单片机浮点数运算子程序及IEEE和51浮点数相互转换程序 -51 floating-point operations and subroutine IEEE floating point and 51 mutual conversion
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5694
    • 提供者:阿呆
  1. 浮点数的运算方法

    0下载:
  2. 清华计算机组成原理电子教案:浮点数的运算方法-Tsinghua Computer electronic templates Principle : floating point arithmetic method
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:306284
    • 提供者:高名
  1. 浮点数的格式和运算

    0下载:
  2. 详细介绍了浮点数的各种格式,以及运算
  3. 所属分类:电子书籍

  1. 浮点数库(精确浮点数运算)

    2下载:
  2. 支持精确表示浮点数和浮点数的精确运算。
  3. 所属分类:源码下载

    • 发布日期:2010-10-11
    • 文件大小:134638
    • 提供者:aurora001
  1. verilog32位浮点数乘法器

    1下载:
  2. 采用verilog写的32位浮点数乘法器,组合电路,只需要一个时钟周期就可完成运算
  3. 所属分类:VHDL编程

    • 发布日期:2010-12-15
    • 文件大小:2132
    • 提供者:hustwt
  1. 二进制转化十六进制浮点数

    0下载:
  2. 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller progr
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:1887232
    • 提供者:阿勇
  1. MCS51浮点计算程序

    0下载:
  2. 51单片机浮点数运算子程序及IEEE和51浮点数相互转换程序 -51 floating-point operations and subroutine IEEE floating point and 51 mutual conversion
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:5120
    • 提供者:阿呆
  1. 浮点数的运算方法

    0下载:
  2. 清华计算机组成原理电子教案:浮点数的运算方法-Tsinghua Computer electronic templates Principle : floating point arithmetic method
  3. 所属分类:文档资料

    • 发布日期:2024-05-29
    • 文件大小:306176
    • 提供者:高名
  1. 比较典型的pid处理程序

    1下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:10240
    • 提供者:伊强
  1. ctml

    0下载:
  2. 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的
  3. 所属分类:其他行业

    • 发布日期:2024-05-29
    • 文件大小:114688
    • 提供者:杨海青
  1. ASM_51

    0下载:
  2. 8个汇编程序,包括进制转换,BCD码转换,中值滤波,浮点数运算等,适合做8位单片机的朋友们。 -eight compilation procedures, including 229 conversion, BCD conversion, filtering, floats, etc., suitable for 8-bit MCU friends.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:张朋
  1. floating-point0fAVR

    0下载:
  2. AVR单片机浮点数运算程序,汇编语言编写。-AVR float Operational procedures, written in assembly language.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:fl123ly
  1. fd

    0下载:
  2. 一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程-Some of the basic floating-point realize, you can easily call in ASM environment of these subroutines, simplify programming
  3. 所属分类:汇编语言

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:邓辉
  1. erjinzhifudianshu

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

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:dede
  1. fpuvhdl_latest.tar

    0下载:
  2. 浮点数运算的FPGA实现,包括仿真文件。-FPGA realization of floating-point operations, including the simulation file
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-29
    • 文件大小:116736
    • 提供者:zhangsan
  1. fudian

    0下载:
  2. 这个时C语言下学习浮点数运算的一个例子,对于学习者非常有用。-This is the example which can you study.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-29
    • 文件大小:181248
    • 提供者:michael
  1. 51MCU-floating-point-operations

    0下载:
  2. 单片机浮点数运算实现,参考C语言的源程序代码-51MCU floating-point operations
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:7168
    • 提供者:陈斌
  1. eetop.cn_利用FPGA实现浮点运算的verilog代码

    0下载:
  2. 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-29
    • 文件大小:130048
    • 提供者:哒啦啦啦
  1. 浮点数运算

    1下载:
  2. 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:547840
    • 提供者:游哉
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org