代码搜索:底孔计算

找到约 10,000 项符合「底孔计算」的源代码

代码结果 10,000
www.eeworm.com/read/206928/15285828

txt 计算器.txt

www.eeworm.com/read/206237/15297775

exe 计算器.exe

www.eeworm.com/read/10154/183125

txt 细分的计算.txt

细分驱动精度高.细分是驱动器将上级装置发出的每个脉冲按驱动器设定的细分系数分成系数个脉冲输出.比喻步进电机每转一圈为200个脉冲,如果步进电机驱动器细分为32,那么步进电机驱动器需要输出6400个脉冲步进电机才转一圈. 通常细分有2,4,8,16,32,62,128,256,512....
www.eeworm.com/read/12786/246784

c 计算器.c

#include #define unchar unsigned char #define unint unsigned int sbit rs=P2^0; sbit rw=P2^1; sbit en=P2^2; sbit busy=P0^7; char i,flag,fuhao; unchar num,temp; long a,b,c; unchar co