代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/407960/11407021
vhd dff_diff.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity DFF is port (
d: in std_logic;
clk: in std_logic;
en: in std_logic;
q: out std_logic
);
end DFF;
architecture rtl of
www.eeworm.com/read/407960/11407027
vhd srffwait.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity SRFF is port (
s,r: in std_logic;
clk: in std_logic;
q: out std_logic
);
end SRFF;
architecture rtl of SRFF is
begin
www.eeworm.com/read/407960/11407029
vhd dffsboth.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity DFF is port (
d1, d2: in std_logic;
clk: in std_logic;
srst : in std_logic;
q1, q2: out std_logic
);
end DFF;
archite
www.eeworm.com/read/407960/11407031
vhd dffarst2.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity DFF is port (
d: in std_logic;
clk: in std_logic;
a,b,c : in std_logic;
q: out std_logic
);
end DFF;
architecture rtl
www.eeworm.com/read/407957/11407045
vhd exbehav.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity LogicFcn is port (
A: in std_logic;
B: in std_logic;
C: in std_logic;
Y: out std_logic
);
end LogicFcn;
architecture behavioral
www.eeworm.com/read/407924/11408156
plg dtdisplay.plg
礦ision2 Build Log
Project:
D:\51sy配套程序\HC164动态驱动数码管\dtdisplay.uv2
Project File Date: 01/25/2005
Output:
Build target 'Target 1'
assembling ST
www.eeworm.com/read/407924/11408173
plg key.plg
礦ision2 Build Log
Project:
D:\51sy配套程序\按键演示程序\key.uv2
Project File Date: 02/18/2005
Output:
Build target 'Target 1'
assembling STARTUP.A51...
www.eeworm.com/read/407924/11408197
plg yjdisplay.plg
礦ision2 Build Log
Project:
D:\51sy配套程序\液晶屏显示程序\yjdisplay.uv2
Project File Date: 01/25/2005
Output:
Build target 'Target 1'
assembling STARTUP
www.eeworm.com/read/407760/11411191
c temp.c
/* temp.c - Temporary file registry */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in
www.eeworm.com/read/407759/11411310
c temp.c
/* temp.c - Temporary file registry */
/*
Copyright 1992-1998 Werner Almesberger.
Copyright 1999-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in