2011年7月1日
摘要: 1 /* Note:Your choice is C IDE */ 2 #include <stdio.h> 3 #include <string.h> 4 #include <stdlib.h> 5 #include <dos.h> 6 7 //typedef unsigned int U32; 8 typedef unsigned long U32; 9 typedef unsigned short U16;10 typedef unsigned char U8;11 12 typedef struct can_cinit{ 13 //add 阅读全文
posted @ 2011-07-01 10:02 Dreamxi 阅读(311) 评论(0) 推荐(0) 编辑