代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
bus_if.h
/*
* This file is produced automatically.
* Do not modify anything in here by hand.
*
* Created from source file
* @/kern/bus_if.m
* with
* @/kern/makedevops.pl
*
* See the source file fo
bus_and.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY bus_and IS
PORT (data_bus : IN std_logic_vector(7 DOWNTO 0);
q : OUT std_logic);
END bus_and;
ARCHITECTURE
bus_and.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY bus_and IS
PORT (data_bus : IN std_logic_vector(7 DOWNTO 0);
q : OUT std_logic);
END bus_and;
ARCHITECTURE
bus.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bus", "bus.vcproj", "{A9CB1145-19F6-45B0-8783-BDC5A407C9B2}"
bus.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2008 by all C
bus.vwf
/*
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
bus.java
package com.sp.rob;
public class Bus {
private String name = "公交车";
//取得公告汽车名称
public String getName()
{
return this.name;
}
}