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

搜索资源列表

  1. design

    1下载:
  2. The verilog implementation of 8-point FFT in verilog. Radix 2 Decimation in Frequency.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:10213
    • 提供者:Hong-soo
  1. Sort

    0下载:
  2. 通过Java语言实现了选择、插入、冒泡、希尔、快速、归并、堆、基数等8种排序算法-Java based selection, insertion, bubble, shell, quick, merge, heap, radix sorting algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:11233
    • 提供者:陈昱安
  1. ada1

    0下载:
  2. radix ,prims ,quicksort,strassens algorithms for ada
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3844
    • 提供者:saurabhsingh
  1. SortProject

    0下载:
  2. 自己写的所有的内部排序算法,包括冒泡排序,插入排序,选择排序,快速排序,堆排序,shell排序,归并排序,计数排序,基数排序等-all the internal sort, including bubble, insert, select, quick, heap, shell, merge, counting, radix sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:12445
    • 提供者:胡欣
  1. ADSP-21062_Compl_FFT_rad-4

    0下载:
  2. 用ADSP21062实现快速FFT基4算法 压缩包内有源代码和说明-In general, a radix-4 FFT will run faster than radix-2 FFT but will take up more space and has more restrictions on the length of the FFT. Specifically, all radix-2 FFT routines will take data lengths that are
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:84793
    • 提供者:防止
  1. MRELFFT

    0下载:
  2. 利用分裂基算法求实序列 的DFT, 的虚部赋值为零。-Split-radix algorithm for the use of realistic sequence of DFT, the imaginary part of the assignment to zero.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1200
    • 提供者:lab
  1. huizhong

    0下载:
  2. 实现所有经典排序算法汇总 包括选择排序、冒泡排序、快速排序、插入排序、希尔排序、归并排序、基数排序、计数排序、小根堆排序共9种算法。-Summary of the realization of all the classic sorting algorithms including the selection sort, bubble sort, quick sort, insertion sort, Shell sort, merge sort, radix sort, counting
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:51779
    • 提供者:驾驶员
  1. fft2

    3下载:
  2. 512点8位基2fft程序。基于 vhdl/verilog。已仿真布线通过。-512 points, eight base 2fft program. Based on vhdl/verilog. Simulation layout has been adopted.
  3. 所属分类:VHDL编程

    • 发布日期:2013-12-24
    • 文件大小:20453
    • 提供者:包鼎华
  1. bin

    0下载:
  2. 初始链表的内容为:3562,6381,0356,2850,9136,3715,8329,7481,写出用基数排序法对它们进行排序的过程,并编程实现。-The initial list read as follows: 3562,6381,0356,2850,9136,3715,8329,7481, write them using radix sort method to sort the process, and programming.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:763
    • 提供者:车亚暖
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:865541
    • 提供者:阿表
  1. 0712331_queue

    0下载:
  2. radix sort using q-radix sort using queue
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:165988
    • 提供者:levanphuoc
  1. ArraySort

    0下载:
  2. 排序算法 一、实验目的 掌握各种排序方法的实现思想。 二、实验内容 1、创建排序类。 2、提供操作:选择排序、冒泡排序、插入排序、*基数排序、*快速排序、*归并排序。 3、*能够显示各种排序算法的中间过程-A sorting algorithm, experimental purposes to master a variety of sorting methods to realize a thought. Second, the content of an exper
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:232020
    • 提供者:张效群
  1. FFT

    0下载:
  2. 自己编写的一个基2时间分解的FFT,程序实现了基2的时间序列从时域到频域的转换。希望对大家有用-I have written the time of a radix-2 decomposition of the FFT, program implementation of the base 2 of the time series from time domain to frequency domain conversion. Want to be useful to everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:309848
    • 提供者:
  1. 4

    0下载:
  2. 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序(选作) 7、归并排序(选作) 8、基数排序(选作) -Using a simple array to achieve the following variety of sorting algorithms and compare them. Sorting algorithm: a, 2 insert
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:1024202
    • 提供者:殷琪
  1. homework

    1下载:
  2. 数据结构中的各种排序集合,包括桶排序、插入排序、希尔排序、冒泡排序、快速排序、选择排序、归并排序、堆排序、基数排序、奇偶排序-Data structure in a variety of sorting a collection, including the bucket sort, insertion sort, Shell sort, bubble sort, quick sort, selection sort, merge sort, heap sort, radix sort, odd
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:4096
    • 提供者:ri
  1. alg

    0下载:
  2. Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort-Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1248
    • 提供者:Metto
  1. F

    0下载:
  2. 基于混合基算法的快速傅立叶变换和反变换在VDSL2中的应用与实现-Mixed-radix FFT-based fast Fourier transform and inverse transform in the application and implementation of VDSL2
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1077919
    • 提供者:韩静
  1. radixsort

    0下载:
  2. 基于数据结构的相关知识点,构造的基数排序-Knowledge-based data structure point of radix sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:13105
    • 提供者:王营
  1. jingdiansuanf

    0下载:
  2. 二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。-Recursive and non recursive binary tree traversal (Java descr iption), efficient algorithms to achieve Josephus, merging sorted linked list, queue-based implementation of ra
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:81493
    • 提供者:liujin
  1. SortTest

    0下载:
  2. Java写的各种排序的汇总,包括插入排序、交换排序、选择排序、归并排序和基数排序等~-Java to write a summary of various sort, including the insertion sort, exchange sort, selection sort, merge sort and radix sort, etc. ~
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3388
    • 提供者:DaiCheng
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com