搜索资源列表
slice
- A technique for constructing a processor from modules,each of which processes one bit-field or “slice” of an operand.Bit slice processors usually consist of an ALU of 1,2,4 or 8-bits and control lines including carry or overflow signals usually inter
prc5
- image bit plane slice and bit plane anding
51MOVE
- 将片内50H~5FH及片外0010H~004FH单元清0;然后将片 内30H~3FH的数据移到片外0000H~000FH中;判断: 若(30H)≤15,则求其平方存到40H中,并将位00H置1 若(30H)=15, 则加15存到40H中,并位01H置1 若(30H)≥15, 则减15存到40H中,并位02H置1 -The on-chip and off-chip 50H ~ 5FH 0010H ~ 004FH unit cleared then slice The
UnivShiftReg
- 移位寄存器的bit slice,其中可以用其来构建其他多位寄存器-Universal Shift Register Bit Slice
Array_slice_1Dx1D_of-bit-vector
- Array slice 1dx1D for individual access of element
main
- SOCKET编程本地通信 捕获本机网卡的IP包,对捕获的IP包进行解析。要求必须输出以下字段:版本号、总长度、标志位、片偏移、协议、源地址和目的地址。(SOCKET programming local communication Capture the IP packet of the local network card and parse the captured IP package. The following fields are required to be output: ve
7.滴答定时器实验
- Systick就是一个定时器而已,只是它放在了NVIC中,主要的目的是为了给操作系统提供一个硬件上的中断(号称滴答中断)。滴答中断?这里来简单地解释一下。操作系统进行运转的时候,也会有“心跳”。它会根据“心跳”的节拍来工作,把整个时间段分成很多小小的时间片,每个任务每次只能运行一个“时间片”的时间长度就得退出给别的任务运行,这样可以确保任何一个任务都不会霸占整个系统不放。或者把每个定时器周期的某个时间范围赐予特定的任务等,还有操作系统提供的各种定时功能,都与这个滴答定时器有关。因此,需要一个定时