代码搜索:虚拟校园

找到约 4,013 项符合「虚拟校园」的源代码

代码结果 4,013
www.eeworm.com/read/383455/2616850

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/374967/2744692

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/374398/2752624

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/364308/2906416

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/354595/3076012

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/351718/3099474

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/155906/5617638

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/155859/5618031

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/335753/12501088

h iic.h

//虚拟iic操作 //iic.h #include "REG52s.H" #include "intrins.h" #define numlen 5 #define flashadw 0xa0//定义操作对象的写地址 #define flashadr 0xa1//定义操作对象读地址 typedef unsigned char uchar; typedef unsigned int
www.eeworm.com/read/200295/15435836

c 51--spi.c

data_len equ 0ch ;温度数据长度 data_buf equ 50h ;温度数据缓冲区 ;虚拟引脚定义(For SPI BUS) vcs equ p1.0 ;片选线 vio equ p1.1 ;数据线 vsc equ p1.2 ;时钟线 ;>