代码搜索:自行车测速系统
找到约 10,000 项符合「自行车测速系统」的源代码
代码结果 10,000
www.eeworm.com/read/404017/11493018
rar 自行车测速仿真.rar
www.eeworm.com/read/447457/7550844
测速
www.eeworm.com/read/447457/7550835
hex 测速.hex
:100637007FBFDFEF3F065B4F666D7D077F6F007CF7
:1005FA0001185A04143CA3D70A020C00000219007D
:10060A0000020A0000012100010E00010900010F89
:08061A0000021F0000010800AE
:04041C00AB07AA067A
:10042000E50E60
www.eeworm.com/read/447457/7550842
lst 测速.lst
C51 COMPILER V7.06 测速 04/27/2007 16:21:15 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 测速
OBJECT MODULE PLACED IN 测速.OBJ
www.eeworm.com/read/447457/7550843
plg 测速.plg
礦ision3 Build Log
Project:
E:\电子资料\PID\测速\测速\测速.uv2
Project File Date: 04/26/2007
Output:
www.eeworm.com/read/447457/7550845
obj 测速.obj
www.eeworm.com/read/447457/7550846
opt 测速.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/447457/7550847
c 测速.c
#include
#include
#include "TLC5615.H"
#define uchar unsigned char
#define uint unsigned int
uchar SetPoint = 90;
float Kp=0.02;
int Error=0;
float DACTemp;
uint
www.eeworm.com/read/196330/8098708