搜索资源列表
Low_power_Modified_Booth_Multiplier
- 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
sinbiao
- 用汇编语言编的正弦函数,用查表法实现的,运算速度较快切精确-Using assembly language made the sine function, using look-up table method to achieve, faster cutting precision
TLC5615
- 程序名称:TLC5615 实验现象:电机速度由快到慢循环运转。用万用表直流电压档观察VOUT(D10),电压连续循环高低变化。 -Program Name: TLC5615 experimental results: motor speed from fast to slow cycles. DC voltage with a multimeter, observation of VOUT (D10), a continuous cycle of high and low volta
The-speed-table
- 从乌克里网站下载的自行车摩托车速度表LED显示。有乌克里原HEX文件和我编译的HEX文件。有防真,两个HEX文件都防真成功。-Downloaded from the website of 乌克里 motorcycle and bicycle speed are shown in table LED. There are 乌克里 raw HEX file and I compiled HEX files. There are really two, HEX files are really suc
hash
- 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f