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

搜索资源列表

  1. Data_Structure_Decameron

    0下载:
  2. 数据结构十日谈 第一日 绪论 第二日 算法的描述和分析 第三日 线性表 第四日 栈和队列 第五日 串 第六日 数组 第七日 树 第八日 图 第九日 查找 第十日 排序-Preface the first day of the second day of algorithm for the third day of the descr iption and analysis of linear table queue stack and its fifth day of the fourth
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5950892
    • 提供者:lzm
  1. 44

    0下载:
  2. 单片机4*4矩阵按键,运用查表法来对矩阵键盘进行查找-4* 4 matrix of single-chip keys, the use of look-up table method to find matrix keyboard
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:昌锐
  1. BookFind

    0下载:
  2. 一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the index table and hash table, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5469
    • 提供者:Jack cheng
  1. mul

    0下载:
  2. 加法器树乘法器结合了移位相加乘法器和查找表乘法器的优点。它使用的加法器数目等于操作数位数减 1 ,加法器精度为操作数位数的2倍,需要的与门数等于操作数的平方。 因此 8 位乘法器需要7个15位加法器和64个与门-Adder tree multiplier multiplier combination of shift and add multiplier advantage of look-up table. It uses the adder operand is equivalent to
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:565
    • 提供者:肖毅
  1. testNewFile

    0下载:
  2. Windows桌面新建菜单 Desktop New File XP 菜单 右键新建文件菜单 右键新建菜单 通过注册表操作实现桌面右键新建菜单(VC++7 +WinXP) //处理流程,根据菜单项的扩展名,查找“扩展名\ShellNew"键,找到,查找"NullFile"项,如果有,则表示创建空文件如果没有,则查找"FileName"项,如果有,则根据FileName的值拷贝相应的文件上述操作失败,则查找相应的文档键,继续查找ShellNew键,继续类似操作拷贝文件流程,如果是具体路
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:92912
    • 提供者:liyugang
  1. 232

    0下载:
  2. 对顺序存储的线性表进行一些操作。主要包括:各种位置的插入、删除操作、显示数据、查找、更新、统计以及学生数据文件的读写操作等。要求线性表采用类的定义-The linear sequence of storage on some operating table. Include: a variety of locations to insert, delete operation, display data, search, updates, statistics, and student data
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2993
    • 提供者:滕方明
  1. 1.2.1

    0下载:
  2. 链表操作 1 运行时输入数据,创建一个单链表 2 可在单链表的任意位置插入新结点 3 可删除单链表的任意一个结点 4 在单链表中查找所有值等于x的结点 5 输出单链表-List a run-time operation to enter data, create a single-chain 2 can be any list in a single location to insert a new node 3 to delete the list of any
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1567
    • 提供者:赖毅
  1. indexlist1

    0下载:
  2. 查找表 可以不完全排序,分块保留并查找信息-indexlist
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:647423
    • 提供者:许文浩
  1. Listsearch

    0下载:
  2. 数据结构中有序表的查找完整代码,多多支持,谢谢!-Data structure to find a complete and orderly form of code, a lot of support, thank you!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4746
    • 提供者:小龙
  1. link3

    0下载:
  2. 带表头结点单向链表类的实现(包括单向链表插入,删除和查找操作的实现)-Table with the first list node type of the realization of a one-way (including a one-way linked list insert, delete and search operations to achieve)
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:1987
    • 提供者:大雨
  1. haxi

    0下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:974625
    • 提供者:baby无齿
  1. hash

    1下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:46887
    • 提供者:baby无齿
  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
    • 文件大小:70753
    • 提供者:奈奈
  1. ds2

    0下载:
  2. 本次课程设计是一个简单链表综合算法设计,以职工的信息作为结构体,其中包括职工号、姓名、部门号和工资4个数据。在链表中涉及到插入、修改、删除、查找和排序等操作。-The curriculum design is a simple algorithm for the design of the integrated list to the information as a trade union structure, including staff number, name, department
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:423900
    • 提供者:李天
  1. haxi

    0下载:
  2. 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:955217
    • 提供者:烽火
  1. 1

    0下载:
  2. 线性表(顺序表 链表)的基本操作(插入 查找 删除 建立)-the basic operate of sqlis and linklist
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2818
    • 提供者:zhouxiaoyan
  1. chain

    0下载:
  2. 实现链表形式的数据存储及普通查找,涵括一个航班订票的实例-List to achieve forms of data storage and general search, include an example of a flight booking
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:7419
    • 提供者:张广生
  1. fft_test

    0下载:
  2. 使用dev-c++(gcc)开发环境,2048点定点FFT程序,使用查找表得到旋转因子-The use of dev-c++ (gcc) development environment, fixed-point 2048-point FFT, the use of look-up table has been rotating factor
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:30237
    • 提供者:张文
  1. hash

    1下载:
  2. 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:1419022
    • 提供者:哈哈哈
  1. crc_high

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1316
    • 提供者:dustin
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com