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

搜索资源列表

  1. radix_sort

    0下载:
  2. java实现的基数排序,你可以按多种类型,可以实现代码重用,善于利用面向对象-java implementation of radix sort, you can press a variety of types, you can achieve code reuse, good use of object-oriented
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:43558
    • 提供者:于献智
  1. Radix_Sort

    0下载:
  2. 大二的课程设计,链式的基数排序演示,采用的是VC++6.0进行开发,用的是MFC,是一个比较不错的演示程序,值得一看-Two of the curriculum design, radix sort demonstration chain, using VC++6.0 for development, with the MFC, is a more
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:97788
    • 提供者:李韡
  1. sort

    1下载:
  2. 利用随机函数产生 N 个随机整数(N = 500,1000,1500,2000,2500,…,30000), 利用直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数 排序七种排序方法(可添加其它排序方法)进行排序(结果为由小到大的顺序),并统 计每一种排序所耗费的时间(即比较次数)和**交换次数**。 [基本要求] (1) 原始数据存在文件中,每个整数一行,方便读入。 (2) 屏幕显示每种排序所花的比较次数。-Using the random f
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:269420
    • 提供者:真真
  1. rad2FFT

    0下载:
  2. This the code for radix 2 64 point fft which is written in matlab.-This is the code for radix 2 64 point fft which is written in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:mj
  1. Radix_4

    0下载:
  2. Verilog for radix algo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:980
    • 提供者:kartik
  1. jinzhi

    0下载:
  2. tc实现了2-36进制的任意转换。多进制转十进制用的是按权展开,十进制转多进制用的是倒取余数。 注:10进制以上,分别用A表示10、B表示11、以此类推……参数中的n是进制数。-Achieve a 2-36 hex any conversion. Ary turn is based on the right of the decimal to start using decimal ary turn is used to take down the remainder. NOTE: mo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:聂国军
  1. RadixSort

    0下载:
  2. This a radix sort which can be related to the data structure study of good-This is a radix sort which can be related to the data structure study of good
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:lenny
  1. fftr4-16p

    0下载:
  2. radix 4 fft 16 point
  3. 所属分类:Project Design

  1. SearchAlgorithmTimeCompare

    0下载:
  2. 冒泡排序 正反方向的交替扫描冒泡排序 直接选择排序 直接插入排序 折半插入排序 希尔排序 快速排序 改进的归并排序 堆排序 最高优先的基数排序 实现及速度比较。-Bubble Sort alternating positive and negative direction scan directly Sort Bubble Sort direct insertion sort binary insertion sort Shell sort Qui
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:11034
    • 提供者:hy
  1. Sorting-Algorithm-Visualization-Demo

    0下载:
  2. 排序数据随机产生,针对随机案例,对插入排序、选择排序、基数排序、快速排序算法,提供排序执行过程的动态图形演示。-Sort randomly generated data for a random case of insertion sort, selection sort, radix sort, quick sort algorithm to provide the sort of dynamic graphical presentation of the implementation pro
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:57285
    • 提供者:孙阳
  1. radix-tree

    0下载:
  2. The height_to_maxindex array needs to be one deeper than the maximum path as height 0 holds only 1 entry.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15654
    • 提供者:biuhdcui
  1. 1015

    0下载:
  2. 浙大 编程能力测试 的甲级题目 第 1015. Reversible Primes (20) 数字特征问题 关于给定进制数 判断一个数据是否符合给定特征-A reversible prime in any number system is a prime whose reverse in that number system is also a prime. For example in the decimal system 73 is a reversible prime because
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:518
    • 提供者:林七七
  1. RadixSort

    0下载:
  2. c语言单链表实现的基数排序也就是桶排(卡式排序)-c language to achieve single list radix sort is a barrel row (card-sorting)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:9461
    • 提供者:半仙
  1. fast_radix10

    0下载:
  2. fpga implementation of fast radix 10 multiplier using verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:3633107
    • 提供者:karthick
  1. paixusuanfabijiao

    0下载:
  2. 冒泡,直接插入,折半插入,快速,选择,堆,基数排序的比较,比较次数及交换次数的比较。-Bubble, direct insertion, binary insertion, rapid, and selection, heap, radix sort of comparison, the number of comparisons and the number of exchange.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1291018
    • 提供者:朱子庆
  1. ustrfmt

    0下载:
  2. Fills in a UChar string with the radix-based representation of a uint32_t number padded with zeroes to minwidth. The result will be null terminated if there is room.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1110
    • 提供者:sibxxen
  1. rtree

    0下载:
  2. Size of each radix tree node (must be a power of 2). This impacts tree depth.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2539
    • 提供者:paifhmh
  1. e

    0下载:
  2. 假设有n个待排序记录,记录Ri的关键字为Keyi, Keyi由d位十进制数字组成,即Keyi=Ki1 Ki2 Ki3 … Kid ,试分别采用链式存储结构和顺序存储结构实现基数排序。-Suppose there are n number of records to be sorted, records Ri of keywords Keyi, Keyi by the d decimal digits, namely Keyi = Ki1 Ki2 Ki3 ... Kid, were used to
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1472
    • 提供者:程志浩
  1. cfft

    0下载:
  2. 1024点FFT输入12位输出14位与 - 限制和溢流处理内部-radix 4 1024 point FFT input 12 bit Output 14 bit with limit and overfall processing internal
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:王杰
  1. 06118316

    0下载:
  2. Pipelined Radix- Feedforward FFT Architectures
  3. 所属分类:Project Design

    • 发布日期:2017-05-09
    • 文件大小:1679379
    • 提供者:rajapraba
« 1 2 ... 13 14 15 16 17 1819 20 21 »
搜珍网 www.dssz.com