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

搜索资源列表

  1. floating_point_multiplier_verilog

    0下载:
  2. This code has written in verilog and it can multiply two floating point number with IEEE 754 standards and the out put of this code is in IEEE 754 standard.We have to put input in binary and the out put is also in binary.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:935
    • 提供者:sajad
  1. FloatingPoint-Adder

    0下载:
  2. Implementation of 32-bits Floating Point Adder, based on IEEE 754 Standard
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1517
    • 提供者:Sohail
  1. FloatingPointMultiplier

    0下载:
  2. Implementation of 32-bits Floating Point Multiplier, based on IEEE 754 Standard
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1394
    • 提供者:Sohail
  1. ibm2ieee

    1下载:
  2. 将ibm格式转为ieee-754。编码转换。自己写的。验证过。常用于地震数据。-ibm to ieee
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:589
    • 提供者:dlk
  1. FPU

    1下载:
  2. 32位单精度浮点运算单元,遵从IEEE 754标准,持浮点加、减、乘、除等运算。-32-bit single-precision floating-point unit;comply with the IEEE 754 standard;support floating-point add, subtract, multiply operations.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-11
    • 文件大小:115962
    • 提供者:gingercorn
  1. IEEE-754

    1下载:
  2. 4bit to 单精度浮点数转换……上位机处理单片机浮点数时一定会用到……基于labview2012-4bit to IEEE745
  3. 所属分类:LabView

    • 发布日期:2015-04-11
    • 文件大小:11264
    • 提供者:melody
  1. s_logb

    0下载:
  2. IEEE 754 logb. Included to pass IEEE test suite.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:554
    • 提供者:puemenveng
  1. ieee754_32

    0下载:
  2. Converts a floating point value to IEEE 754 32 bit binary representation. Sign Bit: 1 Exp: 2 to 9 Frac: 10:32 Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and r
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:249979
    • 提供者:Bluffer
  1. Code

    0下载:
  2. IEEE-754 Floating-Point Conversion From 32-bit Hexadecimal Representation To Decimal Floating-Point in 8051.. Usable PID and PLC and mostly 485 anable devices for Read Floating Data-IEEE-754 Floating-Point Conversion From 32-bit Hexadecima
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:65899
    • 提供者:SHAILESH
  1. math_efp

    0下载:
  2. This file is the exception handler to make E500 SPE instructions fully comply with IEEE-754 floating point standard.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4790
    • 提供者:bingqxlf
  1. s_frexp

    0下载:
  2. IEEE 754 logb. Included to pass IEEE test suite. Not recommend. Use ilogb instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4482
    • 提供者:ganiujin
  1. s_significand

    0下载:
  2. for exercising the fraction-part(F) IEEE 754-1985 test vector.NDK r8d: Add android_setCpu().
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11843
    • 提供者:gahieyei
  1. ieee_test

    0下载:
  2. IEEE functions for satisfying IEEE 754 test.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2117
    • 提供者:kndueke
  1. fpu_double

    0下载:
  2. The Verilog version of the code is in folder “fpu_double”, and the VHDL version is in folder “double_fpu”. There is a readme file in each folder, and a testbench file to simulate each core. These cores are designed to meet the IEEE 754 standard f
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:244260
    • 提供者:丁一
  1. half_float-master

    0下载:
  2. half_float: C implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as texture format by OpenGl/Direct3D.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-30
    • 文件大小:11871
    • 提供者:haozai
  1. SVM

    0下载:
  2. State vector machine with single class output. The code works on 32 bit numbers in IEEE 754 floating point format for single precision numbers.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-09
    • 文件大小:1835561
    • 提供者:RP17
  1. VHDL-Samples

    0下载:
  2. VHDL Samples,8-bit calculator controller;vending machine controller with typical vending machine logic ;mplements (most of) the logic required to implement a IEEE 754 multiplier unit.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:542644
    • 提供者:小海豚
  1. floatConvert

    1下载:
  2. 根据IEEE754规定写了个float型数据与二进制数转换的方法-According to the provisions of the IEEE 754 wrote a float data and binary conversion method
  3. 所属分类:Dialog_Window

    • 发布日期:2017-01-20
    • 文件大小:136192
    • 提供者:michael
  1. adder

    1下载:
  2. 能够实现单精度浮点加法运算。输入引脚有:第一运算数,第二运算数,复位信号,时钟信号。输出信号有:运算结果,运算完成标志。(To achieve a single precision floating-point addition operations)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-18
    • 文件大小:5219328
    • 提供者:无聊人
  1. Coding Files

    0下载:
  2. Floating Point FP multiplication is widely used in large set of scientific and signal processing computation. Multiplication is one of the common arithmetic operations in these computations. A high speed floating point double
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-08
    • 文件大小:52224
    • 提供者:kutti
« 1 23 »
搜珍网 www.dssz.com