代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
bus.cfg
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
str/Bus_CIF30-512.264 # Bitstream file
30.0
bus.cfg
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
OutputFile str/bus.264 # Bitstream file
FrameRate
bus.cfg
########### RATE-POINTS CONFIGURATION FILE ###########
Bus # Label
bin/H264AVCEncoderLibTestStatic # Encoder Binary
cfg/Bus
bus.cfg
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
OutputFile str/Bus_CIF30-512.264 # Bitstream file
FrameRate
bus.c
/*
* arch/sh/kernel/cpu/bus.c
*
* Virtual bus for SuperH.
*
* Copyright (C) 2004 Paul Mundt
*
* Shamelessly cloned from arch/arm/mach-omap/bus.c, which was written
* by:
*
* Copyright (C)
makefile-bus
#
# Makefile for X86_64 specific PCI routines
#
# Reuse the i386 PCI subsystem
#
CFLAGS += -I arch/i386/pci
obj-y := i386.o
obj-$(CONFIG_PCI_DIRECT)+= direct.o
obj-y += fixup.o
obj-$(CONFIG_ACPI) +
bus.java
public class Bus {
private String name;
private String stations;
public Bus(String name, String stations) {
this.name = name;
this.stations = stations;
}