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

搜索资源列表

  1. jishupaixu

    0下载:
  2. 基数排序 可以实现一些列数之间的排序 实现从小大到大的排序功能-Radix sort can be achieved between the number of columns to sort implementation from small to large sorting large
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:581
    • 提供者:fangying
  1. RadixSort

    0下载:
  2. 基数排序算法,利用VC++2008开发环境实现的代码源码。-Radix sort algorithm, using VC++2008 source code development environment to achieve.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1195
    • 提供者:bj
  1. radixsort

    0下载:
  2. 基数排序,一开始就根据数的最低位来讲他们分配到那些表中,那么就得到一个非常有效的算法结果。-Radix Sort
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:16875
    • 提供者:xuqing
  1. paixu

    0下载:
  2. 将直接插入、二分法排序、Shell排序、直接选择、冒泡排序、快速排序、堆排序、基数排序合并在程序中,由用户自由选择使用何种排序方式-Will be directly inserted, the dichotomy sort, Shell sort, direct selection, bubble sort, quick sort, heap sort, radix sort merge in the program, by the user the freedom to choose what
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3330
    • 提供者:quiq
  1. sortAlgorithm

    0下载:
  2. 一些排序算法,包括桶式排序,基数排序,归并排序,快速排序。-Some sorting algorithms, including the bucket sort, radix sort, merge sort, quick sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2985
    • 提供者:
  1. sort

    0下载:
  2. 用JAVA语言实现的一些排序算法。包括冒泡排序、桶排序、基数排序、堆排序、插入排序、归并排序、快速排序、计数排序、选择排序。-JAVA language using some sorting algorithm. Including bubble sort, bucket sort, radix sort, heap sort, insertion sort, merge sort, quick sort, counting sort, selection sort.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:3952
    • 提供者:X
  1. ModuleC

    0下载:
  2. this module C that I wrote for FFT radix 2-2 1024 point.-this is module C that I wrote for FFT radix 2-2 1024 point.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:37408
    • 提供者:Pon
  1. sort

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

    • 发布日期:2017-03-29
    • 文件大小:957684
    • 提供者:莫凡
  1. sort

    0下载:
  2. 根据Kurse版数据结构改成的课件。此章包括: 1、基本概念 2、插入排序 3、交换排序 4、选择排序 5、归并排序 6、基数排序 7、外部排序 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, the basic concept of 2, 3, insertion sort, exchange sort 4, 5, s
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:308483
    • 提供者:黄蔼婧
  1. work

    0下载:
  2. n point FFT radix-2 algorith development in MATAB- n point FFT radix-2 algorith development in MATAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1109
    • 提供者:Amit Raj
  1. Radix_Sort

    0下载:
  2. A Radix-sort implemantation using counting-sort...requires token.h library
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:41215
    • 提供者:Sergio Ortiga
  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. VxWork.primary.data.componen.design.document.prepa

    0下载:
  2. VxWork primary data component design documents preparedVxWork主备数据组件开发设计文档 -VxWork primary data component design documents prepared
  3. 所属分类:VxWorks

    • 发布日期:2017-03-28
    • 文件大小:124983
    • 提供者:oo
  1. exam4

    0下载:
  2. 源程序给出了插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序算法,其中有17处需要填空。 1) 完成17处填空; 2) 调整输出方式:去掉多余的空行,保留中间结果以便确认排序方法是否正确; 确认程序能正确运行之后,去掉(或注解)输出中间结果的语句,直接输出排序前、后的数组内容。 -Source gives the insertion sort, selection sort, Hill sort, heap sort,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:147007
    • 提供者:tamakiramimy
  1. Verilog_files_and_simulation_png_image

    0下载:
  2. Verilog hdl code modules for radix 4 booth multipliers
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:163116
    • 提供者:Atharva
  1. my_fft

    0下载:
  2. fft的matlab编程实现,能够进行2的整数次幂的点数的fft运算,采用基2算法-fft in matlab programming, can be integral power of 2 points in the fft computation algorithm using radix-2
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:665
    • 提供者:LiaoKai
  1. 1280fft

    0下载:
  2. 1280点fft变换,改变传统的需2046点FFT的情况。-1280 point FFT,radix 4 and radix 5
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1539
    • 提供者:frinq
  1. BaseSort

    0下载:
  2. (2)已知序列{503,87,512,61,908,170,897,275,652,462},采用基数排序法对其作升序排序,打印每一趟的结果。-(2) the known sequence {503,87,512,61,908,170,897,275,652,462} method of its use radix sort for ascending order, print the results of each trip.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1854
    • 提供者:王玉珏
  1. FFT_4_float_DIF_(OK)

    0下载:
  2. 基4的浮点FFT算法,注释都在里面,功能是在VC2008里验证过的。-Floating-point radix-4 FFT algorithm, comments are inside, the function is verified in the VC2008.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:219199
    • 提供者:傲天
  1. sort

    0下载:
  2. c语言实现堆排序,锦标赛排序,归并排序,快速排序,基数排序,希尔排序-c language heap sort, tournament sort, merge sort, quick sort, radix sort, sorting Hill
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2741
    • 提供者:GuQi
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com