代码搜索结果
找到约 10,000 项符合
4 的代码
and4.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity and4 is
port (
a: in STD_LOGIC;
b: in STD_LOGIC;
c: in STD_LOGIC;
d: in STD_LOGIC;
y: out STD_LO
4.cpp
#include
#include
#include
typedef struct
{
char a[20];
int flag;//0表示空,1表示满
int num;
}hash_biao[41];
//-------------------------------------------------------