搜索资源列表
TR24B-EM198810.rar
- 台湾义隆公司的EM198810 2.4G无线程序,Taiwan Microelectronics EM198810 2.4G wireless company procedures
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
Mifare
- bit TF2 = T2CON^7 sbit EXF2 = T2CON^6 sbit RCLK = T2CON^5 sbit TCLK = T2CON^4 sbit EXEN2 = T2CON^3 sbit TR2 = T2CON^2 sbit C_T2 = T2CON^1 sbit CP_RL2 = T2CON^0 sbit SPEAKER = P1^1 sbit RC500RST = P1^0 sbit LED = P3^4
ccpp_concurrency
- With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much greater level of abstraction, and make programming multi-threaded ap