代码搜索结果

找到约 406,141 项符合 CAN Bus 的代码

can模块.lnp

"MCP2510.obj", "Main.obj", "Targetinit.obj" TO "can模块" RAMSIZE(256)

can模块.plg

礦ision2 Build Log Project: D:\单片机调试\完整\can模块.uv2 Project File Date: 06/30/2005 Output: Build target 'Target 1' compiling MCP2510.c... compil

can.c

/* can.c - IIR filtering in canonical form */ double can(M, a, L, b, w, x) /* usage: y = can(M, a, L, b, w, x); */ double *a, *b, *w, x; /* \(w\) = internal state vec

bus.xml

1 田家庵 上窑 田家庵 保健院 公交一场 国庆路

bus.plg

Build Log --------------------Configuration: bus - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"Deb

00-rs232-can.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0

00-rs232-can.c

//00-RS232-CAN.c //RS232-CAN转换的例子程式 //akuei2 31-10-09 #include "reg52.h" #include "sja1000.h" #include "intrins.h" #define uchar unsigned char //IO口定义 sbit SJACS=P2^0; sbit SJARST=P2^3;

00-can驱动程式(节点二).plg

Build target 'Target 1' compiling 00-CAN驱动程式(二).c... linking... *** WARNING L6: XDATA SPACE MEMORY OVERLAP FROM: FE10H TO: FE10H *** WARNING L6: XDATA SPACE MEMORY OVERLAP FROM:

00-can驱动程式.lnp

"00-CAN驱动程式(一).obj" TO "00-CAN驱动程式" RAMSIZE(256)

00-can驱动程式(节点二).c

// 00-CAN驱动程式(-).c // 程式是利用CAN学习版上的硬件资源(数码管,中断健) // 建立的点对点的驱动程式 // akuei2上 10-10-09 #include "reg52.h" #include "sja1000.h" #define uchar unsigned char //i0脚定义 sbit SJACS=P2^0; sbit SJA