代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

tk_can_wup.s

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L

tk_can_wup.s

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L

tk_can_wup.s

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L

tk_can_wup.s

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L

ww2_can.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% % ww2_cancel.m % % jmw % 7/25/94 % % reset original values and do NOT install EDITED values for labels %

ww3_can.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% % ww3_cancel.m % % jmw % 7/26/94 % % discard edited values and restore initial values before editing % %%%%%%%

cg_mom_to_can.m

function pot = cg_mom_to_can(pot) % CG_MOM_TO_CAN Convert a CG potential from moment to canonical form, if necessary. % pot = cg_mom_to_can(pot) if pot.subtype ~= 'c' for i=1:pot.dsize pot.can{

cg_can_to_mom.m

function pot = cg_can_to_mom(pot) % CG_CAN_TO_MOM Convert a CG potential from canonical to moment form, if necessary. % pot = cg_can_to_mom(pot) if pot.subtype ~= 'm' for i=1:pot.dsize pot.mom{

2can_r.c

///////can 单消息接收程序//////////// ////////2can_r.c/////////////// #include "candeal0.h" void canini(){ clear_msg_objects(); init_msg_object_RX (0x04,2);//初始化发送 init_msg_object_TX (0x02,1); EIE

2can_t.c

//////can 单消息发送程序//////////////// ///////2can_t.c//////////////////////// #include "candeal0.h" void canini(){ clear_msg_objects(); init_msg_object_RX (0x04,1);//初始化发送 init_msg_object_TX (0x0