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

搜索资源列表

  1. balanceTree

    0下载:
  2. 本实验主要是平衡二叉树操作的演示。具体实现了动态查找表的三种基本功能:查找、插入和删除。-This experiment is the demonstration of the balanced binary tree.Concrete realization of a dynamic look-up table of the three basic functions: find, insert and delete.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:6437
    • 提供者:戴珊珊
  1. duomeiti

    1下载:
  2. 对于24bit的彩色lena.bmp,设计一个中值区分算法,并由此设计出颜色查找表。同时将之转换成8位索引图.-For 24bit color lena.bmp, to design a value distinction between algorithms, and design a color lookup table. At the same time to convert them to 8 index maps.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:830754
    • 提供者:May18tha
  1. UART

    0下载:
  2. 一个高速串口 使用查找表写的 很省资源 来自xilinx picoblaze代码-A high-speed serial port using a lookup table to write the provincial resources
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:395480
    • 提供者:wangshaoyang
  1. create_crc_table

    0下载:
  2. 该程序是实现24bitsCRC编码的造表过程,因为CRC编码采用查表方式实现,所以得提前造好相应的查找表-The program is achieve 24bitsCRC encoding table-making process, because CRC coding using look-up table to achieve well in advance so you have the appropriate look-up table
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:1161444
    • 提供者:胡攀
  1. subbyte128

    0下载:
  2. AES算法中Sbox映射Verilog源代码,采用一一映射的方案,用查找表的方式实现Sbox。转换数据长度为128bit。-Sbox mapping Verilog source code of the AES algorithm, using one to one mapping of the program, using a lookup table to achieve the Sbox table. Convert the data length is 128bit.
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:1519
    • 提供者:chun zeng
  1. Ttwo_d_dct_sew

    0下载:
  2. 二维DCT变换,采用查找表的方法实现算法,分别通过列变换,,再通过行变换,通过加法器乘法器和流水线技术得出更快的结果! -2D DCT algorithm using look-up table method, respectively, by column transform, and then transform through the line faster results obtained by the adder multipliers and pipelining techniq
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-06-14
    • 文件大小:23552
    • 提供者:
  1. StaticSearchTable

    0下载:
  2. 静态查找表的四个基本操作的实现,是一种抽象数据类型。-Static lookup table of the four basic operations to achieve an abstract data type.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:297235
    • 提供者:lihaizhen
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. scan_img

    0下载:
  2. 本文来讲讲Mat存储的像素该怎么对其进行扫描?扫描的效率又如何?   文章参考opencv自带的tutiol及其code。   实验功能:   可以手动选择打开电脑上的图片。   对4种对Mat矩阵的扫描方法效率进行比较,这4种扫描方法分别为:连续内存直接访问;用迭代器进行访问;直接像素点进行访问;用LUT查找表进行访问;这4种扫描方法可以在菜单栏进行选择。   这些访问完后是将每个访问到的像素点的像素进行压缩,压缩间隔可以在软件的界面中进行修改。   软件的下端显示每
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:174080
    • 提供者:wuwei
  1. FIND

    0下载:
  2. 数据结构:查找表的逻辑结构和存储结构。实现折半查找算法:建立一棵二叉排序树,输入给定值,在该二叉排序树查找,如不存在该值,则在二叉排序树中插入;如存在该值,则返回节点;实现删除找到节点的算法。-Data structures: a lookup table of the logical structure and storage structure. Binary search algorithm: the establishment of a binary sort tree, enter t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1973
    • 提供者:陈小默
  1. AES

    0下载:
  2. AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:18483
    • 提供者:zhangyi
  1. gamma_trans_opencv

    0下载:
  2. 基于opencv1.0的gamma变换程序,首先接受用户输入,然后计算查找表,最后查表得到变换后的图像。-The gamma transform procedures based on opencv1.0, first to accept user input, and then calculates the lookup table, the last look-up table to obtain the converted image.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:2380
    • 提供者:yeah
  1. ray_rad

    1下载:
  2. 利用查找表计算 Rayleigh 散射,输入值为气压值和观测角-RAY_RAD computes Rayleigh radiances for SeaWiFS using Rayleigh tables
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2610
    • 提供者:lihonglin
  1. search

    0下载:
  2. c语言实现的二叉排序书和查找表搜索,数据结构课的作业-the binary sort books c language and job lookup table search, data structures, classes
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1408
    • 提供者:王子剑
  1. da_fir

    0下载:
  2. 基于verilog的分布式算法FIR滤波器 有两个文件 一个用来生成查找表-FIR filter using Distributed Algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:2162
    • 提供者:小关
  1. DDS

    0下载:
  2. FPGA,基于VHDL语言,用于ROM查找表的方式,实现DDS,能够输出正弦,方波,锯齿波,方波四种波形,可以改变幅值和频率。-DDS based on FPGA(VHDL)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-11
    • 文件大小:6305
    • 提供者:王芳
  1. atm_corro_ok2

    1下载:
  2. 利用idl建立6s查找表,6s。exe为hj-1卫星所用-To idl establish 6s lookup table
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:812
    • 提供者:feiaiqiang
  1. Linear-transformation-of-image

    0下载:
  2. 输入二进制图像文件,计算查找表,对图像进行线性变换,最后输出处理后图像-Input binary image file, calculating the lookup table, and the linear transformation of the image, the final output processing of image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:4041
    • 提供者:张迪
  1. mult4x4

    0下载:
  2. 4*4乘法器的源代码,利用FPGA的查找表实现,是数字电路和FPGA的经典乘法器源代码-4* 4 multiplier source code, FPGA lookup table to achieve classic digital circuit and FPGA multiplier source code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:44378
    • 提供者:冷先生
  1. DatabaseBrowser

    0下载:
  2. 数据库查看工具,切换表方便,查找表,适合oracle,sql,mysql,odbc 多种数据库-tool of view database,switch table convenient,search table,fit for oracle,sql,mysql,odbc kinds of database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-13
    • 文件大小:3579700
    • 提供者:William-Chueng
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com