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

搜索资源列表

  1. rgb2yuv

    0下载:
  2. 彩色空间转换 1.进一步理解彩色空间的概念并掌握不同彩色空间转换的基本方程。 2.通过逐步运行程序,掌握编程细节:如查找表的设计,内存分配,对U和V信号进行下采样,文件读写过程等。-Color space conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:460066
    • 提供者:常雪彧
  1. 16QAM

    1下载:
  2. 利用VERILOG语言编写的利用查找表进行16QAM调制源代码-Using a Lookup Table the 16QAM modulation source code using Verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:
    • 文件大小:4198
    • 提供者:
  1. da_fir

    0下载:
  2. 基于FPGA分布式算法FIR滤波器verilog代码 (本人 小论文 代码,通过验证) ​ 本文提出一种新的FIR滤波器FPGA实现方法。讨论了分布式算法原理,并提出了基于分布式算法FIR滤波器的实现方法。通过改进型分布式算法结构减少硬件资源消耗,用流水线技术提高运算速度,采用分割查找表方法减小存储规模,并在Matlab和Modelsim仿真平台得到验证。​ 为了节省FPGA逻辑资源、提高系统速度,设计中引入了分布式算法实现有限脉冲响应滤波器(F
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:5827
    • 提供者:石康
  1. search

    0下载:
  2. 静态查找表的基本功能的实现。用的是c++包括两种查找,遍历,删除-Static lookup table implementation of the basic functions. Using c++ includes two search, traversal, delete
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:1074880
    • 提供者:seed
  1. NPU-c-language-major-operations

    0下载:
  2.   本程序是一个演示折半查找算法的演示程序。由用户输入查找的数据表列和查找的数据,系统在将数表排序后可以在屏幕上演示在排序后的表列中按折半查找法查找该数据的具体过程(通过每次查找的中间数据、下次查找表列等,具体效果见下图),支持多次演示、错误提醒,程序暂停演示功能。 -NPU c language major operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:612420
    • 提供者:刘兆谦
  1. hash

    0下载:
  2. 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -Information management system to create a small (could be books, personnel, student, supplies, commodities and any other information management systems). Requir
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:2495
    • 提供者:qubo
  1. CRC16

    0下载:
  2. 16位CRC校验查找表法,网上比较普遍的是8位表,该程序中有罕见的4位表,亲,千万不要错过哦,赶快下载吧!-16-bit CRC lookup table method, the Internet more generally eight tables, this program has the rare four tables, pro, do not miss it, download it!
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:1456
    • 提供者:谭平
  1. cycloneiii

    1下载:
  2. altera公司cycloneiii部分的查找表源码。-altera company cycloneiii part of the lookup table source.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:16462
    • 提供者:何新
  1. BST

    0下载:
  2. 用二叉查找树对动态查找表的设计与实现,基本操作包括:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。-Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the table, the search element of th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1893
    • 提供者:tocont
  1. ntc_3470

    0下载:
  2. 空调温度探头4.7K-3470-ntc查找表。-4.7K-3470-ntc table
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:875
    • 提供者:yazhi
  1. LUT123

    0下载:
  2. 该程序基于MATLAB 功放 记忆多项式 预失真 查找表-The program is based on MATLAB amplifier memory polynomial predistortion lookup table
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1535
    • 提供者:炎静
  1. Chapter-2

    0下载:
  2. 3.1加法树乘法器add_tree_mult设计实例, 3.2查找表乘法器lookup_mult设计实例. 3.3布尔乘法器booth_mult设计实例 3.4移位除法器shift_divider设计实例 -3.1 adder tree multiplier add_tree_mult design example, 3.2 lookup table multiplier lookup_mult design examples. 3.3 Design Example 3.4 Bo
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:217206
    • 提供者:shixiaodong
  1. Chapter-3

    0下载:
  2. 3.1加法树乘法器add_tree_mult设计实例 3.2查找表乘法器lookup_mult设计实例 3.3布尔乘法器booth_mult设计实例 3.4移位除法器shift_divider设计实例-3.1 adder tree multiplier add_tree_mult design example 3.2 multiplier lookup_mult lookup table design example 3.3 Design Example 3.4 Boolean mu
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:463870
    • 提供者:shixiaodong
  1. xapp208

    0下载:
  2. xilinx 基于查找表方法实现的IDCT的verilog源码-Xilinx LUT-based method to achieve the IDCT of the Verilog source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:8786
    • 提供者:ening
  1. fasta

    1下载:
  2. DNA比对中FASTA算法的简单实现,通过建立查找表、位移表和位移向量表来得出两条序列的最大匹配位移。-DNA matching the FASTA algorithm is simple to achieve, through the establishment of a lookup table, displacement and the displacement vector table to derive maximum matching two sequences displaceme
  3. 所属分类:DNA

    • 发布日期:2015-08-03
    • 文件大小:26624
    • 提供者:董强强
  1. DDS4.mdl

    0下载:
  2. DDS(快速正交调制)生成正弦波形,利用相位累加字进行累加,查找查找表内容输出正弦数据,在通信领域应用很多,我采用的是matlab的simulink进行前期仿真-DDS (fast quadrature modulation) to generate sine wave, the use of the word to accumulate phase accumulation, content output sine lookup table lookup data in many applic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:11910
    • 提供者:lu
  1. ThreeTable

    0下载:
  2. 这个文件实现了Matlab/Simulink中的三维查找表,对要用到查表的人有帮助,里面用到Reshape函数-This file implements the Matlab/Simulink in a three-dimensional look-up table for use to help people look-up table, which used Reshape function
  3. 所属分类:Energy industry

    • 发布日期:2017-04-04
    • 文件大小:6801
    • 提供者:jerry
  1. histogram

    0下载:
  2. 计算图像的直方图,通过查找表修改图像外观,直方图均衡化,反投影直方图以检测特定的图像内容,实用均值漂移算法查找物体,实用比较直方图检索相似图片-Files: histogram.h histograms.cpp correspond to Recipes: Computing the Image Histogram Applying Look-up Tables to Modify Image Appearance Files: colorhistogra
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:11118
    • 提供者:家家
  1. modis_lut

    2下载:
  2. IDL编写,IDL调用6S.exe生成查找表源码.该程序是通过6s辐射校正模型生成查找表,以便进行气溶胶反演,该程序参数设置较为简单,如果要详细的参数,请自行设置. -Write IDL, IDL call 6S.exe generate a lookup table source. The program is to generate a lookup table for aerosol retrieval by 6s radiometric correction model, the p
  3. 所属分类:Other systems

    • 发布日期:2014-09-29
    • 文件大小:1024
    • 提供者:李泽鸣
  1. AWB

    0下载:
  2. 自动白平衡算法,可以针对RGB24位图像通过查找表进行快速白平衡运算-Auto white balance algorithm, for RGB24-bit images quickly balance computation through a lookup table
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:697
    • 提供者:Xiexiaoming
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com