代码搜索:直驱式
找到约 10,000 项符合「直驱式」的源代码
代码结果 10,000
www.eeworm.com/read/177451/9451912
m 多项式_svm.m
close all;
clear all;
N=6;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/177276/9461128
chm java嵌入式开发.chm
www.eeworm.com/read/370977/9574281
pdf 数字式电源资料.pdf
www.eeworm.com/read/365083/9879892
ppt 嵌入式系统简介.ppt
www.eeworm.com/read/167790/9952712
nh 嵌入式系统设计.nh
www.eeworm.com/read/166298/10024834
txt 二元式表.txt
(I,b)
(O,=)
(C,100)
(L,101)
(P,:)
(I,a)
(O,=)
(C,2)
(O,*)
(P,()
(C,1)
(O,+)
(C,3)
(P,))
(K,IF)
(P,()
(I,b)
(O,>)
(C,10)
(P,))
(K,THEN)
(I,a)
(O,=)
(C,1)
(K,ELSE)
(K,IF)
(P,()
www.eeworm.com/read/166296/10024867
txt 二元式表.txt
(I,b)
(O,=)
(C,100)
(L,101)
(P,:)
(I,a)
(O,=)
(C,2)
(O,*)
(P,()
(C,1)
(O,+)
(C,3)
(P,))
(K,IF)
(P,()
(I,b)
(O,>)
(C,10)
(P,))
(K,THEN)
(I,a)
(O,=)
(C,1)
(K,ELSE)
(K,IF)
(P,()
www.eeworm.com/read/359595/10134604
pdf linux扫描式教程.pdf
www.eeworm.com/read/359101/10165934
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/163189/10172028
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