CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lookup table

搜索资源列表

  1. 平衡二叉树操作的演示

    0下载:
  2. 平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:罗明会
  1. 060626

    0下载:
  2. 哈希表设计 针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。-Hash Table design is a design collective Names Hash Table 1, bringing the average length not exceeding find R, and completion of the corresponding construction and Lookup Table procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.07kb
    • 提供者:guoxingxi
  1. findsjjg

    0下载:
  2. 实验目的:掌握静态查找表的基本操作,并实现一个简单的信息管理问题。 实验要求:1、上机运行程序。 2、分析代码。 3、重写代码。 -experiment : static lookup table grasp the basic operation and the realization of a simple message management issues. Experimental requirements : one, operational procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.45kb
    • 提供者:张玉猛
  1. address_sin

    0下载:
  2. 正弦值查找表是用matlab代码写的,根据量化地址来查找实际地址的正弦值-Sine value lookup table is written in matlab code, according to quantify the address to find the actual address of the sine value
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.1kb
    • 提供者:文书
  1. hash

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict resolution chain address law.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:69.09kb
    • 提供者:奈奈
  1. haxibiao

    0下载:
  2. 附有实验报告。。1、查找的基本概念和查找的几种方法以及求查找的平均查找长度。 2、静态查找表(基于线性表的查找法)。顺序查找、二分查找和分块查找。 3、动态查找表(基于树的查找法)。二叉排序树、二叉平衡树、 B_ 树和B+ 树。 -1, find the basic concepts and find several methods, as well as seeking to find the average search length. 2, static lookup tabl
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:243.96kb
    • 提供者:jingjing
  1. Direct_Torque_Control_Lookup_Tables

    0下载:
  2. Paper about Induction motor drive based on direct torque control (DTC) which allows high dynamic performance to be obtained with very simple hysteresis control scheme. Direct control of the torque and flux is achieved by proper selection of inverter
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:726.75kb
    • 提供者:gregbur
  1. Contrast_Enhnace

    0下载:
  2. Image contrast enhancement using lookup table.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:135.16kb
    • 提供者:AWAIS
  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
    • 文件大小:2.02kb
    • 提供者:W.Y.T.S
  1. finding

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

    • 发布日期:2017-04-09
    • 文件大小:784byte
    • 提供者:zn
  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
    • 文件大小:165.59kb
    • 提供者:卓木缝
  1. adaptivestrategy

    0下载:
  2. You can disable this diagnostic by setting Automatic solver parameter selection diagnostic to none in the Diagnostics page of the configuration parameters dialog. Warning: Square root of a negative number in afcabs/SMC2/Hydraulic Actuator1/Fcn2
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:9kb
    • 提供者:mohammed
  1. Hash-table-lookup

    0下载:
  2. 哈希表查找,一种地址查找,各查找中时间复杂度最小-Hash table lookup, an address lookup, find the time complexity of the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:633byte
    • 提供者:陈与
  1. xianxingbiao

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

    • 发布日期:2017-04-15
    • 文件大小:6.03kb
    • 提供者:市容
  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
    • 文件大小:110.45kb
    • 提供者: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
    • 文件大小:142.43kb
    • 提供者:郭文明
  1. StaticSearchTable

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

    • 发布日期:2017-04-25
    • 文件大小:290.27kb
    • 提供者:lihaizhen
  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
    • 文件大小:1.38kb
    • 提供者:王子剑
  1. atm_corro_ok2

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

    • 发布日期:2017-11-11
    • 文件大小:812byte
    • 提供者:feiaiqiang
  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
    • 文件大小:1.03mb
    • 提供者:seed
« 12 3 »
搜珍网 www.dssz.com