代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
can.cpp
// Can.cpp
#include "Can.h"
#include
Can::Can(double canDiameter, double canHeight) :
diameter(canDiameter), height(canHeight) {}
can.h
// Can.h Class defining a cylindrical can of a given height and diameter
#ifndef CAN_H
#define CAN_H
#include "Vessel.h"
class Can : public Vessel {
public:
Can(double canDiameter, dou
can.cpp
// Can.cpp
#include "Can.h"
Can::Can(double canDiameter, double canHeight) :
diameter(canDiameter), height(canHeight) {}
// Function to calculate the volu
can.plg
礦ision3 Build Log
Project:
D:\Documents and Settings\dedekd\桌面\can3\can.uv2
Project File Date: 12/10/2006
Output:
Build target 'Target 1'
com
can.__i
"CAN.C" MODV2 BROWSE MODV2 DEBUG
μc-os-ii的多任务信息流与can总线驱动.htm
μC/OS-II的多任务信息流与CAN总线驱动
can.c
/*****************************************************************************
* can.c: CAN module API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconduct
can.h
/*****************************************************************************
* can.h: Header file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* All
can.cmd
vector.obj
can.obj
-m can.map
-o can.out
-e reset
MEMORY
{
PAGE 0:
VEC : org=0x1c00,len=0x0080
PROG : org=0x1d00,len=0x6000
PAGE 1:
STACKS:org=0x0200,len=0x200
DATA1: org=0
can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\2407asm\CAN\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compi