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

搜索资源列表

  1. shuzhif

    0下载:
  2. 从文件输入任意M进制的数,转换为十进制数,以字符形式从文件输入数x,算法实现将x的每一位数字与M的幂相乘最后相加。将十进制转换为其他任意进制有利用数组(shi_array)和栈(initstack)两种方法。将M进制的数转换为其他任意进制时,需要先将M进制的数x转换为十进制数,再利用shi_array和栈函数实现十进制向其他进制的转换。要特别注意M进制的数x中包含的数字不能超过M以及字符型的数字包括1~9和A~F。将结果再保存在文件中。-Input a file of any M-ary nu
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1082328
    • 提供者:李寻欢
  1. 1

    0下载:
  2. Approximate Radix-8 Booth Multipliers for Low-Power and High-Performance Operation
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2491771
    • 提供者:Sat
  1. Infrared-remote-control

    0下载:
  2. 红外遥控解码程序,以一个9ms的低电平和4.5ms的高电平为引导码,后跟32位二进制代码;前16位为8位用户码及其反码,后16位为8位的操作码及其反码;以脉宽为低电平0.565ms、间隔高电平0.56ms、周期为1.125ms的组合表示 0 ;以脉宽为低电平0.565ms、间隔高电平1.685ms、周期为2.25ms的组合表示 1 。注意:接收码的脉宽与间隔是对发射码取反的,即间隔是0.565ms 解码后共有四个十六进制码,本程序取第三个作为识别码。-Infrared remote contro
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:胥键
  1. MCMPFFT

    0下载:
  2. 利用经典的Cooley-Tukey基2算法求复序列的DFT。Cooley-Tukey提出的FFT使N点DFT的乘法计算量有N^2次降为N/2*log2(N)次。-The use of classical Cooley-Tukey algorithm for radix-2 complex DFT sequence. FFT Cooley-Tukey presented enables multiplication of the amount of N-point DFT has N ^ 2 ti
  3. 所属分类:Audio program

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:zh
  1. sort(7-methods)

    2下载:
  2. 这是用MFC写的,开发环境是VC++。 主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。 程序亲测无误。-It`s a MFC project and the development environment is VC++.T
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5540797
    • 提供者:小奥
  1. MIN-617

    0下载:
  2. A SYMMETRIC-KEY CRYPTOGRAPHIC ALGORITHM BASED ON ASCII AND RADIX CONVERSIONS
  3. 所属分类:Development Research

  1. FFT-IFFT-Implemented

    0下载:
  2. 在TI DSP上实现扩展精度的FFT和IFFT-Extended-Precision Complex Radix-2 FFT/IFFT Implemented on TMS320C62x
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-05
    • 文件大小:62517
    • 提供者:催勇
  1. sort.tar

    0下载:
  2. 利用随机函数产生8个样本的20000个随机整数(其中之一已经是正序,之一是逆序),利用直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法进行排序(结果为由小到大的顺序),并统计每一种排序算法对不同样本所耗费的时间(即比较次数)。-Using random function to generate 20000 random integers 8 samples (one of which is positive, one is the reverse), usi
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5512
    • 提供者:凯博
  1. Sort

    0下载:
  2. 几个排序函数的实现,冒泡、选择、插入、快排、希尔、堆排、归并、基数(The implementation of several sorting functions, bubble, select, insert, fast row, Hill, heap row, merge, Radix)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:秦岭山下
  1. my FFTs

    0下载:
  2. fft radix-4, split radix
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:22528
    • 提供者:anas
  1. radix4

    0下载:
  2. radix4 fft in matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:68608
    • 提供者:anas
  1. PN_Calibration_High_Level

    0下载:
  2. 该代码主要是数字域校准办法_PN注入校准(For a simple two step converter, a psudo-random sequence can be injected into the sub-ADC and correlated with the digital output to determine radix errors. See Li and Moon, TCAS II, Sept 2003 or Keane, TCAS I, Jan 2005 for more i
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:安东特
  1. code

    0下载:
  2. Due to its high modularity and carry-free addition, a redundant binary (RB) representation can be used when designing high performance multipliers. The conventional RB multiplier requires an additional RB partial product (RBPP) row, because an err
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1292288
    • 提供者:ashokpamarthy
  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
    • 提供者:王王王王
  1. 新建 WinRAR 压缩文件

    0下载:
  2. 该程序是分别使用快速排序、插入排序、选择排序、冒泡排序、堆排序、归并排序、基数排序制作的,可以选择其一实现数组排序,通过主函数调用实现七种算法的演示。当输入一个数组的元素个数和数组元素之后可以选择七种排序方法之一进行排序并按从小到大的顺序输出。(The program is using fast sorting, insert sort, select sort, bubble sort, heap sort, merge sort, radix sort production, you can
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:silverbullet
  1. fft16

    0下载:
  2. The following Matlab project contains the source code and Matlab examples used for 16 point radix 2 dif fft . Contain the computation of 16 point DIF FFT in each stages and reordering process.
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:aliwahby1993
  1. 2236469

    0下载:
  2. Merge, Insertion, Radix, Heap, Bucket, Quick, Counting排序算法()
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:GTGU&475561
  1. R2FFT-master

    0下载:
  2. 基2算法fft实现 verilog 快速傅里叶变换(the implemention of fft in radix 2 algorithm)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-07
    • 文件大小:750592
    • 提供者:slplion
  1. quiz 1

    0下载:
  2. Radix 2 fft in matlab and verilog.
  3. 所属分类:android开发

    • 发布日期:2018-04-22
    • 文件大小:115712
    • 提供者:Bakchodi
  1. Solutions 1 & 1.5.pdf

    0下载:
  2. Pipelined radix-2 fft for matlab.
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:2102272
    • 提供者:Bakchodi
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com