代码搜索:直驱式
找到约 10,000 项符合「直驱式」的源代码
代码结果 10,000
www.eeworm.com/read/389202/8542865
txt 197-关联式容器.txt
www.eeworm.com/read/289058/8581962
cpp 牛顿值多项式.cpp
#include
#define N 4
void Difference(float *x,float *y,int n)
{
float *f;
int k,i;
f =new float[(n*sizeof(float))];
for(k=1;k
www.eeworm.com/read/288822/8604204
ppt 1.1嵌入式系统.ppt
www.eeworm.com/read/288705/8612926
pdf 嵌入式linux起步.pdf
www.eeworm.com/read/430218/8760939
asm 8_查询式键盘.asm
;查询式键盘
;P2口--键盘
; ===================
ORG 0000H
LJMP MAIN
ORG 0030H
DBUF EQU 30H
TEMP EQU 40H
DIN BIT P3.6
CLK BIT P3.7
www.eeworm.com/read/430218/8761076
asm 8_查询式键盘.asm
;查询式键盘
;P2口--键盘
; ===================
ORG 0000H
LJMP MAIN
ORG 0030H
DBUF EQU 30H
TEMP EQU 40H
DIN BIT P3.6
CLK BIT P3.7
www.eeworm.com/read/430194/8762544
doc 嵌入式linux笔记.doc
www.eeworm.com/read/429594/8800874
txt 14.2.2增量式pid控制.txt
DATA EQU 30H
INCPID:
MOV R1,#DATA
MQV R0,#.COEFUR
SETB 3AH
MOV A,@R0
MOV R6,A
INC R0
MOV A,@R0
MOV R2,A
INC R0
MOV A,@R0
MOV R3,A
DEC R0
DEC R0
MOV
www.eeworm.com/read/285298/8852407
txt 14.2.2增量式pid控制.txt
DATA EQU 30H
INCPID:
MOV R1,#DATA
MQV R0,#.COEFUR
SETB 3AH
MOV A,@R0
MOV R6,A
INC R0
MOV A,@R0
MOV R2,A
INC R0
MOV A,@R0
MOV R3,A
DEC R0
DEC R0
MOV