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

搜索资源列表

  1. RadixSort

    0下载:
  2. radix sort a simple algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:17567
    • 提供者:arrow
  1. yaopinguanli

    1下载:
  2. 设计一系统,实现医药公司定期对销售各药品的记录进行统计,可按药品的编号、单价、销售量或销售额做出排名。在本设计中,首先从数据文件中读出各药品的信息记录,存储在顺序表中。各药品的信息包括:药品编号、药名、药品单价、销出数量、销售额。药品编号共4位,采用字母和数字混合编号,如:A125,前一位为大写字母,后三位为数字,按药品编号进行排序时,可采用基数排序法。对各药品的单价、销售量或销售额进行排序时,可采用多种排序方法,如直接插入排序、冒泡排序、快速排序,直接选择排序等方法。在本设计中,对单价的排序采
  3. 所属分类:Data structs

    • 发布日期:2016-12-30
    • 文件大小:2048
    • 提供者:苏中华
  1. FFT_DIT_DIF

    0下载:
  2. 一个用于简化时频分析的Radix 2 FFT批量计算算法,可以提高运算速率 -A time-frequency analysis is used to simplify the Radix 2 FFT batch calculation algorithm can improve computing speed
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:2592
    • 提供者:chenpeng
  1. suanfa

    0下载:
  2. 这是综合算法设计的实验,包括了冒泡排序,哈希排序,插入排序,基数排序等十种排序的实验-This is an integrated algorithm design of experiments, including a bubble sort, hash sort, insertion sort, radix sort and ten other sort of experiment
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:135408
    • 提供者:吴钟彬
  1. quicksort

    0下载:
  2. 基数排序,快速排序函数代码,内含有详细介绍-Radix sort, quick sort function code, which contains a detailed descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1243
    • 提供者:sue
  1. fft_DIF_R2_eML

    0下载:
  2. matlab simulink file for calculating decimation in frequency radix-2 fft
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:23296
    • 提供者:suha
  1. radix4_Script

    0下载:
  2. matlab file for calculating radix-4 fft
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2035
    • 提供者:suha
  1. fft

    0下载:
  2. 时域基2快速傅里叶变换算法,在nios ii处理器中实现的一种 fft功能算法,可用于频谱分析。-Time domain radix-2 FFT algorithm, implemented in the nios ii processor features an fft algorithm can be used for spectral analysis.
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:1574
    • 提供者:张光
  1. 61

    0下载:
  2. A为每个关键字不超过3位的十进制整数关键字集合,试编写一个采用静态链表组织模式实现的基数排序程序将A进行由小到大的排序。-A for each keyword is not more than three decimal integer set of keywords, try to write a static list organizational model implemented radix sort program A in ascending order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:崔文涛
  1. course-design-of-data-structure

    0下载:
  2. 数据结构课设报告 关键字排序 基数排序 LSD排序-Data Structures class-based reporting keyword LSD radix sort sort sort
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:249922
    • 提供者:dian
  1. Sort.c

    0下载:
  2. 数据结构排序算法总结,包括直接插入,希尔,冒泡,快速,直接选择,堆,归并,基数-Sorting algorithms summary, including direct insertion, Hill, bubbling, fast, direct selection, heap, merge, radix
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2022
    • 提供者:cbj
  1. jishupaixu

    0下载:
  2. 基数排序的算法实现,可以将桶排序运行,包含例子。-Radix Sort
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:703
    • 提供者:Joseph
  1. FFT-to-C

    0下载:
  2. FFT 变换,C源代码。FFT C source code (Simple radix-2)-FFT transform, C source code. FFT C source code (Simple radix-2).
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:1351
    • 提供者:ffllnn
  1. Question_LinearTimeSort

    0下载:
  2. 利用java实现的线性时间排序算法,主要有桶排序、计数排序、基数排序,希望对大家有用,如果有不懂可以联系我-Use a Java implementation of linear time sorting algorithms, there are mainly bucket sorting and counting sort, radix sort, hope useful for everyone, if you have not understand can contact me
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:10132
    • 提供者:liaojie
  1. counting-sort

    0下载:
  2. 计数排序法的典型例子,算法设计与分析基础,第七章时空权衡的基数排序法C++实现.-Typical examples of counting sort method, algorithm design and analysis based on Chapter VII of the space-time trade-offs to achieve the radix sorting method C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:676
    • 提供者:王玲
  1. base-sort

    0下载:
  2. 基数排序算法,是数据结构课程中排序算法中的经典算法-Radix sort algorithm, sorting algorithm data structure courses in the classical algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:58253
    • 提供者:李明
  1. four-fast-Fourier-transform

    0下载:
  2. 通过对基4快速傅里叶的介绍,使用matlab实现了基4快速傅里叶变化-Through the radix-4 Fast Fourier presentation, using matlab to achieve a base four fast Fourier transform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:39965
    • 提供者:豆米
  1. num_sort

    0下载:
  2. 实现对数字的排序 大量数据 包括基数排序 快速排序 插入排序等并对其性能作对比(运行耗时)-To achieve the sort of digital data includes a large number of quick sort radix sort insertion sort, etc. and its performance for comparison (run time-consuming)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:268161
    • 提供者:张杰
  1. radixsort

    0下载:
  2. 《算法导论》第三版中基数排序伪码的C语言实现-"Introduction to Algorithms" third edition radix sort pseudo-code in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1101
    • 提供者:冉天纲
  1. 1231

    0下载:
  2. 数据结构14种排序算法源代码,shell ,harker,基数排序,堆排序。-Data Structures 14 kinds of sorting algorithm source code, shell, harker, radix sort, heap sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:98095
    • 提供者:王孟贤
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 »
搜珍网 www.dssz.com