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

搜索资源列表

  1. microfloat-1.0

    0下载:
  2. This is a Java library for performing floating-point calculations on small devices such as mobile phones which lack native support for floating-point numbers.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:122295
    • 提供者:Guo Quan
  1. ADD_Float_IEEE754

    0下载:
  2. IEEE754 floating point adder
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:6473
    • 提供者:洪瑞徽
  1. SUB_Float_IEEE_754

    0下载:
  2. IEEE754 floating point sub
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:6513
    • 提供者:洪瑞徽
  1. MUL_Float_IEEE_754

    0下载:
  2. IEEE754 floating point mul
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1655
    • 提供者:洪瑞徽
  1. xenomorph06

    0下载:
  2. Xenomorph is a floating-point image processor built for precision, not for speed. It includes a big, extendable set of filters, including linear, polynomial, and morphologic operators. It is the only system allowing morphologic volterra filters.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:610364
    • 提供者:ma chuanjun
  1. CoinUtils-2.2.5

    0下载:
  2. The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix facto
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1854692
    • 提供者:liuyupeng
  1. ALibraryofParameterizedFloatingpoint

    0下载:
  2. specification of parametrized floating point library ,brife introduction of floating point library
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:393638
    • 提供者:david
  1. 子程序

    0下载:
  2. 单片机浮点数运算子程序-SCM floating-point operations Subroutine
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5584
    • 提供者:马祖富
  1. Implementing_Floating-Point_DSP

    0下载:
  2. For developers using FPGAs for the implementation of floating-point DSP functions, one key challenge is how to decompose the computation algorithm into sequences of parallel hardware processes while efficiently managing data flow through th
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:133481
    • 提供者:joan
  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. gmp-4.2.2.tar

    0下载:
  2. The GNU MP Bignum Library,非常好用的大数运算库,GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2279978
    • 提供者:gracie
  1. 比较典型的pid处理程序

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

    • 发布日期:2008-10-13
    • 文件大小:10881
    • 提供者:伊强
  1. MidPointCircle

    0下载:
  2. 生成圆弧的中点算法,消去浮点改进方法,差分方法-generation of the mid-point arc algorithm, improved floating-point elimination method Difference Method
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5776
    • 提供者:张老师
  1. flowadd

    1下载:
  2. verilog编写的32位浮点加法器-32-bit Floating Point Addition Written in Verilog
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1442
    • 提供者:张桓铭
  1. 51浮点程序库

    0下载:
  2. 8051的一些算法,浮点转换程序库,可以直接应用-algorithm, floating-point conversion, you can direct applications
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:4419
    • 提供者:陈小忠
  1. Number_keypress

    0下载:
  2. 控制文本框的输入, 可以决定是否可以输入正负号,整数或浮点数及小数点的位数.-text box control the import, can decide whether or not to be imported into positive and negative, integer or floating-point numbers and decimal point in the median.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:904
    • 提供者:林立
  1. fp-lib

    0下载:
  2. c语言用顶点数做的浮点运算,java封装了一下-vertices do with the floating-point operations, a little java Packaging
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44344
    • 提供者:刘隽宏
  1. f2l

    0下载:
  2. 51单片机(汇编)浮点转换及浮点格式说明程序--51 SCM (assembly) floating point conversion and floating point format descr iption.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:27025
    • 提供者:青林
  1. 手机游戏物理模型之抛物线

    0下载:
  2. 物体做抛物线运动是游戏中基本运动物理模型之一! 在PC游戏中可以由重力公式 轻易模拟,但在手机游戏中 ,由于多数手机不支持浮点运算 因此不能用 sin ,cos, 来分解初速度。 所以只能用近似模拟的方法! 我所采用的是:先放大后缩小的模拟方式,并且为了更精确加入了一定的偏移量。-objects do parabolic movement is the basic game campaign physical model one! The PC game can be easily simula
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:58491
    • 提供者:徐斌
  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 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com