代码搜索:小信号

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

代码结果 10,000
www.eeworm.com/read/286547/8760011

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD
www.eeworm.com/read/186118/8958929

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD
www.eeworm.com/read/185304/9043807

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD
www.eeworm.com/read/282462/9092597

vhd display.vhd

library ieee; use ieee.std_logic_1164.all; entity DISPLAY is port(d:in std_logic_vector(3 downto 0);----连接seltime扫描部分d信号 q:out std_logic_vector(6 downto 0));----输出段选信号(电平) end DISPLAY;
www.eeworm.com/read/378481/9229627

a51 sh605.a51

;定义端口 SCL EQU P1.0; SDA EQU P1.1; ;开始信号的传递 START: CLR SCL; SETB SDA; ACALL DELAY; SETB SCL; ACALL DELAY; CLR SDA; ACALL DELAY; CLR SCL; RET; ;停止信号的传递 STOP: CLR SCL; CLR SD
www.eeworm.com/read/374989/9376492

c recv_data_signo.c

// 示例利用信号传递数据,本程序接收数据 #include #include /*三参数的信号处理程序*/ void handler_sigint(int signo, siginfo_t *siginfo, void * pvoid) { printf("recv SIGINT, the data value is:%d\n", si
www.eeworm.com/read/163197/10171556

m example9_6bp_pid.m

%基于BP神经网络的PID控制 clear all; close all; xite=0.25; alfa=0.05; S=2; %信号类型 IN=4;H=5;Out=3; %神经网络结构 if S==1 %阶跃信号 wi=[-0.6394 -0.2696 -0.3756 -0.7023; -0.8603 -0.2013 -0
www.eeworm.com/read/426060/10290937

v clock_gen.v

// Clock_Gen.v /****************为LCD_Drvier模块产生500Hz的时钟信号**************/ module Clock_Gen(clk_48M,rst,clk_LCD); input clk_48M,rst; //rst为全局复位信号(高电平有效) output
www.eeworm.com/read/354828/10322942

h serialport.h

#ifndef __SERIALPORT_H__ #define __SERIALPORT_H__ //用户消息定义 #define WM_COMM_BREAK_DETECTED WM_USER+1 // 输入BREAK信号 #define WM_COMM_CTS_DETECTED WM_USER+2 // 发送清除信号 #define WM_COMM_DSR_DETECT
www.eeworm.com/read/423876/10528542

m lmssuanfaxianbo5chuanxing.m

%自适应陷波滤波器 %自适应陷波器仿真 clear all clc N=2000; %总采样长度 t=0:N-1; s=sin(2*pi*t/20); %原始正弦信号 A=5; %干扰信号的幅值 fai=pi/3;