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

搜索资源列表

  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8214
    • 提供者:潘珍
  1. DDS

    0下载:
  2. DDS信号生成模块,使用MATLAB产生查找表,可输出方波、三角波、锯齿波、正弦波-DDS signal generator module, using MATLAB to generate a lookup table can output square wave, triangle wave, sawtooth, sine
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:8883596
    • 提供者:苏杭
  1. ufc

    0下载:
  2. 基于查找表实现的gb2312字符串与UTF-8字符串的互相转换,可用于跨平台开发-Find gb2312 string with each other based on UTF-8 string conversion table to achieve, can be used for cross-platform development
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:116107
    • 提供者:
  1. 6s

    2下载:
  2. 利用IDL调用6S模型建立查找表,省时省力-IDL call 6S model use a lookup table, saving time and effort
  3. 所属分类:Other systems

    • 发布日期:2015-03-25
    • 文件大小:12288
    • 提供者:刘元亮
  1. DDS

    0下载:
  2. 本设计基于数字频率合成技术,采用正弦查找表实现波形产生.直接数字频率合成技术(DDS)是一种先进的电路结构,能在全数字下对输出信号频率进行精确而快速的控制,DDS技术还在解决输出信号频率增量选择方面具有很好的应用,DDS所产生的信号具有频率分辨率高、频率切换速度快、频率切换时相位连续、输出相位噪声低和可以产生任意波形等诸多优点。 文中介绍了DDS的基本原理,对DDS的质谱及其散杂抑制进行了分析。程序设计采用超高速硬件描述语言VHDL描述DDS,在此基础上设计了正弦波、三角波、方波等信号发生器,。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4485169
    • 提供者:冯阳
  1. jingtaichazhaobiao

    0下载:
  2. 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。-Given a key value of the lookup tables were constructed sequentially Find and binary search, the number of executions resulting output lookup and find the process of " compare" operat
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2291
    • 提供者:青溟
  1. LUT_C

    0下载:
  2. 查找表(Look-Up-Table)简称为LUT,LUT本质上就是一个RAM。它把数据事先写入RAM后,每当输入一个信号就等于输入一个地址进行查表,找出地址对应的内容,然后输出。本程序是LUT的C语言实现。-Lookup Table (Look-Up-Table) referred to as LUT, LUT is essentially a RAM. After which the data prior written RAM, whenever the input signal is eq
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:2763
    • 提供者:王润生
  1. amsre_lst

    0下载:
  2. 本程序用于基于查找表,计算2010年AMSRE的LST-This program is used based on a lookup table to calculate the LST 2010 AMSRE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1912
    • 提供者:张晓东
  1. DDC-based-on-CORDIC-.pdf

    0下载:
  2. FPGA平台上基于CORDIC架构实现DDC的方案,将传统的本振和混频两个单元合在一起完成,省去了查找表和硬件乘法器资源-Implementation of DDC CORDIC architecture scheme based on the FPGA platform, the traditional local oscillator and mixer two units together to complete, eliminating the look-up table and har
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:556848
    • 提供者:vincentspace
  1. dds

    0下载:
  2. 这是自己写的dds源码,利用查找表方法,亲测可用。-It is written in their own dds source, using a lookup table method, pro-test available.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-20
    • 文件大小:5755372
    • 提供者:xiezhuneng
  1. approxfcn

    0下载:
  2. 逼近函数 使用查找表的方式来进行函数处理,使得函数G逼近函数F-a function handle, G, that approximates the function handle F by using a lookup table.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:929
    • 提供者:Kai Nie
  1. source

    0下载:
  2. 快速傅里叶变换verilog程序,其中包含了多个模块,全部在芯片了就可以实现,不用查找表-Fast Fourier Transform verilog program, which contains a number of modules, all in a chip can be achieved without a lookup table
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-03
    • 文件大小:983089
    • 提供者:孤风
  1. lut

    0下载:
  2. verilog查找表功能的实现,基本的查找表功能,可以作为编写查找表的参考-verilog lookup table functions to achieve the basic function lookup table can be used as reference for the preparation of a lookup table
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-17
    • 文件大小:4298802
    • 提供者:李九阳
  1. pipeline_lut_multiplier

    0下载:
  2. pipeline_lut_multiplier, 一个使用查找表实现的流水线乘法器,本程序使用verilog HDL language 语言编写-pipeline_lut_multiplier ,a multiplier based on look up tablets ,and it is programing in verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:5391
    • 提供者:谷雨
  1. Histogram

    0下载:
  2. 该工程包含一下内容: 1.灰度图的直方图 2.使用查找表修改图像外观 3.直方图均衡化 4.反投影直方图检测特定的图像内容(包括彩色图)-The project contains the following elements: 1. grayscale histogram 2. Using a lookup table to modify the appearance of the image 3. histogram equalization The back-
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6793295
    • 提供者:蓝梦
  1. ijkmcube

    0下载:
  2. 采用新的查找表,实现移动立方体重建算法。比传统的结果要圆滑-Quality Isosurface Mesh Generation Using an Extended Marching Cubes Lookup Table
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:208233
    • 提供者:李云
  1. MODIS

    1下载:
  2. 本压缩文件包含利用LUT(查找表)进行MODIS气溶胶反演的系统、源代码及说明文档 源代码为idl的pro文件,易于学习查看 还附赠了6s大气传输模型用以生成查找表(LUT)之用 -Modis 6s.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:136697
    • 提供者:Hekpoxa
  1. lut_multiplier

    0下载:
  2. 使用verliog设计实现LUT查找表乘法器,通过modelsim仿真验证通过-Designed and implemented using the LUT lookup table verliog multipliers, through simulation by modelsim
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:140966
    • 提供者:吴刚
  1. 1112

    0下载:
  2. 平衡二叉树的演示,利用平衡二叉树设计动态查找表-Balanced binary tree presentation, using a balanced binary tree design dynamic lookup table
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3442
    • 提供者:bai
  1. aes

    0下载:
  2. 利用verilog实现AES加密功能,S盒的实现方式有两种,一种是查找表的方式,一种是计算的方式。-Use verilog implementation AES encryption, there are two kinds of S box is implemented, a way is look-up table , a way is calculation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:7875
    • 提供者:庞建龙
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com