代码搜索:分频处理
找到约 10,000 项符合「分频处理」的源代码
代码结果 10,000
www.eeworm.com/read/425352/10362874
doc 分频.doc
www.eeworm.com/read/467114/7017747
jpg 分频.jpg
www.eeworm.com/read/325595/13195149
txt 分频.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity fenpin is
port(clk:in std_logic;
clk1k,clk100,clk1:out std_logic);
end fenpin;
architecture a of fenpin
www.eeworm.com/read/130795/14174101
doc 分频.doc
www.eeworm.com/read/20198/834042
doc 分频.doc
www.eeworm.com/read/20198/834054
dsn 分频.dsn
www.eeworm.com/read/20198/834055
pwi 分频.pwi
www.eeworm.com/read/201709/15398445
txt 分频.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity fenpin is
port(clk:in std_logic;
clk1k,clk100,clk1:out std_logic);
end fenpin;
architecture a of fenpin
www.eeworm.com/read/274944/10843978
txt 2.5 分频.txt
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY DIVn_5 IS
PORT (
CLK : IN STD_LOGIC;
NCLK : BUFFER STD_LOGIC ) ;
END DIVn_5 ;
ARCHI
www.eeworm.com/read/455977/7360184
txt 音乐分频.txt
----------------------------------------------------------------------------------
-- Company:
-- Engineer:
--
-- Create Date: 16:27:07 04/13/2009
-- Design Name:
-- Module Name: top