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

搜索资源列表

  1. niudun

    0下载:
  2. 图是用牛顿法求方程z3-1=0的根所得到的“项链”。以上程序采用浮点运算,速度是比较慢的。如果每迭代一次就计算一次距离,则速度会更慢。为了使不同吸引区域有不同的颜色,并且能够表现收敛速度,必须做更多的距离计算,但得到的图形也更美丽。特别是将分界处的“项链”放大来看,会得到精致的结构。-Fig Newton method is used Equation z3-1 = 0 has been the root of the "necklace." The procedure is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2093
    • 提供者:刁轩
  1. mcu_pid_c_program

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

    • 发布日期:2008-10-13
    • 文件大小:1443
    • 提供者:zhao
  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 programming.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39735
    • 提供者:阿勇
  1. DIV

    0下载:
  2. This sample shows how floating-point exceptions may be captured and handled in an MFC application.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11483
    • 提供者:刘元琦
  1. floatmathcode

    0下载:
  2. MSC-51 3字节和4字节浮点数计算程序,主要用于数据采集及上传,经过IEEE转换,在上位机直接显示-MSC-51 3-byte and four-byte floating point calculation procedure used mainly for data acquisition and uploads After IEEE conversion, the PC directly show
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5451
    • 提供者:h
  1. melp1.2.tar_Floating

    1下载:
  2. melp1.2.tar_Floating.gz为美军2400bps语音压缩编码,为MELP编码算法,文件是C语言浮点算法的标准源代码。-melp1.2.tar_Floating.gz voice for the 2400 U.S. pressure reduction coding for MELP coding algorithm, the document was C language standard floating-point algorithm source code.
  3. 所属分类:语音压缩

    • 发布日期:2008-10-13
    • 文件大小:69258
    • 提供者:文翔云
  1. 26104-610

    0下载:
  2. 26104-610.zip为欧洲G3的语音压缩标准gsmamr的C语言浮点算法的标准源程序。-26104 - 610.zip for the European G3 voice compression standard C language gsmamr Floating Point Algorithm standard source.
  3. 所属分类:语音压缩

    • 发布日期:2008-10-13
    • 文件大小:292953
    • 提供者:文翔云
  1. dct_jpeg

    0下载:
  2. jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitable for 8脳8 block transformati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1288
    • 提供者:canny06
  1. fdividing

    0下载:
  2. 浮点除法子程序,可以高效率计算浮点浮点除法,程序短小精干,非常讨巧-floating-point division subroutine, high efficiency calculation float float division, procedures small and lean, very quick and easy
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:9392
    • 提供者:张非
  1. pidcontrolC

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

    • 发布日期:2008-10-13
    • 文件大小:1718
    • 提供者:刘为
  1. c51_PID

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

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:jty
  1. fpu_v18

    0下载:
  2. <Floating Point Unit Core> fpupack.vhd pre_norm_addsub.vhd addsub_28.vhd post_norm_addsub.vhd pre_norm_mul.vhd mul_24.vhd vcom serial_mul.vhd post_norm_mul.vhd pre_norm_div.vhd serial_div.vhd post_norm_div.vhd pre_norm_s
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:477666
    • 提供者:陈朋
  1. fdzh

    0下载:
  2. 浮点转换器,可以对十进制定点数、浮点BCD码和二进制浮点操作数之间进行相互转换。-float converters, and can set the decimal points. BCD floating-point and binary floating-point operation between several mutual conversion.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:191102
    • 提供者:冯明春
  1. at91c

    0下载:
  2. 嵌入式系统开发用源代码 包含At91C arm芯片相关各种例程 包括整数性能测试,浮点测试,硬件驱动等-embedded systems development using the source code contains At91C arm chip related various routines including integer performance measurement Ban, floating point tests, such as hardware drivers
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:276911
    • 提供者:陈智
  1. intToFloat

    1下载:
  2. 将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。-will int data type conversion to float type. For no floating point unit is suitable for the platform.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1276
    • 提供者:abc
  1. fpu_v18

    0下载:
  2. 說明FPU的演算法以及浮點運\算式中的加減乘除-note FPU algorithm-and floating-point operations of arithmetic
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:337412
    • 提供者:kenji
  1. Real-codedGA

    0下载:
  2. 用MATLAB分别采用浮点编码和二进制编码方法,求函数最大值的程序。-were used with MATLAB floating-point code and binary coding method, the maximum function for the procedure.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16874
    • 提供者:ls1
  1. MyCalculate

    0下载:
  2. 表达式求值:支持浮点运算,以及一些纠错功能-expression evaluates : support floating-point operations, and some correction function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:谢朝
  1. fft_fxp16

    0下载:
  2. TigerSharc TS201 32-bit floating point FFT routine -TigerSharc TS-201 32-bit floating point FF T routine
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1062268
    • 提供者:陈伟
  1. iir_flp32

    0下载:
  2. TigerSharc TS201 32-bit floating point IIR filter routine. -TigerSharc TS-201 32-bit floating point II R filter routine.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:11717
    • 提供者:陈伟
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com