CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 浮点数运算

搜索资源列表

  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. Test_Float_Peak

    0下载:
  2. 用c编写的用于测试浮点运算峰值的小程序。采用长度为N的浮点数组source[]自身相加N次的方法进行N*N次浮点加法运算来测试浮点加法峰值。-With c prepared for testing small peak floating-point operations procedures. Length of the floating-point numbers for the N group source [] the sum of N times its own methods of N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8420
    • 提供者:小华
  1. cifafenxiyuandaima

    0下载:
  2. 1. 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 -1. Features: (1) C++ Source code scanner to identify C++ Mark. C++ Language contains several types of marks: identifier, keyw
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:95300
    • 提供者:梁海玲
  1. calculator

    0下载:
  2. 科学计算器。可以解读表达式,进行整数、浮点数的加减乘除运算。-Scientific calculator. Expression can be interpreted, for integer, floating-point addition and subtraction, multiplication and division calculations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1940
    • 提供者:晴天雨
  1. C51float

    0下载:
  2. 89c2051 单片机浮点数显示运算程序 单片机应用-89C2051 single-chip single-chip floating-point numbers show that the application of computing procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:15372
    • 提供者:赵国栋
  1. kuhanshu

    0下载:
  2. 1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的相互转换子程序进行了彻底改写,提高了运算精度和可靠性。 (3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的工作变得更简单直观。 在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:16012
    • 提供者:徐心需
  1. cpu

    0下载:
  2. 16位元浮点数CPU,可作运算,以VHDL编写-16-bit floating point CPU, can be used for computing in order to prepare VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:朋友
  1. main

    0下载:
  2. 一个用SDK写的计算器,实现浮点数,阶乘,基本运算,三角函数换算等功能-A calculator developed by c in C—Free
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2695
    • 提供者:function
  1. Calculator

    0下载:
  2. lpc2106做的计算器,包括浮点数显示功能,Proteus仿真的硬件,Keil编译的软件,可进行接连运算-lpc2106 calculator to do, including the floating-point display, Proteus simulation hardware, Keil compiler software, can be successively computing
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:127744
    • 提供者:屈力倩
  1. RationalArithmetic

    0下载:
  2. 用java实现的逻辑运算程序,可以完成加减乘除和浮点数的表示-Using java process to achieve the logic operations can be completed by the floating-point addition and subtraction and that multiplication and division
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1981
    • 提供者:w
  1. calc

    0下载:
  2. 在以二叉树表示算术表达式的基础上,设计一个十进制的四则运算的计算器。[设计要求]实现整数浮点数的四则运算,并且还加上了^的运算,支持括号及开始的负数-In a binary arithmetic expression that is designed based on a four decimal arithmetic calculator. [Design requirements] to achieve a four-integer floating-point arithmetic, an
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:148598
    • 提供者:刘洋
  1. calc

    0下载:
  2. 小型计算器代码.设计一个小型计算器可进行加、减、乘、除、乘方、开方、括号运算。该计算器不是根据输入运算符的先后而从头算到尾而没有进行运算符的优先级的判定,而是先判断运算符的优先级的高低然后依次进行计算的。上述的几种运算,可以在一位或多位的浮点数间进行运行并且可以准确的计算出结果。 -Small calculator code. Design a mini-calculator can be add, subtract, multiply, divide, involution, administ
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:37023
    • 提供者:284
  1. jisuanjizuchnegyuanli

    0下载:
  2. 能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算。-Able to achieve fixed-point decimal number of machines that the deformation of complement fixed-point decimal addition and subtraction operations, the original code a fixed-point decimal multiplica
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:355892
    • 提供者:施振磊
  1. MathLab_3_5

    0下载:
  2. 目前的FPU的精度只有80位,所以用软件方法对浮点数的精度进行了扩充。根据IEEE754标准完成。可进行基本的算术运算和基本的数学函数的运算(Log,Sin)等。-Current FPU precision is only 80, so using the software floating-point precision of method was expanded. Be completed according to IEEE754 standards. Can carry out basi
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:206493
    • 提供者:hurrican
  1. DesignofFloatingPointCalculatorBasedonFPGA

    0下载:
  2. 给出系统的整体框架设计和各模块的实现,包括芯片的选择、各模块之间的时序以及控制、每个运算模块详细的工作原理和算法设计流程;通过VHDL语言编程来实现浮点数的加减、乘除和开方等基本运算功能;在Xilinx ISE环境下,对系统的主要模块进行开发设计及功能仿真,验证 了基于FPGA的浮点运算。 -The overall framework of system design and realization of each module which contain selection of ch
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:3488790
    • 提供者:mabeibei
  1. jisuan

    0下载:
  2. 用csharp完成的计算器,可以进行加减乘除运算,包括浮点数的-Complete with csharp calculator, multiplication and division operation can be addition and subtraction, including floating point
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:80078
    • 提供者:shangliuyan
  1. gmp-5.0.1.tar

    2下载:
  2. GMP是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practic
  3. 所属分类:Algorithm

    • 发布日期:2016-11-18
    • 文件大小:2631904
    • 提供者:
  1. Floating-Point-Adder

    1下载:
  2. 浮点数加法器IP核的vhd设计。浮点数加法运算是运输中使用最高的运算,结合vhdl和EPGA可编程技术,完成具有5线级流水线结构、符合IEEE 754浮点标准、可参数化为单、双精度的浮点数加法器。-Floating point adder design IP core vhd. Floating-point addition operation is used in most transport operations, combined with vhdl and EPGA programmab
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:154913
    • 提供者:凌音
  1. fudianshu

    0下载:
  2. 用java编写的浮点数除法的运算,计算机组成原理课程设计-Prepared by floating-point division with java computing, computer architecture course design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:37944
    • 提供者:caixuan
  1. c

    0下载:
  2. 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1979
    • 提供者:nhjskvh
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com