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

搜索资源列表

  1. ADT_DSTable_BSTaAVL

    0下载:
  2. 抽象数据类型(ADT)实验之动态查找表: 二叉排序树与二叉平衡树两种存储结构-ADT of Dynamic Search Table. There are two types: 1.Binary Sort Tree 2.AVL Tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1114612
    • 提供者:Chris
  1. TWO

    0下载:
  2. 动态查找表,二叉树的应用动态查找表,对初学者是非常有用的一个程序,可以帮助他学习好数据结构的动态查找表! -Dynamic look-up table, binary tree using dynamic lookup table, is very useful for beginners, a program that can help him learn good dynamic look-up table data structure!
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:169564
    • 提供者:卓木缝
  1. formerror

    0下载:
  2. 查找表单的同名元素,并且可以自定进行重命名,智能化修改-Find the form of the same name elements, and can be customized to rename, intelligent modification
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:146542
    • 提供者:漫无的放逐
  1. 3.2

    0下载:
  2. 查找表乘法器带testbench好用的工程-Easy to use look-up table multiplier works with testbench
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:104398
    • 提供者:d
  1. NakagamiCFAR

    0下载:
  2. 本代码实现了基于卡方分布(nakagami 分布)的恒虚警检测(CFAR),通过在查找表的形式,实现参数估计和阈值估计,完成对目标的检测。-The code based on the chi-square distribution (nakagami distribution) of the CFAR (CFAR), through the form of a lookup table to achieve the threshold parameter estimates and estima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2592
    • 提供者:
  1. sin_rom

    0下载:
  2. sin rom的查找表程序,地址表为16位,sin值为16位,可以直接调用。-sin rom the look-up table procedure, the address table 16, sin 16 is the value that can be called directly.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:198496
    • 提供者:
  1. Joseph

    0下载:
  2. 该例程为针对Joseph查找问题的实现,原理是用数组构建查找表,采取二分的方法-failed to translate
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2994
    • 提供者:sxf
  1. AVL

    0下载:
  2. 利用平衡二叉树实现一个动态查找表, 以二叉链表作为二叉树的储存结构-Achieve a balanced binary tree using dynamic lookup table to binary linked list storage structure as a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:113105
    • 提供者:chaser tang
  1. looking

    0下载:
  2. ①建立一个查找表,使用顺序查找算法对其元素进行查找,并输出查找时比较的元素和最终的比较的次数。如果没有找到,则把该元素插入到该查找表中。 ②建立一个有序查找表,使用二分查找算法对其元素进行查找,并输出查找时比较的元素和最终的比较的次数;如果没有找到,则把该元素插入到该查找表中。-① a lookup table, using the sequential search algorithm to find its elements, and compare the output lookup
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:145844
    • 提供者:郭文明
  1. RGBtoHSB

    0下载:
  2. 实现RGB到HSB色彩空间的转换,包括三种三维查找表法-To realize the method that transfer the RGB color space HSB color space , including three kinds of 3 d look-up table method
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:4053853
    • 提供者:张磊
  1. DST

    1下载:
  2. 大二数据结构的实验,里面包含实验报告、源码、可执行文件,用VC++6.0开发的。动态查找表。功能齐全,实现 二叉排序树、平衡二叉树、B_树、2-3树、B+树。- Experimental sophomore data structures, which contains experimental reports, source code, executable file, using VC++6.0 development. Dynamic look-up table. F
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:572285
    • 提供者:麦思明
  1. CRC16_32

    0下载:
  2. C代码源文件。查找表法计算CRC16和CRC32,先计算生成查找表,然后以byte为单位计算CRC码。 -Calculate the CRC16 and CRC32 with the Look-up-Table
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:777
    • 提供者:李海华
  1. tu

    0下载:
  2. 定义静态查找表的顺序存储结构 2.基本操作 创建静态查找表, 对静态查找表排序(非降序排列)(分别使用插入法,冒泡法,快速排序) 销毁表, 折半查找法查找关键字等于某个key的数据元素。 -Sort, and find
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:59164
    • 提供者:孙志雄
  1. CRC

    0下载:
  2. 在CPLD 或者FPGA中实现CRC,可以查找表方式或根据原理去实现-CPLD or FPGA CRC can lookup table according to the principle
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:44320
    • 提供者:hudson
  1. querrytablenamebycontent

    0下载:
  2. 一个根据表里面字段内容查找表名的存储过程.比较好用-a very good chun chu guo cheng .yong lai cha chao biao ming
  3. 所属分类:SQL Server

    • 发布日期:2017-03-30
    • 文件大小:682
    • 提供者:利于
  1. rom--mif

    0下载:
  2. 生成fpga的rom查找表的c语言和matlab程序还有一个生成正弦和余弦mif文件的生成器-fpga rom lut
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:134413
    • 提供者:liuheshan
  1. lut_mult

    0下载:
  2. 基于查找表的乘法器实现,verilog编写,Modelsim测试-use lut realize the mult
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:1164
    • 提供者:zhang
  1. FSKPSK

    0下载:
  2. 本方案需要设计有100个单元的查找表,其中每个单元分别保存100个正弦波采样的对应样值。-This project needs to design to have checking of 100 unitses to seek form, among them, each unit keeps 100 sine wave samples respectively of to be worth in response to the kind.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:89424
    • 提供者:mr.liu
  1. 4-x-4-on-time-multiplier--table

    0下载:
  2. 4×4 查找表乘法器 vhdl 语言描述-4 x 4 on time-multiplier look-up table VHDL language describe
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:252735
    • 提供者:郭少华
  1. fushi

    0下载:
  2. matlab2011a下实现用查找表对文本图像进行腐蚀处理。-The matlab2011a corrosion treatment on the text image with a lookup table.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:688
    • 提供者:husir
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com