摘要:
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 阅读全文