代码搜索:序列信号

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

代码结果 10,000
www.eeworm.com/read/39267/1122563

vhd fenpinpwm20m_10k.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity fenpinpwm20M_10k is port( clk:in std_logic; ------时钟信号20MhZ fout:out std_logic); -----频率信号输
www.eeworm.com/read/39267/1122566

vhd fenpinadc0809.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity fenpinadc0809 is port( clk:in std_logic; ------时钟信号20MhZ fout:out std_logic); -----频率信号输出500K
www.eeworm.com/read/39267/1124076

vhd clock.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity clock is port(clk:in std_logic;-----时钟输入 20mhz clr:in std_logic;-----清零信号 en:in std_logic;------暂停信号
www.eeworm.com/read/39267/1125030

vhd led.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity led is port(clk:in std_logic;-----时钟信号 rst:in std_logic;-----系统复位信号 q: out std_logic_vector(7 downto
www.eeworm.com/read/39267/1128744

vhd lifo.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity lifo is port(clr:in std_logic;--------清零信号 push:in std_logic;-------压栈信号 pop:in std_logic;--------出栈信
www.eeworm.com/read/485071/1264309

asm slave2.asm

;---------------------------------- ; 单片机与单片机通信实例(从机2) ;功能:通过串口接收主机的控制信号,然后通过数模转换输出模拟信号 ;----------------------------------- ORG 0000H JMP START ; 程序开始 ORG 0023 ...
www.eeworm.com/read/484848/1267727

c main.c

/**************************************************************** 程序功能:将MCU片内的MCLK,SMCLK和ACLK三个信号转换成5V电平信号 ----------------------------------------------------------------- 测试说明:用户可以用示波器测量连接器P7的第6、
www.eeworm.com/read/484107/1271938

v tb_ufmtest.v

`timescale 1ns/1ns module tb_ufmtest(); //inout wire[15:0] databus; //Flash数据总线 //input wire data_valid; //Flash数据输出有效信号 wire nbusy; //Flash忙信号 //output reg[8:0] addr; //Fla
www.eeworm.com/read/481187/1298567

c main.c

/**************************************************************** 程序功能:将MCU片内的MCLK,SMCLK和ACLK三个信号转换成5V电平信号 ----------------------------------------------------------------- 测试说明:用户可以用示波器测量连接器P7的第6、
www.eeworm.com/read/477111/1364125

m conv_example.m

%conv_example.m %计算卷积的例子 u = ones(1,15); %阶跃信号 v = zeros(1,25); v(5:25) = 0:1/20:1; %线性信号 w=conv(u,v); %卷积 subplot(3,1,1); %画