搜索资源列表
ten
- 定点十进制数转为二进制浮点操作数 入口:定点十进制整数在 R1,R2,R3中,其中R1为高字节 [如1: R1=00H,R2=00H,R3=01H] 定点十进制小数在 R4,R5,R6,R7中,其中R4为高位字 [如0.1: R4=10H,R5=00H,R6=00H,R7=00H] 数符为7BH位,0表正,1表负 出口: R4,R5,R6,R7.其中R4为阶码,R5,R6,R7为尾数
bcd
- 单字节十六进制整数转换成单字节BCD码整数 入口条件:待转换的单字节十六进制整数在累加器A中。 出口信息:转换后的BCD码整数(十位和个位)仍在累加器A中,百位在R3中。 影响资源:PSW、A、B、R3 堆栈需求: 2字节-Single-byte hexadecimal integer into BCD code single-byte integer entrance conditions: to be the conversion of single-byte hexade
BIT3C
- 三字节乘法,被乘数低字节地址在R3中,乘数低字节地址在R4中,字节 数在R5中。积低字节地址在R6中,字节数在R2中。 程序入口是R3R4R5出口R6R2-Three bytes of multiplication
key
- 1、本实验键盘结构为4×4键盘,显示为4位。 2、实验地址可采用8000H。 3、键盘扫描时列为输出:8002H。 行为读入:8001H。 4、编程为扫描方式实现: 逐列扫描,首先使用Y1为0,读入行值。 ①当读入的行值为FFH时,表明无键按下,再令Y2为0依次扫描各列。 ②当读入的行值不为FF时(为0时)即有键按下,转求键值。 5、求键值的方法: ①设置行值寄存器和列值寄存器。 ②每扫描完一行,无键按下时,列值 + 4。 ③有键按
AT89C51
- 入口条件:被除数在R2、R3、R4、R5中,除数在R6、R7中。 出口信息:OV=0时商在R2、R3中,OV=1时溢出。 影响资源:PSW、A、B、R1~R7 堆栈需求: 5字节 -Entrance requirements: dividend in R2, R3, R4, R5, the divisor in the R6, R7 in. Export information: OV = 0 when in R2, R3 in, OV = 1 when overflow. T
compare
- LC3 program that compares two numbers in R2 and R3 and puts the larger number in R1. If the two numbers are equal, then R1 is set equal to 0.
or
- The LC-3 program to perform the OR of the contents of R1 and R2 and puts the result in R3.
LR-parser
- LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
01
- 任务切换,任务间可以同时使用PSW、A、B、DPTR、R0、R1、R3-Task switching- between tasks can be used simultaneously PSW, A, B, DPTR, R0, R1, R3
11
- 广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20
sum
- .org 3000 la r1, 9 counter for outer loop la r4, 36 initialize offset for saving area in memory lar r31, outerloop save target address for outerloop lar r30, innerloop save target address for innerloop outerloop: la r3, 0 initialize sum l
R3HOOK
- delphi R3 下HOOK 网络接口数据的代码。做截包工具 可能用得上。-Delphi under the R3 HOOK code network interface data. Do cut package tool Might come in handy.
rebol-master
- Rebol [R3] Source Code Distribution-Rebol [R3] Source Code Distribution,This first release is intended for non-Windows systems like Linux, Mac, BSD, Android, etc.
步进电机控制
- 能够使用arduino uno r3来通过步进电机控制器,实现步进电机旋转角度及旋转速度的控制(Arduino uno R3 can be used to control the rotation angle and speed of stepping motor by stepping motor controller.)