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

搜索资源列表

  1. DoubleLinkList

    0下载:
  2. 循环链表的基本操作,包括创建表,插入数据,删除数据,查找数据,获取数据-Circular linked list of basic operations, including creating tables, inserting data, deleting data, find data, get data ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4760
    • 提供者:林浊
  1. LinkList

    0下载:
  2. 单链表的基本操作,包括创建表,插入数据,删除数据,查找数据,获取数据-Single list of basic operations, including creating tables, inserting data, deleting data, find data, get data ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4357
    • 提供者:林浊
  1. MyDDS

    0下载:
  2. 利用查找表法编写的DDS的verilog程序,节省了利用IP核实现需要的资源,软件为ISE,-Prepared using look-up table method of verilog DDS program, save the use of IP core implementation requires resources, software for the ISE,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2892046
    • 提供者:蜡笔
  1. contacts

    0下载:
  2. 用动态查找表的方式实现一个可以电话簿,电话簿的项目有:联系人名称,带区号的固定电话号码、手机号码。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3050
    • 提供者:lin
  1. contactswendang

    0下载:
  2. 用动态查找表的方式实现一个可以电话簿,相关设计报告-failed to translate
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:23997
    • 提供者:lin
  1. Studemt

    0下载:
  2. 采用C语言开发,文件存储,指针链表实现,每个用户凭合法用户名和密码登陆,不同权限的用户可使用不同的功能集。用户管理包括:新增、查找,浏览、修改密码和和保存等基本功能。学生成绩管理包括添加、修改、删除、查询、排序、统计、载入、追加和保存等基本功能。-Using C language development, file storage, a pointer linked list implementation, each user with valid username and password,
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:11818
    • 提供者:张强
  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. 所属分类:Search Engine

    • 发布日期:2017-03-23
    • 文件大小:1849
    • 提供者:小伏
  1. renyiboxing

    0下载:
  2. 信号发生器是一种常用的仪器,能够实现各种波形,不同频率的输出,电子测试系统的重要部件。本研究 的数字信号发生器足基于直接数字合成即DDS技术设计的,采用VHDL与C语言相结合的方法,通过查找存储 于ROM查找表中的各种标准波形数据,产牛频率Hf调并且高精度的正弦波、方波、锯齿波等常用信号,并且町 以通过修改表中的数据,实现任意信号发生器-Signal generator is a commonly used instrument to achieve a variety of wav
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:268299
    • 提供者:姚木
  1. EnhancedLinkedList

    0下载:
  2. 用C++实现的加强版的单链表,包括插入、删除、查找等功能。-The Implemention of EnhancedLinkedList
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4069
    • 提供者:南希
  1. waveform_gen_latest.tar

    0下载:
  2. VHDL实现NCO与LUT(查找表) VHDL实现NCO与LUT(查找表)-VHDL realization of NCO and LUT (lookup table) VHDL Implementation NCO and LUT (lookup table)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:570202
    • 提供者:张颖
  1. sa3501

    0下载:
  2. 该器件具有高达15.5V的输出电压,是第一款内置温度传感器、ADC以及查找表(LUT)的高度集成非易失数字电位器系列产品,具有与标准数字电位器相近的成本。 DS3501提供了一个ADC可寻址的36字节LUT,查找的温度跨度范围为-40℃至+100℃。可以使用LUT输出加上非易失初值寄存器(IVR)的值或LUT输出直接替代IVR的值,作为7位线性电位器的输入。该架构可支持许多应用,例如LCD背板、光接收器以及工业控制这类理想控制电压随温度变化而变的应用。DS3501专门设计可适合于
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:4213
    • 提供者:Mengliang Yi
  1. data_struct9

    0下载:
  2. 数据结构课后设计题第九章 9.26② 试将折半查找算法改写成递归算法。 实现下列函数: int BinSearch(SSTable s, int low, int high, KeyType k) 静态查找表的类型SSTable定义如下:-Data structure design question after class IX 9.26 ② would try to rewrite the binary search algorithm int
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2070
    • 提供者:W.Y.T.S
  1. shunxubiao

    0下载:
  2. (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素,查找成功返回1,否则返回0。 (4).判断该顺序表中元素是否对称,对称返回1,否则返回0。 (5).实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 (6).输入整型元素序列利用有序表插入算法建立一个有序表。 (7).利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。 (8).编写一个主函数,调试上述算法。 -shun xu
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1636
    • 提供者:杨杨
  1. AVLdongtaichazhaobiao

    0下载:
  2. 数据结构设计性实验,用平衡二叉树实现的动态查找表,很有用的哦~!站长加点分啦~!-Data structure design of experiments, using balanced binary tree implementation of dynamic look-up table, useful Oh ~! Webmaster add some points 啦 ~! Thank you
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4059
    • 提供者:figo yip
  1. crc

    0下载:
  2. 通过查找表的方法,该函数可以计算出以字节为单位的数据的CRC校验位,可以应用于网络编程中的一些帧的校验位的生成-Through the method of lookup-tabel,this function can generate the crc parity code of bytes,which can be used for network program field
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1086
    • 提供者:周德强
  1. 16QAM

    0下载:
  2. 16QAM的调制,它把输入的二进制数据以查找表的方式进行映射,从而提高信息传输率。-16QAM modulation, it is the input of binary data to find a way to map the table to enhance information transfer rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:981
    • 提供者:mickey
  1. crc16

    0下载:
  2. 采用查找表方式 计算CRC16 可直接能用! 网上好多都是半成品-CRC16 calculated using look-up table can be used directly! Many are semi-finished products online
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1136
    • 提供者:乌春华
  1. using_the_LUT_as_distributed_RAM_in_Spartan-3_FPGA

    0下载:
  2. 在 Spartan-3 系列 FPGA 中将查找表用作分布式 RAM-using_the_LUT_as_distributed_RAM_in_Spartan-3_FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:7164
    • 提供者:lishiwei
  1. osgglsl

    1下载:
  2. 基于OSG添加OPENGL着色语言,通过读入一个文本格式的颜色查找表来更改当前模型的颜色,有助于用户学习OSG与GLSL相结合-Add OPENGL shading language based on OSG, by reading into a text format color lookup table to change the color of the current model, helps users learn OSG combined with GLSL
  3. 所属分类:OpenGL program

    • 发布日期:2016-11-09
    • 文件大小:4078592
    • 提供者:卉卉
  1. half

    0下载:
  2. 折半查找的算法思想是将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。 折半查找是一种高效的查找方法。它可以明显减少比较次数,提高查找效率。但是,折半查找的先决条件是查找表中的数据元素必须有序-Binary search algorithm idea is to sequence by ordering (ascending or des
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:672
    • 提供者:吕济根
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com