代码搜索:脉冲信号

找到约 10,000 项符合「脉冲信号」的源代码

代码结果 10,000
www.eeworm.com/read/313385/13589252

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A
www.eeworm.com/read/488265/6490834

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A
www.eeworm.com/read/484044/6589756

h distance.h

#ifndef __DISTANCE_h__ #define __DISTANCE_h__ // write your header here // 对外提供: // 里程计量、速度测量、行驶时间接口 // 内部实现包括: // 传感器脉冲测量 // 里程换算 // 启动时间测定 // 停止时间测定 #include "spce061a.h" extern vo
www.eeworm.com/read/477237/6740443

c ds18b20.c

#include "DigThermo.h" /* 延时t毫秒 */ void delay(uint t) { uint i; while(t--) { /* 对于11.0592M时钟,约延时1ms */ for (i=0;i
www.eeworm.com/read/407475/11418453

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A
www.eeworm.com/read/348350/11600503

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A
www.eeworm.com/read/258038/11892969

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A
www.eeworm.com/read/340525/12149685

h proccess.h

#ifndef __PROCCESS_H__ #define __PROCCESS_H__ #include "cc.h" #define C_SMP_U 8260 // 电压端:5V输入的采样脉冲数 #define C_DIS_U 6000*1.25// 显示数 #define C_SMP_I 8375 // 电流端:
www.eeworm.com/read/254229/12155047

h hz24.h

#ifndef GB24_H #define GB24_H #ifdef GB_24 __flash unsigned char GB24_Index[] =// {"欢迎使用过电压脉冲模拟系统"}; __flash unsigned char GB24_Msk[] =// { /*-- 文字: 欢 --*/ /*-- 宋体18; 此字体下对应
www.eeworm.com/read/233880/14129469

asm parallel to serial.asm

PL BIT P1.0 ORG 00H START: CLR PL SETB PL ;发送移位脉冲 MOV SCON,#10H ;允许串行口接收数据 WAIT: JNB RI,WAIT MOV A,SBUF ;读取数据 CLR RI ;清除接收中断标志 MOV P0,A