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

搜索资源列表

  1. sort-all

    0下载:
  2. 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:97242
    • 提供者:马全
  1. Low_power_Modified_Booth_Multiplier

    0下载:
  2. 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:14123
    • 提供者:stanly
  1. fft_flp32_C

    0下载:
  2. ADSP-TS101S and ADSP-TS201S Real and Complex radix-2 C-callable FFT
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2400186
    • 提供者:fangliang
  1. All-kinds-of-sort

    0下载:
  2. 本代码实现了几乎所有的排序算法,如冒泡排序,选择排序,基数排序,快速排序等。-This source code implements all kinds of basic sorting algorithm, such as bubble sort,radix sort,select sort,quick sort and so on.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:4918
    • 提供者:肖斌
  1. gam6

    0下载:
  2. FPGA Implementation ofLow Power 64-Point Radix-4 FFT Processor for OFDM System
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:307046
    • 提供者:rams
  1. quick_sort

    0下载:
  2. 并行QUICK SORT (MPI) 并行QUICK SORT (MPI)-Parallel QUICK SORT (MPI) parallel QUICK SORT (MPI) parallel QUICK SORT (MPI)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2460
    • 提供者:dz
  1. FFT_IFFT

    0下载:
  2. 主要是fft和ifft算法的c实现.此算法是基2的DIT的FFT算法。-Fft and ifft algorithm using c. Algorithm radix-2 DIT FFT algorithm.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-08
    • 文件大小:225311
    • 提供者:红薯
  1. multi16

    0下载:
  2. 有符号16位乘法器。经典booth编码。拓扑结构为wallance树。加法器类型是进位选择加法器。-Number system: 2 s complement Multiplicand length: 16 Multiplier length: 16 Partial product generation: PPG with Radix-4 modified Booth recoding Partial product accumulation: Wallace t
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:48852
    • 提供者:周晓生
  1. sort

    0下载:
  2. 基于链式存储的基数排序算法,很好用的。很不错的,参考书籍。-Radix Sort algorithm based on chain store, easy to use.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:1062
    • 提供者:fengjianlong
  1. sort

    0下载:
  2. opencl实现的基数排序算法,大家可以参考参考,跟sdk中的sample比对一下性能-OpenCL achieve radix sort algorithm, we can refer to the reference with sdk sample than on performance
  3. 所属分类:MPI

    • 发布日期:2017-11-01
    • 文件大小:4131
    • 提供者:徐胜林
  1. arch_radix4

    0下载:
  2. Its verilog code for radix -4 cordic-Its verilog code for radix -4 cordic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:473430
    • 提供者:Madhumati
  1. all-kinds-of-sort-methods

    0下载:
  2. 本资料包含选择、插入、气泡排序、Shell 排序法、Shaker 排序法、堆排序、三种快速排序法、合并排序法、基数排序法,文档内部对每一种排序法都有详细的原理介绍和解析,非常经典。-This information includes the selection, insertion, bubble sort, Shell sort, Shaker sort, heap sort, three rapid sequencing method, merge sort, radix sort meth
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:254338
    • 提供者:刘硕
  1. fft

    0下载:
  2. 可以用于快速傅里叶变换,实数、复数都适合。正余弦变换-Radix-2 Fast Fourier Transform, real or complex sin/cos transform
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:42764
    • 提供者:
  1. Sorting-algorithm

    0下载:
  2. 找工作时工作经典的易考排序算法,包括堆排序、快速排序、基数排序、归并排序、选择排序等-The classic work easily when looking for a job sorting algorithm,Including the heap sort, quick sort, radix sort, merge sort, selection sort, etc
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:4797
    • 提供者:鹏鹏
  1. adsp-2191_complex_rad2_fft

    0下载:
  2. 这个目录包含ADSP-2191单核程序例子,实现64位或更多位的 radix-2 FFt算法。CFFT2_2191.ASM文件里包含详细讨论。(This directory contains an example ADSP-2191 single-core subroutine that implements radix-2 FFT of length 64 or greater on input data x(n). A detailed discussion of the compl
  3. 所属分类:汇编语言

    • 发布日期:2018-01-02
    • 文件大小:9216
    • 提供者:王王王王
搜珍网 www.dssz.com