代码搜索:直驱式
找到约 10,000 项符合「直驱式」的源代码
代码结果 10,000
www.eeworm.com/read/420268/10807729
pdf 嵌入式系统杂谈.pdf
www.eeworm.com/read/274174/10886149
doc 嵌入式系统复习.doc
www.eeworm.com/read/274136/10887749
doc 嵌入式c优化.doc
www.eeworm.com/read/417302/10996497
pdf 嵌入式c精华.pdf
www.eeworm.com/read/416795/11012841
pdf 嵌入式入门笔记.pdf
www.eeworm.com/read/416704/11017561
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/471277/6900631
pdf 嵌入式系统构件.pdf
www.eeworm.com/read/467775/7001154
ppt 嵌入式系统概述.ppt
www.eeworm.com/read/467023/7013626
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/459723/7266035
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