搜索资源列表
multi8x8
- 该源码为8位乘法器的VHDL语言描述,由一个8位右移寄存器,2个4位加法器例化成8位加法器,一个16位数据锁存器构成。采用移位相加的方式,从被乘数的低位开始,与乘数的每个位移位相加求和。最后实现其乘法器功能。-The source code for the 8-bit multiplier in VHDL language to describe, from an 8-bit right shift register, two 4-bit adder example into 8-bit add
7
- C语言:编写一个程序,检查所用的计算机系统的C编译在执行右移时是按照逻辑右移的原则,还是按照算术右移的原则进行操作。如果是逻辑右移,请编一个函数实现算术右移;如果是算术右移,请编一个函数实现逻辑右移。 编一个函数getbits,从一个16位的单元中取出某几位(即该几位保留原值,其余位为0)。函数调用形式为:getbits(value,n1,n2),其中value位该十六位数的值,n1为欲取出的起始位,n2位欲取出的结束位。(要求:把这几位数用八进制数打印出来。注意,应当将这几位数右移到最右端
bit
- 实现字符串按照位左移右移的代码,使用类的方式描述,虽然下载看来有点二,但是还算是凑合的程序。-In accordance with the left shift right shift to achieve a string of code, use the class descr iption, although the download seems a bit 2, but is fairly makeshift procedures.
main
- 用函数重载编程,用以实现循环左移、循环右移的位运算(bit),移位位数在 1-30000范围内任意-The the function overloading programming to achieve Rotate Left and Rotate Right bitwise (bit), shift the median in 1-30000 within any
KEY
- 按键扫描程序 * * 开始点亮P1LED * * 按P34 LED向右移一位 * * 按P35 LED向左移一位-Key shift
No1
- 1、设线性表以顺序存储结构存储,且递增有序。设计算法,将x插入到线性表的适当位置上,以保持线性表的有序性。 2、用数组作存储结构,设计算法,仅用一个辅助结点,实现将线性表中的结点循环右移k位。 3、用数组作存储结构,设计算法,仅用一个辅助结点,实现将线性表逆置。 -1, set the table in order to store the linear structure of the storage, and the increasing order. Design algori
8255
- 8255方式0的A口输入,C口输出,K1置1时,D0-D7每秒右移一位;K2置1时,D0-D7每秒左移一位;K3置1,退出。-8255 A-port input mode 0, C output port, K1 is set to 1, D0-D7 right one second K2 is set to 1, D0-D7 second left one K3 set an exit.
ArCheck
- 8 位串入、并出移位寄存器,时钟上升沿数据右移一位,输入为DSA和DSB的逻辑与。复位端低有效,非同步地清除寄存器,强制所有的输出为低电平。-8 string into and out of the shift register, the clock rising edge of data to the right one, input logic and DSA and DSB. Active low reset terminal, non-synchronously cleared regi
8255
- 首先分别向A口和B口写入80H和01H,然后分别将该数右移和左移一位,再送到端口上,这样循环下去,从而实现流水灯的显示。-A first written, respectively, to the port and the B port 80H and 01H, respectively, then the number of right and left one, and then sent on a port, so the cycle continues, in order to achi
9-8位LED右移
- 9-8位LED右移()