搜索资源列表
-
1下载:
探索一种解决RFID系统中碰撞问题的方法,具体讨论防碰撞算法中的二进制搜索算法及其改进方法——动态二进制搜索算法。-explore a solution RFID system collision problem. discuss specific anti-collision algorithm of the binary search algorithm and improved method -- Dynamic binary search algorithm.
-
-
0下载:
实现二分查找,伙伴存储管理系统是一种巧妙而有效的方法-Realization of binary search, partnerships storage management system is a clever and effective method
-
-
0下载:
CORDIC For Dummies
CORDIC is a method of calculating a math function using much simpler math operations in a loop called a Binary
Search. Most commonly CORDIC is used to calculate ATAN2 (Angle), and Hypotenuse (Distance) of a point.
CORDIC c
-
-
0下载:
罢市五个数由大到小的顺序存放到一个数组中,输入一个数,要求用折半查找法找出该数是数组中第几个元素的值。如果该数不在数组中,则打印出无此数。-Strike descending order of five numbers stored in an array, enter a number, the binary search method to find out the number of several elements in the array values. If the number i
-
-
0下载:
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
-
-
0下载:
对记录序列(查找表):{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
-