代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
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
npc_bus.h
#ifndef __NPC_BUS_H__
#define __NPC_BUS_H__
BOOL NPC_BusInit( int meindex );
void NPC_BusLoop( int meindex );
void NPC_BusTalked( int meindex , int talkerindex , char *szMes ,
in
npc_bus.c
#include "version.h"
#include
#include "char.h"
#include "object.h"
#include "char_base.h"
#include "npcutil.h"
#include "lssproto_serv.h"
#include "npc_bus.h"
#include "handletime.h"
/*
npc_bus.h
#ifndef __NPC_BUS_H__
#define __NPC_BUS_H__
BOOL NPC_BusInit( int meindex );
void NPC_BusLoop( int meindex );
void NPC_BusTalked( int meindex , int talkerindex , char *szMes ,
in
npc_bus.c
#include "version.h"
#include
#include "char.h"
#include "object.h"
#include "char_base.h"
#include "npcutil.h"
#include "lssproto_serv.h"
#include "npc_bus.h"
#include "handletime.h"
/*
bus_suggestion.asp
换乘完整查找
0 then
station_1_new=request.Form("s
bus_show.asp
0 then
station1=request.QueryString("q")
station2=request.QueryString("q1")
end if
if station1="" or station2="" then
c
bus_time.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function Time_Span(BegDate As Variant, EndDate As Variant) As Variant
'