代码搜索:脉冲信号
找到约 10,000 项符合「脉冲信号」的源代码
代码结果 10,000
www.eeworm.com/read/171413/9757205
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/414162/11125971
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/204642/15335836
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/200352/15435124
m exa070502.m
%----------------------------------------------------------------------------
% exa070502.m for example 7.5.2 and fig 7.5.2
% 本程序说明如何利用两通道滤波器组实现信号的分解和重建;
%-----------------------------------------
www.eeworm.com/read/429865/8785179
c control.c
/*
控制文件
对控制端口拨码开关8421判断和对正负脉冲按钮开关的判断
*/
#include
#include
#include
#include
#include "main.h"
#include "control.h"
//---
www.eeworm.com/read/428160/8887584
ini ex.ini
; 直流电机 = 0
; 至D/A = 0, 脉冲输出 = 1
; 步进电机 = 1
; A = 0, C = 1, B = 2, D = 3
; 液晶显示 = 2
; LCD CS = 0
; 打印机 = 3
; D0..D7 = 0..7, BUSY = 8, STROBE = 9
; 地址译码 = 4
;
www.eeworm.com/read/376065/9334013
ini ex.ini
; 直流电机 = 0
; 至D/A = 0, 脉冲输出 = 1
; 步进电机 = 1
; A = 0, C = 1, B = 2, D = 3
; 液晶显示 = 2
; LCD CS = 0
; 打印机 = 3
; D0..D7 = 0..7, BUSY = 8, STROBE = 9
; 地址译码 = 4
;
www.eeworm.com/read/178619/9390496
ini debug.ini
define button "Eint0 低电平", "Clr_Eint0();"
define button "Eint0 高电平", "Set_Eint0();"
define button "Eint0 发脉冲", "int0_signal();"
signal void Clr_Eint0(void)
{
PORT0 &= ~(1
www.eeworm.com/read/364029/9924781
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/281263/10252704
c digthermo.c
#include "DigThermo.h"
/* 延时t毫秒 */
void delay(uint t)
{
uint i;
while(t--)
{
/* 对于11.0592M时钟,约延时1ms */
for (i=0;i