搜索资源列表
matlabcommand
- matlab 的一些常用命令以及响应的解释,比较不错-Matlab some commonly used commands and respond to the explanation, quite good
zigbee_reciver
- Terminal created in LabView enables communication between PC and ZigBit 900 Module. It contains already few AT commands which initialize module. In front panel there is possibility to read and write commands to module.
shiyanyi
- 、用 DEBUG的基本命令,单步执行P113例4-3的程序,检查每条指令执行后目的地址及有关寄存器的内容。 2、用DEBUG的A命令,键入如下程序段: MOV BX,8275H MOV AX,3412H ;双精度数34128275H——AX、BX ADD BX,92A5H ADC AX,2F65H ;加上双精度数2F6592A5H ADD BX,0EAE6H ADC AX,9C88H ;加上双精度数9C88EAE6H 然后用T命令单步执行,查