代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
can_bus.dsp
# Microsoft Developer Studio Project File - Name="Can_Bus" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
can_bus.plg
--------------------Configuration: Can_Bus - Win32 Release--------------------
Begining build with project "E:\Project\Ch365\Can\Demo11\Can_Bus.dsp", at root.
Active configuration is Win32 (x86) App
can_bus.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
can_bus.cpp
// Can_Bus.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Can_Bus.h"
#include "Can_BusDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
can_bus.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
can_bus.h
#ifndef _CAN_BUS_H_
#define _CAN_BUS_H_
#define CAN_BUS_Intel_MODE 0x400000
#define CAN_BUS_Motorola_MODE 0xffbf
#define CAN_BUS_MODE CAN_BUS_Intel_MODE
#define CAN_BUS_INT_ENABLE 0x08
//#de
can_bus.c
*****************************************************************************/
#include
#include
#include
#include
#includ
can_bus.c
/*********************************************************************
* Filename: Can_bus.c *
*