CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - algorithm library

搜索资源列表

  1. 单片机子程序库

    1下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度.-there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation algorithm for rapid algorithm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:王辉
  1. ExpConvolve

    0下载:
  2. tms320c5402dsp的Convolve算法实现程序注意调试时要加rts库!-tms320c5402dsp Convolve the algorithm to debug procedures to increase rts library!
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:41.8kb
    • 提供者:姚劲草
  1. TMS320F2812-FFT

    2下载:
  2. F2812 标准FFT算法,128点,256点,512点,1024点FFT算法,具体做法为将库含数FFT.LIB加入的目标项目,加入对应的C含数和头文件,特别注意的FFT算法缓冲去一定要存放在0X8000H中的内部缓冲区中!!!切记,本人调试时就走了很多弯路啊-F2812 standard FFT algorithm, 128, 256, 512, 1024-point FFT algorithm, the specific approach to the library will join w
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:23.68kb
    • 提供者:孙玉海
  1. MCS-51_asm_lib

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-There a number of versions of the subroutine library published their own characteristics. The procedures for the open square approximation algorithm for rapid alg
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:16.79kb
    • 提供者:贺建亮
  1. 51library

    0下载:
  2. 《MCS-51单片机实用子程序库(96年版)》周航慈 目前已有若干版本的子程序库公开发表,它们各有特色。笔者在1988年也编制了两个 子程序库(定点子程序库和浮点子程库),并在相容性、透明性、容错性和算法优化方面作了一些工作。本程序库中的开平方算法为笔者研究的快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。经过八年来全国广大用户的实际使用,反馈了不少信息,陆续扩充了一些新的子程序,纠正了一些隐含错误,成为现在这个最新版本。(转)-"M
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:61.07kb
    • 提供者:鹿艺凡
  1. Digital_Median

    0下载:
  2. * DEFINITION * This is the header file for a library module used to calculate the median * of a list of values. It finds the value that would be in the center if * the list were sorted. If the list contains an even number of values, the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:Qu chun lei
  1. STM32F10x_DSP_Lib

    0下载:
  2. 由意法半导体开发DSP算法库..其中包括了FFT..IIR...PID等重要算法注意这是3.50版本-By STMicroelectronics develop DSP algorithm library .. including FFT .. IIR ... PID algorithm Note that this is 3.50 version
  3. 所属分类:DSP program

    • 发布日期:2017-03-22
    • 文件大小:62.3kb
    • 提供者:yangbingwu
  1. MCS-51source

    0下载:
  2. MCS-51单片机实用子程序库,包括使用汇编语言实现的一般算法和通用程序-MCS-51 single-chip utility subroutine library, including the use of assembly language to achieve the general algorithm and general procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:16.83kb
    • 提供者:张权
  1. chengxu

    0下载:
  2. 常用的单片机子程序库: 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-Single-chip common subroutine library: there are a number of versions of the subroutine library published, they have their own characteristics. Library in
  3. 所属分类:SCM

    • 发布日期:2015-04-17
    • 文件大小:14.92kb
    • 提供者:zhy
  1. dsplibconvol

    0下载:
  2. 卷积(Convolve)算法在TMS320C5402上的实现(C语言编写)运用了convol库函数-Convolution (Convolve) algorithm on TMS320C5402 implementation (C language) the use of the convol library
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:433kb
    • 提供者:无痕online
  1. Library

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。笔者在1988年也编制了两个 子程序库(定点子程序库和浮点子程序库),并在相容性、透明性、容错性和算法优化方 面作了一些工作-At present, a number of published versions of the subroutine library, they have their own characteristics. I also produced in 1988, two subroutine libraries (
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:19.02kb
    • 提供者:蒋文明
  1. Algorithm

    0下载:
  2. TI浮点DSP处理器TMS320C672x的具体算法,包括卷积,FFT,FIR,IIR,DTC等,程序设计中使用TI提供的CSL函数库,每个文件为完整的工程,可直接运行使用。-TI floating-point DSP processor TMS320C672x specific algorithms, including convolution, FFT, FIR, IIR, DTC, etc., to provide programming using TI' s CSL librar
  3. 所属分类:DSP program

    • 发布日期:2017-05-16
    • 文件大小:4.09mb
    • 提供者:张西峰
  1. seed_exp.tar

    0下载:
  2. DM6446的算法库,比较全,都由seed提供-DM6446' s algorithm library, more whole, by providing seed
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-12
    • 文件大小:2.47mb
    • 提供者:zcx
  1. AT91RM9200-ARM-Xmodem

    0下载:
  2. 基于AT91RM9200芯片的Xmodem传输协议,里面包括CRC算法和Xmodem的接受和发送的源程序。-Based on AT91RM9200 chip Xmodem transfer protocol, which includes Xmodem CRC algorithm and the acceptance and transmission of the source.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:30.29kb
    • 提供者:刘尚霖
  1. fft-v2.1.1

    0下载:
  2. FFT MegaCore Function v2.1.1 VHDL的FFT算法库源代码。-FFT MegaCore Function v2.1.1 VHDL source code for the FFT algorithm library.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:2.21mb
    • 提供者:成才
  1. exp3

    0下载:
  2. 了解数字滤波器的设计方法及数字滤波器的具体应用,C语言调用汇编函数(算法库函数)的方法 -Understanding of digital filter design methods and specific applications of digital filters, C language called assembly function (algorithm library function) method
  3. 所属分类:DSP program

    • 发布日期:2017-05-10
    • 文件大小:2.31mb
    • 提供者:e
  1. 3D-graphics

    0下载:
  2. 基于单片机+LCD ,3D动态图形方块演示,基于STC单片上演示效果不错,里面包含3D算法库的LCD5420 驱动。-Based on MCU+LCD, 3D dynamic graphics box demo, demonstrates good results based on the STC single-chip, which contains LCD5420 driver for the 3D algorithm library.
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:148.41kb
    • 提供者:陈建长
  1. DM6446_LIB

    0下载:
  2. DSP dm6446下算法库源码,已编译通过,需要修改相关库的路径-The algorithm library source code, DSP dm6446 compiled by, associated libraries need to modify the path
  3. 所属分类:DSP program

    • 发布日期:2017-11-16
    • 文件大小:1.52mb
    • 提供者:mubai
  1. motion_driver_6.12

    0下载:
  2. mpu6050的内部算法库,验证可以使用-mpu6050 internal algorithm library, verify that you can use
  3. 所属分类:SCM

    • 发布日期:2017-06-16
    • 文件大小:22.67mb
    • 提供者:zhbn
  1. 20603USBHMDProcol

    1下载:
  2. 1.ICM20602惯性传感器算法库 2.usb 64字节上报速率 3.HMD上报协议-1.ICM20602 inertial sensor algorithm library 2.usb 64 byte reporting rate 3.HMD reporting protocol
  3. 所属分类:SCM

    • 发布日期:2017-06-13
    • 文件大小:19.27mb
    • 提供者:王瑞贤
« 12 3 »
搜珍网 www.dssz.com