代码搜索:汽车防撞
找到约 1,883 项符合「汽车防撞」的源代码
代码结果 1,883
www.eeworm.com/read/470968/6902327
vhd taxi.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity taxi is
port(clk:in std_logic;-------计费时钟
start:in std_logic;-----汽车启动
stop:in std_logic;------汽车停止
www.eeworm.com/read/225696/14524592
h car.h
//Car.h,类CCar的定义文件
class CCar
{
public:
//成员数据
char m_Model[255]; //汽车型号
int m_Year; //汽车生产日期
//成员函数
void Start(); // 启动
void Accelerate(); // 加速
};
www.eeworm.com/read/17631/745632
vhd taxi.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity taxi is
port(clk:in std_logic;-------计费时钟
start:in std_logic;-----汽车启动
stop:in std_logic;------汽车停止
www.eeworm.com/read/32279/881180
vhd taxi.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity taxi is
port(clk:in std_logic;-------计费时钟
start:in std_logic;-----汽车启动
stop:in std_logic;------汽车停止
www.eeworm.com/read/39267/1124198
vhd taxi.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity taxi is
port(clk:in std_logic;-------计费时钟
start:in std_logic;-----汽车启动
stop:in std_logic;------汽车停止
www.eeworm.com/read/328695/3437777
vhd taxi.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity taxi is
port(clk:in std_logic;-------计费时钟
start:in std_logic;-----汽车启动
stop:in std_logic;------汽车停止
www.eeworm.com/read/234924/14092237
h car.h
//Car.h,类CCar的定义文件
class CCar
{
public:
//成员数据
char m_Model[255]; //汽车型号
int m_Year; //汽车生产日期
//成员函数
void Start(); // 启动
void Accelerate(); // 加速
};
www.eeworm.com/read/37832/1087476
txt cx.txt
A1.大型客车
A2.牵引车
A3.城市公交车
B1.中型客车
B2.大型货车
C1.小型汽车
C2.小型自动档汽车
C3.低速载货汽车
C4.三轮汽车
D.普通三轮摩托车
E.普通二轮摩托车
F.轻便摩托车
M.轮式自行机械车
N.无轨电车
P.有轨电车
www.eeworm.com/read/38424/1114295
txt cx.txt
A1.大型客车
A2.牵引车
A3.城市公交车
B1.中型客车
B2.大型货车
C1.小型汽车
C2.小型自动档汽车
C3.低速载货汽车
C4.三轮汽车
D.普通三轮摩托车
E.普通二轮摩托车
F.轻便摩托车
M.轮式自行机械车
N.无轨电车
P.有轨电车
www.eeworm.com/read/366646/9805717