搜索资源列表
lookupsched_2
- This document explains the use of lookup table for routing of packets through a network.And also the scheduling of those packets.
gdjdf-jd
- 升余弦查找表,对于通信实验有很大作用,基本通信专业的学生都可以-Raised cosine lookup table
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
51-mxu-ntc-table-201309132049
- 51单片机热敏电阻测温查表程序 lcd演示文件-51 mcu ntc lookup table lcd demo file
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.
06112200_2013
- Turbo codes have recently been considered for energy-constrained wireless communication applications, since they facilitate a low transmission energy consumption. How- ever, in order to reduce the overall energy consumption, lookup table-log-BCJR
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
link
- 哈希表是什么,如何构造一个哈希函数,处理冲突的方式以及哈希表的查找及分析。(What a hash table is, how to construct a hash function, the way it handles conflicts, and the lookup and analysis of hashes.)
U201514766
- 基于查找表的单词检索软件,设计与实现静态查找表、基于二叉排序树的动态查找表及HASH表等三种中的任意两种查找表结构及其抽象数据类型;以一本英文电子书(如英文小说,科普读物或圣经之类的社会书籍,书的篇幅不少于2万次单词)作为单词文本数据来源,使用上述查找表ADT,通过读取电子书而建立对应的两种查找表,以单词作为关键字,单词在书籍中出现的次数及每次出现的页码,行号等信息作为查找表数据元素属性;通过理论与实际测试结果对比分析两种查找表性能。(The design and implementation
20180430
- 实现一个简易的管理信息系统,进行学生信息管理,具有排序、查询、显示学生信息的功能。 要求: (1)采用链表实现; (2)使用快速排序算法实现排序功能; (3)使用分块索引查找算法实现查询功能(需要构建索引表)。(To achieve a simple management information system, student information management, sorting, query, display student information function. Re