代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch_bus.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
switch_bus.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity switch_bus is
-- 类属参数
generic (
BUS_WIDTH : integer := 8 ); -- 总线宽度
port (
din1 : in std_logic_vector(BUS_WIDTH-1 d
acridine_switch.cpp
#include"stdio.h"
#include"iostream.h"
#include"book_struct.h"
#include"acridine.h"
#include"string.h"
int judge_number(int &i,char string[]);
void book_inquire_menu();
void book_inquire_swit
administrator_switch.cpp
#include"stdio.h"
#include"iostream.h"
#include"book_struct.h"
#include"acridine.h"
int judge_number(int &i,char string[]);
void admin_switch();
void add_book(bomas B);
void book_inquire_swit