代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
can.vbw
CANform = -3, 101, 596, 557, C, 22, 29, 621, 486, C
Module1 = 59, 96, 658, 552,
PassForm = 30, 204, 629, 660, , 88, 116, 687, 572, C
TeamForm = 74, 101, 673, 557, , 22, 29, 621, 486, C
filedForm
can.vbp
Type=Exe
Form=CANform.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
Module=Module1; Module1.bas
Form=PassForm.frm
Form=Team
can.pdm
[Root]
Most Recent Package=setup
[Package|setup|Root]
SubWizProgID=PDWizard.SetupPkgSubWiz
BuildFolder=D:\STCAN\setup
[Package|setup|Configure DAO ISAMs]
Applicable=No
[Package|setup|Co
can.h
/*********************************************************************
*
* This is the header for CAN.C
*
*********************************************************
can.c
/*********************************************************************
*
* This file contains CAN drivers for PIC18Fxx8 devices
*
*********************************************************
can.h
/////////CAN 消息初始化程序////////////////
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st