代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
idx_bus.m
function [PQ, PV, REF, NONE, BUS_I, BUS_TYPE, PD, QD, GS, BS, BUS_AREA, VM, ...
VA, BASE_KV, ZONE, VMAX, VMIN, LAM_P, LAM_Q, MU_VMAX, MU_VMIN] = idx_bus
%IDX_BUS Defines constants for named colu
4bus.txt
1111111
2 112.15 .00010 9.30000
4 4 7
1 2 0.52 2.66 -.00014
1 3 3.05 8.37 -.00056
2 3
2bus.txt
1111111
2 112.15 .00010 9.30000
2 1 4
1 2 0.52 2.66 -.00014
2 1 18.71 1.30
3 1 34.05 1.40
4 1 41.79 1.43
5 1 37.96
bus_commands.v
//////////////////////////////////////////////////////////////////////
//// ////
//// File name "bus_commands.v"
switch_bus.jhd
MODULE switch_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
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
switch_bus.jhd
MODULE switch_bus