搜索资源列表
dds_ds558
- The LogiCORE™ IP DDS (Direct Digital Synthesizer) Compiler core sources sinusoidal waveforms for use in many applications. A DDS consists of a Phase Generator and a SIN/COS Lookup Table. These parts are available individually or combined
haxibiao
- 人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,... [HashList.rar] - 实现哈希表的建立 查找-Named after people, the Chinese name of the pinyin form. 30 to be filled into a hash table of names, ... [HashList.rar]- the establishment of the hash table lookup
yuanma
- 顺序表查找算法的实现,查找函数用顺序查询和折半查询实现-Order table lookup algorithm to achieve the Find function to order inquiries and binary query implementation.
1231
- MATLAB 图像处理命令,在二进制图像中利用 lookup 表进行边沿操作-MATLAB image processing orders, in a binary image using the lookup table by using the edge operator
hash
- 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -Information management system to create a small (could be books, personnel, student, supplies, commodities and any other information management systems). Requir
CRC-6-8-12-16-32
- CRC校验代码,包含6bit\8bit\12bit\16bit\32bit 查表法和移位法-CRC checksum code, including 6bit \ 8bit \ 12bit \ 16bit \ 32bit lookup table and shift method
elght
- Master different methods to find, and can be used to achieve high-level language search algorithm. 2, master and orderly sequence table lookup method tables. 3, master binary sort tree structure, search, insert, and delete methods
1
- 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
c_lianxi1
- 编写一个函数,它将从由lookup和install维护的表中删除一个变量名 及其定义。-Write a function that will remove a variable name the lookup table and install maintenance Their definitions.
haxibiao
- 针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序-Collective names for a design of a hash table, so that the average length of less than R, and complete the program of construction and Lookup Table
U201514766
- 基于查找表的单词检索软件,设计与实现静态查找表、基于二叉排序树的动态查找表及HASH表等三种中的任意两种查找表结构及其抽象数据类型;以一本英文电子书(如英文小说,科普读物或圣经之类的社会书籍,书的篇幅不少于2万次单词)作为单词文本数据来源,使用上述查找表ADT,通过读取电子书而建立对应的两种查找表,以单词作为关键字,单词在书籍中出现的次数及每次出现的页码,行号等信息作为查找表数据元素属性;通过理论与实际测试结果对比分析两种查找表性能。(The design and implementation