CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - FAST算法

搜索资源列表

  1. FSVPWM

    0下载:
  2. 快速空间适量算法! 可以与适量控制接口! 用于F240系列-fast algorithm suitable space! With appropriate control interface! For the F240 series
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:65783
    • 提供者:liyunbo
  1. msort

    0下载:
  2. msort 汇编实现的排序算法 输入10个数或单词 进行排序-msort compilation of the sorting algorithm to achieve fast scheduling
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:8768
    • 提供者:又撒
  1. CRC(asm)

    0下载:
  2. CRC汇编算法(一个快速的CRC汇编算法)-CRC compilation algorithm (a compilation of fast CRC algorithm)
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:32096
    • 提供者:slatyan
  1. SCM-subroutine-library

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度-At present, a number of published versions of the subroutine library, they have their own characteristics. The library of the square root algorithm for fast approximat
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:29513
    • 提供者:张奇
  1. CRC16

    0下载:
  2. 本文给出了CRC16的快速算法,通过汇编语言进行编程,改程序简练,已通过验证。-In this paper, the fast CRC16 algorithm, assembly language programming, change the program concise, has been authenticated.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:836
    • 提供者:汤胜林
  1. FFT

    0下载:
  2. 实现快速傅立叶变换的C程序代码,以基2FFT为基础的算法-Implementation of fast Fourier transform C program code, to base 2FFT based algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1065
    • 提供者:wuxinzhu
  1. NTRU-Fast-Multiply-

    0下载:
  2. NTRU算法加密算法的优化,是对算法中的乘法运算进行了优化,实现了算法的加速-NTRU encryption algorithm optimization algorithm, is a multiplication algorithm is optimized to achieve the acceleration of the algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:929
    • 提供者:yaphets
  1. FastICA_25

    0下载:
  2. 代码很全面,快速ICA算法在很多领域有着广泛的用途,尤其信号处理和图像处理方面。另外,在生物医疗领域等等也有涉及。-The code is very comprehensive, fast ICA algorithm is widely used in many fields, especially in signal processing and image processing. In addition, in biology and medical applications is also
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:227101
    • 提供者:lily
  1. ICA

    0下载:
  2. ICA快速算法,提高分类效果 滤波 源信号所含的高斯白噪声越多,分离后得到的信号与源信号相比误差越大,效果越差;所含高斯白噪声越少,分离效果越好-Fast ICA algorithm to improve the classification results more contained in the source signal filtering Gaussian white noise, the signal obtained with the source signal separatio
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1287
    • 提供者:潘蕴文
  1. fmm

    4下载:
  2. 多层快速多极子算法中的关键技术代码,希望对你们有用,不是很完整-fmm hopefast multipole method! Very fast and complex! fast multipole method! Very fast and complex!
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:6025
    • 提供者:潘龙
  1. fuliye

    0下载:
  2. 傅里叶快速算法及其应用,包括频域特性曲线和时域分析-Fast Fourier algorithm and its applications, including frequency-domain and time-domain analysis curve
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1074
    • 提供者:chenyulei
  1. sort

    0下载:
  2. 这是Java编写的快速排序算法源码,保证有用,希望对大家有用,很好用。-This is a fast sorting algorithm written in Java source code to ensure that useful and hope to be useful, easy to use.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:lzw
  1. OS-ELM

    1下载:
  2. 极限学习机(extreme learning machine)ELM是一种简单易用、有效的单隐层前馈神经网络SLFNs学习算法。2004年由南洋理工大学黄广斌副教授提出。传统的神经网络学习算法(如BP算法)需要人为设置大量的网络训练参数,并且很容易产生局部最优解。极限学习机只需要设置网络的隐层节点个数,在算法执行过程中不需要调整网络的输入权值以及隐元的偏置,并且产生唯一的最优解,因此具有学习速度快且泛化性能好的优点。-ELM extreme learning machine (extreme l
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:15778
    • 提供者:jhon
  1. STC_FFT

    1下载:
  2. 快速傅里叶变换法(FFT)是离散傅立叶变换的一种快速计算方法,它能使N点DFT的乘法计算量由N2 次降为 次。下图是采样点数为8点FFT时间抽取算法信号流图,本程序也是以这种形式设计的。-Fast Fourier Transform (FFT) is a fast computational method for discrete Fourier transforms that can reduce the multiplication of N-point DFT by N2 times. T
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:4210
    • 提供者:lqs
  1. 111186758csLMS

    0下载:
  2. 这是一种改进的最小均方算法,算法具有较快的收敛速度和较低的稳态误差,计算简单。(This is an improved minimum mean square algorithm. The algorithm has fast convergence speed and low steady-state error, and the calculation is simple.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:球球团团
搜珍网 www.dssz.com